/* Standardvorgaben um Unterschiede zwischen den Browsern zu umgehen */
body {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
background-color:#FFFCF0;
}
body, h1, h2, h3, h4, h5, h6, div, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
margin: 0;
padding: 0;
}
p { margin-bottom:4px; }
p, li, h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}

/* Gesamt-Container */
		#supercontainer {
			width: 800px;
			margin-left: auto;
			margin-right: auto;
			background-image:url(schatten_neu2.gif);
			background-repeat:repeat-y;
			text-align:center;
		}
		#container {
			width: 720px;
			border: 1px solid gray;
			background-color: #FFFFFF;						
			margin-left: auto;
			margin-right: auto;
			padding: 4px 12px 0 4px;
		}

		#banner {
			padding: 5px;
			margin-bottom: 1px;
			background-color: #FFFFFF;
			color: #FFFFFF;
			background-image:url(banner.jpg);
			background-repeat:no-repeat;
			height: 145px;			
		}
		#banner2 {
			padding: 5px;
			margin-bottom: 1px;
			background-color: #3F6FC0;
			color: #FFFFFF;
			height: 16px;
			width: 620px;
			/* background-image:url(banner02_bg.gif); */
			/* background-repeat:no-repeat; */
			text-align:center;
		}		

		#content {
			padding: 15px 30px 15px 30px;
			/* margin-left: 170px; */
			/* border-right: 1px solid #C98537; */
			background-color: #FFFFFF;
			text-align:left;			
		}

		#footer {
			clear: both;
			padding: 2px;
			background-color: #C98537;
			color: #FFFFFF;
		}
		#footerschatten {
			height:24px;
			background-image:url(schatten_unten_neu2.gif);
			background-repeat:no-repeat;			
		}		
		#headschatten {
			height:24px;
			background-image:url(schatten_oben_neu2.gif);
			background-repeat:no-repeat;
		}		
				
h1 {
	color:#2576FF;
	font-size:17px;
	font-weight: bold;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:10px;
	/* margin-bottom:10px; */
}

.box {
	border:1px solid #3F6FC0;
	padding:15px;
	margin-bottom:20px;
	text-align:left;
	font-size:12px;
	background-color:#E3EAF7;
}

.tabellezentriert {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
a:link {text-decoration: none; color:#000099;}
a:visited {text-decoration: none; color:#3F6FC0;}
a:active {text-decoration: none; color:#000099;}
a:hover {text-decoration: underline; color: red;}

a.hlink:link {text-decoration: none; color:#2576FF;}
a.hlink:visited {text-decoration: none; color:#2576FF;}
a.hlink:active {text-decoration: none; color:#2576FF;}
a.hlink:hover {text-decoration: underline; color: red;}

a.unterstrichen:link {text-decoration: underline; color:#000099;}
a.unterstrichen:visited {text-decoration: underline; color:#000099;}
a.unterstrichen:active {text-decoration: underline; color:#000099;}
a.unterstrichen:hover {text-decoration: none; color: red;}

