@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #69C;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336;
}
.oneColFixCtrHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
	background-position: center;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

CAPTION {
	FONT-SIZE: 14pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica; FONT-WEIGHT: bold
}
TD {
	FONT-SIZE: 11pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica
}
TH {
	FONT-SIZE: 11pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica
}
LI {
	FONT-SIZE: 10pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica
}
UL {
	FONT-SIZE: 11pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica
}
P {
	FONT-SIZE: 11pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica
}

EM {
	FONT-STYLE: normal
}
.klein {
	FONT-SIZE: 10pt; FONT-FAMILY: arial,verdana,helvetica
}
.aklein {
	FONT-SIZE: 9pt; FONT-FAMILY: arial,verdana,helvetica
}

.bklein {
	FONT-SIZE: 7pt; FONT-FAMILY: arial,verdana,helvetica FONT-WEIGHT: 200
}
.gross {
	FONT-SIZE: 11pt; FONT-FAMILY: arial,verdana,helvetica; FONT-WEIGHT: bold
}
.agross {
	FONT-SIZE: 12pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica; FONT-WEIGHT: bold
}
.bgross {
	FONT-SIZE: 14pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica; FONT-WEIGHT: 500
}
.cgross {
	FONT-SIZE: 14pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica; FONT-WEIGHT: 600
}
.dgross {
	FONT-SIZE: 15pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica; FONT-WEIGHT: 550
}
.egross {
	FONT-SIZE: 16pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica; FONT-WEIGHT: 550
}
.fgross {
	FONT-SIZE: 17pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica; FONT-WEIGHT: 550
}
.ggross {
	FONT-SIZE: 17pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica; FONT-WEIGHT: 550
}
.hgross {
	FONT-SIZE: 18pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica; FONT-WEIGHT: 600
}
.igross {
	FONT-SIZE: 19pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica; FONT-WEIGHT: 600
}
.xgross {
	FONT-SIZE: 18pt; FONT-FAMILY: arial,verdana,helvetica; FONT-WEIGHT: 600
}
.rot {
	COLOR: #cc3300; FONT-SIZE: 10pt
}
.rotgr {
	COLOR: #cc3300; FONT-SIZE: 12pt
}
.arot {
	COLOR: #ff6666; FONT-SIZE: 10pt
}
.orange {
	COLOR: #ff9900; FONT-SIZE: 10pt   
}
.aorange {
	COLOR: #cc6633; FONT-SIZE: 10pt           
}
borange {
	COLOR: #ff6600 /*Contact*/          
}
.braun {
	COLOR: #9d4f00; FONT-SIZE: 10pt
}

p.uhr {
 font-family: arial,verdana,helvetica; font-size: 11pt ; color: #330099 ; font-weight: 570

}
/*

<style>

a:link { color: #f00;  text-decoration: none; }
a:visited {color: #ffcccc;  text-decoration:none; }
a:hover {color: #9F9F9F;     text-decoration:underline; }

a.sitelink:link { color: #ADD6E8; text-decoration:none; }
a.sitelink:visited { color: #ADD6E8; text-decoration:none; }
a.sitelink:hover { color: #ADD6E8; text-decoration:none;}

</style>


<a href="a.html">a</a><br>
<a href="b.html" class="extlink">b</a>
.b {
	BORDER-RIGHT: #003300 2px ridge; BORDER-TOP: #003300 2px ridge; FONT-SIZE: 11pt; BORDER-LEFT: #003300 2px ridge; COLOR: #330099; BORDER-BOTTOM: #003300 2px ridge; FONT-FAMILY: arial,verdana,helvetica; BACKGROUND-COLOR: #d9ffd9;  FONT-WEIGHT: 600
}	
#links {
	TEXT-ALIGN: left
}
#rechts {
	TEXT-ALIGN: right
}
#fett {
	class=gross
}*/
div.klein {
	FONT-SIZE: 10pt; FONT-FAMILY: arial,verdana,helvetica
}
CAPTION.fgross {
	FONT-SIZE: 17pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica;  FONT-WEIGHT: 600
}
CAPTION.hgross {
	FONT-SIZE: 18pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica;  FONT-WEIGHT: 600
}
CAPTION.dgross {
	FONT-SIZE: 15pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica; FONT-WEIGHT: 580
}
CAPTION.klein {
	FONT-SIZE: 11pt; COLOR: #330099; FONT-FAMILY: arial,verdana,helvetica; FONT-WEIGHT: 580
}

#l1 { padding-left: 10%; }
#l2 { padding-left: 20%; }
#l3 { padding-right: 5%; }


a.sitelink:link { color: #ADD6E8; text-decoration:none; FONT-SIZE: 2pt;}
a.sitelink:visited { color: #ADD6E8; text-decoration:none; FONT-SIZE: 2pt; }
a.sitelink:hover { color: #ADD6E8; text-decoration:none; FONT-SIZE: 2pt;}
