/* CSS Document */

body {
margin						:	0;
padding						:	0;
background-color	:	#B0B1B3;
font-family				:	Verdana, Arial, Helvetica, sans-serif;
font-size					:	12px;
line-height				:	24px;
color							:	#666666;
/*background-image	:	url(../images/hintergrund.gif);
background-position:top center;
background-repeat	:	no-repeat;*/
}

img, a {
border	:	0px;
margin	:	0px;
padding	:	0px;
}

a {
color						:	#006ab3;
text-decoration	:	underline;
}

a:link, a:visited {
color	:	#006ab3;
}

a:hover {
color	:	#af0917;
}

h3 {
font-size		:	12px;
font-weight	:	bold;
margin			:	0;
}

p.absatz {
margin:0 0 24px 0;
padding:0;
}

p.halber_absatz {
margin:0 0 12px 0;
padding:0;
}

p.doppelter_absatz {
margin:0 0 48px 0;
padding:0;
}

p.fussnote {
color:#999999;
font-size:10px;
line-height:16px;
}

p.headline {
font-size:0;
line-height:0;
height:48px;
margin : 0;
}

p.subline {
font-size:0;
line-height:0;
height:24px;
margin : 0;
}

img.logo {
margin-top	:	38px;
}

img.bild {
float		:	left;
margin	:	0 13px 0px 0;
}

table.datentabelle{
margin					:0 0 24px 0;
border-collapse	:	collapse;
}

tr.datentabelle_ungerade_zeile td{
padding:0 10px 0 10px;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom:#cdcdcd;
border-top-style:solid;
border-top-width:1px;
border-top-color:#cdcdcd;
background-color:#f2f2f2;
padding-top:1px;
}

tr.datentabelle_gerade_zeile td{
padding:0 10px 0 10px;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#cdcdcd;
border-top-style:solid;
border-top-width:1px;
border-top-color:#cdcdcd;
background-color:#ffffff;
}

ul.aufzaehlung {
list-style	:	none;
margin			:	0 0 24px 0;
padding			:	0;
}

ul.aufzaehlung li{
background-image		:	url(../images/bulletpoint_01.gif);
background-position	:	0 9px;
background-repeat		:	no-repeat;
padding-left				:	24px;
}



ul.hauptmenue {
margin			:	0 0 160px 0;
padding			:	0;
list-style	:	none;
font-size		:	0px;
line-height	:	0px;
}

li.hauptmenue {
margin	:	0;
padding	:	0;
}

#content {
margin:0px 30px 0px 30px;
}

td.schatten_links {
width : 10px;
}

td.schatten_rechts {
width : 10px;
}

td.header_links {
width							:	260px;
height						:	230px;
text-align				:	center;
vertical-align		:	top;
background-color	:	#ffffff;
}

td.header_rechts {
width							:	520px;
height						:	230px;
background-color	:	#FFFFFF;
background-image	:	url(../images/header.gif);
background-repeat	:	repeat-x;
}

td.spalte_links {
text-align				:	center;
width							:	260px;
vertical-align		:	top;
background-color	:	#FFFFFF;
}

td.spalte_rechts {
width							:	520px;
vertical-align		:	top;
background-color	:	#FFFFFF;
}

td.footer_links {
width							:	260px;
height						:	80px;
background-color	:	#50b848;
background-image	:	url(../images/excile_gruen.gif);
}

td.footer_rechts {
width							:	520px;
height						:	80px;
background-color	:	#FFFFFF;
background-image	:	url(../images/footer.gif);
background-repeat	:	repeat-x;
}


td.schatten_unten_links {
width 			: 10px;
height			:	10px;
font-size		:	0;
line-height	:	0;
}

td.schatten_unten_mitte {
height			:	10px;
font-size		:	0;
line-height	:	0;
}

td.schatten_unten_rechts {
width 			: 10px;
height			:	10px;
font-size		:	0;
line-height	:	0;
}

/* IE PNG-Hack */

		* html td.schatten_links {
			filter	:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/schatten_links.png', sizingMethod='scale');	
		}
		
		html > body td.schatten_links {
			background-image: url(../images/schatten_links.png);
		}
		
		* html td.schatten_rechts {
			filter	:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/schatten_rechts.png', sizingMethod='scale');	
		}
		
		html > body td.schatten_rechts {
			background-image: url(../images/schatten_rechts.png);
		}
		
		* html td.schatten_unten_links {
			filter	:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/schatten_unten_links.png', sizingMethod='scale');	
		}
		
		html > body td.schatten_unten_links {
			background-image: url(../images/schatten_unten_links.png);
		}
		
		* html td.schatten_unten_mitte {
			filter	:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/schatten_unten_mitte.png', sizingMethod='scale');	
		}
		
		html > body td.schatten_unten_mitte {
			background-image: url(../images/schatten_unten_mitte.png);
		}
				
		* html td.schatten_unten_rechts {
			filter	:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/schatten_unten_rechts.png', sizingMethod='scale');	
		}
		
		html > body td.schatten_unten_rechts {
			background-image: url(../images/schatten_unten_rechts.png);
		}

/* ENDE IE PNG-Hack */
