/* home */
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 10pt;
	font-weight: normal;
	letter-spacing: 0.02em;
}

/* sub nav */

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCCCCC;	
	line-height: 12pt;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-decoration: none;
}
a:hover.subnav{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
}
.subnavover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CC0000;	
	line-height: 12pt;
	font-weight: bold;
	letter-spacing: 0.02em;	
	text-decoration: none;
}


/* general */
.sectionheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
	letter-spacing: 0.5pt;	
	vertical-align: middle;
}
.sectionheadingwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 0.5pt;	
	vertical-align: middle;
}
.sectionheadingNOTSURE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
	letter-spacing: 0.5pt;
	line-height: 0pt;
	vertical-align: middle;
}
.bodywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 12pt;
	font-weight: normal;
	letter-spacing: 0.02em;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
	line-height: 12pt;
	font-weight: normal;
	letter-spacing: 0.02em;
}
.bodycopybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #666666;
}
.bodycopyboldgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #CCCCCC;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.subheadingrednorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
.subheadinggrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;	
	text-decoration: none;
}
.textlinksarial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
}
.textlinksarialgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.textlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
}



/* copyright */

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.copyrightold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
}

/*3 columns layout grid, all columns have a fixed width and are centered.
This Layout hat eine minimale H–he f¸r den content div, so dass Navigation und Inhalt immer gleich lang sind.*/

#container {
width: 930px;
margin: 0;
background-color: #000000;
}

/*The container div zentriert das Layout und gibt ihm die Breite. The left and right column gets the backgroundcolor from the container div.*/

#content {
	padding: 0;
	/*width: 600px;*/
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 215px;
}

div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); }

#left {
float: left;
width: 215px;
margin: 0px;
padding: 0px;
}

#right {
float: right;
width: 185px;
margin: 0;
padding: 0;
}
