/* CSS Document */

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#000000;
}

img {
	border:none;
}

h1 {
	font-size: 16px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size:14px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	text-decoration:underline;
}

#container {
	width: 850px;
	margin-left: -425px;
	padding: 0px;
	position:absolute;
	left: 50%;
	color: #ffffff;
	background-color:#000000;
	/*border-left:1px solid #8d0300;
	border-right:1px solid #8d0300;
	border-top:1px solid #8d0300;
	border-bottom:1px solid #8d0300;*/
}

#top {
	float: left;
	width: 850px;
	height: 220px;
	padding: 0px;
	margin: 0px;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
}

#left_autex {
	float: left;
	width: 72px;
	height: 542px;
	background-image:url(../images/left_autex.jpg);
	background-repeat:no-repeat;
	border-bottom: 2px solid #fff;
}

#menu {
	position: absolute;
	top: 216px;
	left: 45px;
	width: 875px;
	height: 22px;
	padding-top: 0px;
	text-align: left;
	margin: 0px;
	font-size:12px;
}

#menu li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#menu a {
	color: #FFFFFF;
	text-decoration:none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#menu a.active, #menu a:hover {
	text-decoration:none;
	color: #DF0D0C;
	padding-left: 1px;
	padding-right: 1px;
}

#content_container {
	position: absolute;
	top: 250px;
	left: 72px;
	width: 775px;
	height: 510px;
	background-color:#999999;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

td {
	padding-bottom: 5px;
	text-align:left;
}

.content_kader {
	float: left;
	width: 750px;
	height: 450px;
	margin-top: 20px;
	background-color:#000000;
	text-align:center;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	overflow:auto;
	scrollbar-face-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-arrow-color: #c5c5c5;
	scrollbar-track-color: #000000;	
}

.content_top {
	float: left;
	width: 700px;
	height: 100px;
	padding-left: 20px;
	padding-top: 20px;
}

.content_top a {
	text-decoration:none;
	color: #DF0D0C;
}

.trekhaken_top {
	float: left;
	width: 700px;
	height: 400px;
	padding-left: 20px;
	padding-top: 20px;
	text-align:left;
}

.trekhaken_top a {
	text-decoration:none;
	color: #DF0D0C;
}

#footer {
	float: left;
	width: 850px;
	color: #ffffff;
	text-align:center;
}

#footer a {
	text-decoration:none;
	color: #DF0D0C;
}