
html {
	margin:0em;
	padding:0em;
}

body {
	margin:0em;
	padding:0em;
	color:#000000;
	font-family: sans-serif;
	font-size: 0.7em;
	background-color:#ffffff;
}


#divmain {
	/*width:772px;*/
	min-width:600px;
	max-width:900px;
	width:expression(document.body.clientWidth > 900? "900px": "auto" );
	background-color:#ffffff;
	padding:0px;
  margin-top:1em;
  margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
}


#ajfullscreencanv {
	background-image:url('/images/layout/transparency1.png');
}


/* begin: wrappers around boxes that should stretch */

#divkopfbild {
	margin-left:0.5em; background-color:#e9e9e9; min-width:20%; max-width:98%; width:expression(document.body.clientWidth < 900? "auto": "800px" );
}

#divmenuwrapper {
	margin-left:0.5em; min-width:20%; max-width:98%; width:expression(document.body.clientWidth < 900? "auto": "800px" );
}


#divmenuwrapperleft {
	min-width:135px; max-width:210px; width:20%; float:left; width:expression(document.body.clientWidth < 620? '15%': '18%' );
}


#divcontentwrapper {
	padding: 0em; padding-left:10px;  width:98%;
}

/* end: wrappers around boxes that should stretch */


a {
	color:#000000;
}



.divcontent {
	font-face: Arial;
	font-family: Arial;
	font-size:1.1em;
}

/* Überschriften */

.divcontent h1 {
	background-color:#da8787;
	font-size:1.3em;
	font-weight:bold;
	border:0px;
	margin:0em 0em 0em 0em;
	padding:0.25em;
}


.divcontent h2 {
	font-size:1.2em;
	margin:1.5em 0em 0em 0em;
	padding:0em 0em 0em 0em;
}


/* Menü links */

.divnavi1 {
	margin:0em;
	padding:0em;
	
}


.divnavi1 ul {
	margin:1em 0em 0em -1em;
	padding:0em 0em 0em 0em;
	line-height:1.5em;
	list-style:none; list-style-image:none;
}


.divnavi1 h2 {
	font-size:1.2em;
	color:#325c68;
	background-color:#da8787;
	margin:0em -0.85em 0em -1.8em;
	padding:0em 0em 0em 0em;
	border-style:solid;
	border-color:#000000;
	border-width:1px 0px 1px 0px;
}




/* Textabsätze */

.divcontent p { 
	margin:0px;
	padding:0px;
}


.divcontent .absatzbreite1 {
	width:450px;
}



/* Listen */

.divcontent ul {
	margin:1em 0em 0em 2em;
	padding:0em 0em 0em 0em;
}



.divcontent li {
	font-size:1.1em;
	line-height:1.5em;
	margin-bottom:1em;
}



/* Formularelemente */

.divcontent .input1 {
	background-color:#ffffff; 
	font-size:13px; 
	border:solid 1px #000000;
}


.divcontent .inputfeldformular {
	width:5em;
	background-color:#ffffff;
	font-size:0.7em;
	color:#000000;
	padding:2px;
	margin:0px;
	border-style:solid; 
	border-width:1px;
	border-color:#000000;
}


.divcontent .buttonformular {
	background-color:#D4D0C8;
	font-size:0.7em;
	font-weight:bold;
	color:#000000;
	padding:1px;
	margin:0px;
	border-style:solid; 
	border-width:1px;
	border-color:#000000;
}



#divfooter {
	clear:both;
	height: 4em; 
	background-color:#fff;
	padding:0px;
	margin:0em 1em 0em 0em;
	min-width:450px;
	max-width:1000px;
	border: solid #000 1px;
	border-width: 1px 0px 0px 0px;
	/* width:expression(document.body.clientWidth > (1000/12) * parseInt(document.body.currentStyle.fontSize)? "60em": "auto" ); */
	/* Einstellung für 100% Breite */
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
}




/* allgemeine Zusatzformatierungen (fett, nicht unterstrichen, etc.) */

.fett {
	font-weight:bold;
}


.schwarz {
	color:#000;
}


.nichtunterstrichen {
	text-decoration:none;
}


.keineabstaende {
	margin:0em;
	padding:0em;
}
