html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	left:0px;
	overflow: hidden;
	font-size: 0.9em;
	}


.smalltext {
	font-size: 0.7em;
}


#mitte {
	position: absolute;
	bottom: 0px;
	right: 0px;
	overflow: auto;
	top:146px;
	left: 229px;

/* nur für IE: */
	width: expression((document.body.clientWidth - 230) + "px");
				/* left-Wert + right-Wert = 300 */
	height: expression((document.body.clientHeight - 146) + "px");
	z-index: 20;
	
	

				}
#oben {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	height: 120px;
	padding: 0;
	overflow: hidden;
	width: 100%;
	visibility: visible;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #333333;
	z-index: 90;
}
#menucontainer {
	position: absolute;
	height: 100%;
	width: 220px;
	background-repeat: no-repeat;
	background-position: center 385px;
	left: 0px;
	top: 0px;
	z-index: 60;
	background-color: #993300;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 2px;
	overflow: auto;

	}
#menulinks {
	position:absolute;
	z-index:66;
	top: 220px!important;	
	padding:0px;
	border: 1px none #000000;
	width: 220px;
	left: 0px;
	background-repeat: repeat-y;
	
		}
#menuseminare_backup {
	position:fixed;
	z-index:999;
	top:143px;	
	right: 20px;
	border: 1px none #000000;
	width: 170px;
	background-image: url(../images/menuitemblau.jpg);
		}
		#menuseminare {
	
	z-index:999;
	
	
	border: 1px none #000000;
	width: 160px;
		}
#menuoben {
	width: 100%;
	position: absolute;
	background-image: url(../images/menuitemoben.gif);
	height: 28px;
	background-color: #999999;
	border-top-color: #FF9933;
	border-top-style: solid;
	border-top-width: 1px;
	z-index: 92;
	top: 95px;
}
#menuobeninnen {
	height: 28px;
	width: 100%;
	left: 0px;
	top: 97px;
	z-index: 999;
	position: absolute;
}
#breadcrumb {
	top: 120px;
	width: 100%;
	position: absolute;
	padding-bottom: 3px;
	height: 26px;
	background-image: url(../images/raster.gif);
	z-index: 80;
}
#breadcrumbtext {
	color: #FFFFFF;
	padding-left: 250px;
	padding-top: 6px;
	font-size: 0.9em;
}




/* Definition der Links */
a {
	padding-left: 3px;
	padding-right: 3px;
	font-size: 0.9em;
	text-decoration: none;
	line-height: normal;
	display: inline;	
	}

a:hover {
	background-color: #006666;
}
a:active {
	color: #FF9900;
}
.aktiv {
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #006666;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #006666;
	background-image: url(../images/linkverlauf.jpg);
}
#menuobeninnen a {
	color: #000000;

}
#menucontainer a {
	color: #FFFFFF;

}
/* Definition der Überschriften */
h1 {
	font-size: 1.4em;
	margin-bottom: -4px;
	padding-top: 15px;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	margin-bottom: -4px;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0px;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0px;
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 1em;
}


h6 {
	font-size: 1.1em;
	margin-bottom: 0px;
	margin-top: 0px;
	
}

.fett {
	font-weight: bold;
}

.menuitem {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9933;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-right-color: #FF9933;
	border-right-style: dotted;
	border-right-width: 0px;
	background-position: right;
	background-image: url(../images/menuitem.jpg);
	color: #FFFFFF;
}
.menuitem_o {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9933;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-right-color: #FF9933;
	border-right-style: dotted;
	border-right-width: 0px;
	height: 10px;
	font-size: 0.5em;	
}

.menuitemaktiv {
	background-image: url(../images/menuitemoben2.jpg);
	border-left-width: 3px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 3px;
	border-top-color: #FF9933;
	border-top-style: solid;
	border-top-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}



.orange {
	color: #FF9933;
	text-decoration: underline;
	display: inline;
}
.startlink {
	color: #000066;
	text-decoration: underline;
		display: inline;
}
.oben {
	
	padding-top: 70px;
}
.abstandunten {
	
	padding-bottom: 15px;
}
.pfeil {
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.gross {
	font-size: 1.3em;
}
.klein {
	font-size: 0.8em;
	font-weight: bold;
}
#bild {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 220px;
	width: 220px;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 94;
}
.tebellenpadding {
	padding-left: 20px;
	padding-right: 20px;
}
.abstandnegativ {
	margin-bottom: -10px;
}
.knopf {
	color: #FFFFFF;
	background-color: #000000;
	border: 2px inset #FF9900;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px;
}
input, select {
   	border-top: none;
	border-right: none;
	border-bottom: thin dotted #264971;
	border-left: none;
	font-size:1.1em;
}
.rahmen {
	border: 2px ridge #003366;
}

.grau {background-color:#EFEFEF;
border: none; color: #003366; }
.inputorangen {
	font-weight: bold;
	color: #FF9900;
	border: none;
	font-size: 1.2em;
	text-align: center;
	
}
.inputorangek {
	font-weight: bold;
	color: #FF9900;
	border: none;
	font-size: 1em;
	
}
.oben25 {
	padding-top: 25px;
}
.abstandlinks {
	padding-left: 25%;
}
li {
	text-align: left;
}
.anmeldung{
	color: #FFFFFF;
	background-color: #000000;
	border: 2px inset #FF9900;
	padding: 3px;
	width: 250px;
	height: 25px;
	display: block;
	font-size: 1.2em;
}

