* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 24px;*/
	color: #000000;
	text-align:center;
	background-color: #A51C1B;
	margin:0px;
	scrollbar-base-color: #000000;
	scrollbar-3dlight-color: #COCOCO;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #800040;
	scrollbar-face-color: #BF1F1F;
	scrollbar-highlight-color: #FF5309;
	scrollbar-shadow-color: #808080;
	scrollbar-track-color: #FFECEC;
}
/*für Opera*/
html>body {
	font-size:13px;
}
#distance {
	width:1px;
	height:50%;
	background-color:#CA243A;
	margin-bottom:-295px; /* half of container's height */
	float:left;
}
#content {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	height:590px;
	width:985px;
	/*padding:5px;*/
	background-color: #CB081E;
	/*vertical-align:middle;*/
	background-image: url(../images/verlauf/rand.jpg);
	background-repeat: repeat-y;
	text-align:left;
	clear:left;
	border-right: 2px solid #880516;
	border-top: 2px solid #FF8282;
	border-bottom: 2px solid #880516;/*border-left: 1px solid #FFF;*/
}
#bulle {
	width:170;
	height:170;
	float:left;
	background-image: url(../images/bulleNEU.gif);
	background-repeat:no-repeat;
}
#nav {
	position: relative;
	top: 9px;
	height:auto;
	width:auto;
	float: left;
	text-align: left;
}
#kopfleiste {
	position: relative;
	left: 10px;
	top: 10px;
	height:70px;
	width:762px;
	padding:6px;
	float: left;
	overflow:hidden;
	text-align: left;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-image: url(../images/grauBg.jpg);
	background-repeat:repeat-x;
}
#info {
	position: relative;
	left: 10px;
	top: -4px;
	height:475px;
	width:760px;
	padding:6px;
	float: left;
	background-color:#fff;
	overflow:auto;
	text-align: left;
	border-top:2px solid #880516;
	border-right: 2px solid #FC5050;
	border-bottom: 2px solid #FC5050;
	border-left: 2px solid #880516;
}
#nav a:link {
	text-decoration:none;
	color:#000;
}
#nav a:visited {
	text-decoration:none;
	color:#000;
}
#nav a:hover {
	display:block;
	text-decoration:none;
	background-color:#CCCCCC;
}
#nav a:activ {
 display:block;
 text-decoration:none;
 background-color:#CCCCCC;
}
h1 {
	font-size: 200%;
	color:#C9243A;
}
.bateriaBild {
	float:left;
	padding-right: 20px;
}
#leisteUnten {
	width:95%;
	padding:inherit;
}
.subhead {
	color: #cb081e;
	font-weight: bold;
}
.aktivText {
	color: #FFFFFF;
	font-weight: bold;
}
.mitteBild {
	position: relative;
	left: auto;
	right: auto;
}
.imgBorder {
	border: 1px solid #CA243A;
}
.bild-links {
	float:left;
	margin-right:10px;
}
.boldNav {
	color: #FFFFFF;
	font-weight: bold;
}
.headline {
	font-size: x-large;
	color: #cb081e;
	font-weight: bold;
}
.navLinkRechtsDunkel {
	border-right: 1px solid #333;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #333;
	border-left: 1px solid #ccc;
	background-color:#999;
}
.navLinkRechtsHell {
	border-right: 1px solid #333;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #333;
	border-left: 1px solid #ccc;
	background-color:#FFF;
}
.navLinkLinks {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #333;/*border-left: 2px solid #ccc;*/
}
.navActivRechts {
	border-right: 1px solid #999;
	border-top: 1px solid #333;
	border-bottom: 1px solid #999;
	border-left: 1px solid #333;
	background-color:#bf1f1f;
}
.hintergrundWeiss {
	background-color:#FFF;
}
.hintergrundGrau {
	background-color:#CCC;
}
.textRot {
	color: #CB081E;
}
.linkTableRowLeft {
	border-top: 1px solid #CB081E;
	border-left: 1px solid #CB081E;
}
.linkTableRowRight {
	border-top: 1px solid #CB081E;
	border-right: 1px solid #CB081E;
	border-left: 1px solid #CB081E;
}
.linkTableRowBottomRight {
	border-top: 1px solid #CB081E;
	border-bottom: 1px solid #CB081E;
	border-right: 1px solid #CB081E;
	border-left: 1px solid #CB081E
}
.linkTableRowBottomLeft {
	border-top: 1px solid #CB081E;
	border-bottom: 1px solid #CB081E;
	border-left: 1px solid #CB081E
}
.kapital {
	font-variant: small-caps;
}

