html, body {
  background-color : white;
  color: black;
  margin: 2px;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  min-height: 600px;
}

.topframe {
  margin: 0px;
  background: url(pic/TopImage.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: white;
}

.banner_box {
  position: absolute;
/*  background-color: #ebffbb; */
  background-color: #fad7ff;
  filter: alpha(opacity=85); /* fuer IE */
  -opacity: 0.85;            /* fuer Mozilla (neu) */
  opacity: 0.85;            /* fuer Mozilla (neu) */
  -moz-opacity: 0.85;        /* fuer Mozilla (neu) */
  border: #ffffff solid 4px;
  top:20px;
  left: 160px;
  font-size: 22pt;
  padding: 3px;
  padding-left: 15px;
  padding-right: 15px;
}

.banner {
  height: 80;
  width: 409;
  border: none;
  padding:3px;
  padding-left: 300px;
  margin-bottom: 25px;
}

.hinweis {
  /*background-color: #bf3ccc8;*/
  background-color: #bf3cc8;
  padding:3px;
  margin-bottom: 25px;
}


/* Der Anmelde-Button einer Kursbeschreibung */
.btn_anmeldung {
  background-color: #d5b8d9;
  height: 1.5em;
  width: 4.5em;
}

a {
  color: #5b2182;
  /*color: #559c9e;*/
  text-decoration: none;
}
a:hover {
  color: black;
}

H1 {
  font-size:135%;
  font-weight: bold;
}

H2 {
  font-size:125%;
  font-weight: bold;
}

H3 {
  font-size:115%;
  font-weight: bold;
}

p {
  margin-top: 0px;
}

.impr_absatz {
  padding-left: 26px;
}

.eineinhalb {
  line-height: 150%;
}

.left {
	float: left;
  position: relative;
  padding-left: 15px;
  padding-top: 15px;
  width: 180px;
  padding-right: 15px;
}

.content {
	float: left;
  position: relative;
  width: 730px;
  margin-left: 30px;
  /*margin-top: 25px; */
  /*font-size: 115%;*/
}

.content td {
  /*font-size: 115%;*/
}

.kursheader {
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 5px;
}

/* die optionalen Images "neu" oder "ewb" vor dem Kursheader */
.kursheader img {
  position: relative;
  float: left;
  top: -4px;
  margin-right: 8px;
}

.kursinhalt {
}

.kursinhalt tr {
  vertical-align: text-top;
}

.kursinhalt p {
  padding-top: 5px;
  padding-bottom: 5px;
	margin-bottom: 0px;
}


/* Tabellenformatierung Leitung,Kosten,Zeit */
.info {
  padding-bottom: 0px;
}

.info td {
  padding-bottom: 3px;
}

.linklist {
	/*list-style-image:url(../pic/bullet-violet.gif);*/
	padding-left: 35px;
	list-style: none;
}


.linklist li {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  padding-left:30px;
  background-image:url(pic/bullet-violet.gif);
  background-repeat:no-repeat;
  background-position:0px 4px;

  padding-top: 5px;
  padding-bottom: 5px;
}

.linklist-header {
  font-size:125%;
  font-weight: bold;
}

/* Unter-Linkliste für Seiten 800x. Text etwas kleiner */
.linklist2 li  {
  font-size: 90%;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Bild vor einem externen Link */
.extLink a {
  font-weight: bold;
  font-size: 115%;
}

.extLink img {
  border: none;
  height: 40px;
  margin-right: 15px;
  vertical-align: middle;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 0px
}


/*=== Navigation ============================================================*/
/* Navigation-links */

ul.navleft { margin: 0; padding: 0;  text-align: center; }

ul.navleft li {
  list-style: none;
  float: none;
  position: relative;
  margin: 5px 10px;
}

ul.navleft a /*** , ul.navleft span */ {
  display: block;
  padding: 2px 5px;
  min-height: 30px;
  /* height: 40px; */
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  /* color: white; */
  background-color: #d5b8d9;
}

ul.navleft a /*** , ul.navleft span */ {
  border: 2px solid;
  border-color: #5b2182;
  color: black;
}

ul.navleft a:hover  /*** , ul.navleft span */ {
/*  background-color: #e07219;  alt */
  background-color: #8e58a0;
  color: black;
}

/* Aufklapp-Menü-Styleänderungen */

a#pgmToggle {
    background-color: #be88d0;
}

a#pgmToggle:hover {
    color: #fff;
}

li.pgmlink {
    padding-left: 4px;
    padding-right: 4px;
}


li.pgmlink > a {
	border: 1px solid #8e58a0;
    background-color: #e5c8e9;
    font-size:12px;
}

li.pgmlink > a:hover {
	background-color: #be88d0;
}





/*=== Navigation Ende =======================================================*/

/*=== Kursanmeldeseite: ausgegraute Felder Kursnr. & -name weiß auf schwarz machen ===*/
/*input[disabled=disabled] {
  color: #000;
  background-color: #fff;
}*/

/*=== Unternavigation (für die wellcome-Seiten)  ===============================*/
#submenu {
background-color:#ECECEC;
border:2px solid #CCCCCC;
height:30px;
margin-bottom:35px;
/*margin-left:10px;*/
padding:10px 0 0 20px;
width:auto;
}

.submenu1-level1-no {
float:left;
font-size:115%;
font-weight: bold;
padding-right:25px;
}

