@charset "utf-8";

/*BODY FORMATIERUNG*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	line-height:1.8;
}

/*STANDART LINK FORMATIERUNG*/

a:link {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #FF9933;
	font-weight:bold;
}

/*CLASSES & IDS*/

#naviline {
	display:block;
	background-color:#000000;
	width:975px;
	height:1px;
}

#naviline2 {
	display:block;
	background-color:#000000;
	width:500px;
	height:1px;
}

#headerlink {
	display:block;
	height:100%;
	width:100%;
	text-decoration:none;
}

.header {
	padding-left:10px;
	font-size:46px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	vertical-align:bottom;
}

.content{
	width:960px;
	height:550px;
}

.subline {
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}

#navistyle {
	text-decoration: none;
	font-weight:bold;
	color:#000000;
}

#headline {
	font-size: 18px;
	font-weight: bold;
}

#highlight {
	font-weight: bold;
	font-style:italic;
}

#highlight2 {
	font-weight: bold;
}

#dankebox {
	width:200px;
}

.disclaimer {
	font-size:6px;
	margin:20px;
}