@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0; }
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #000000;
	scrollbar-arrow-color: #CCCCCC;
    scrollbar-track-color: #000000;
    scrollbar-face-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-shadow-color: #000000;
	}
a:link, a:visited, a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
}
 
a:hover {
	text-decoration: none;
	color: #FFFF66;
}
	
h1  {
	font-size: 14px;
}
.yellow {
	font-weight: bold;
	color: #FFFFFF;
}
.red_txt {
	font-weight: bold;
	color: #CC0000;
}
.basses_txt  {
	font-size: 11px;
	top: 496px;
	background-color: #2A3C4D;
	}
h2  {
	font-size: 18px;
}
.border {
	border: 1px solid #CCCCCC;
}	
#stripes {
	position:absolute;
	width:100%;
	height:449px;
	top:50%;
	margin-top:-214px;
	z-index:1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	left: 0px;
}
#container {
	position: absolute; /* adding position: relative allows you to position the two sidebars relative to this container */
	z-index:2;
	width: 900px;
	text-align: left;
	margin-right: -450px;
	height: 600px;
	top:50%;
	margin-top: -300px;
	right: 50%;
} 
#header {
    z-index:1;
	height: 86px;
	width: 900px;
	top: 0px;
	position: absolute;
	left: 0px;
}
#leftsidebar {
	z-index:2;
	height: 450px;
	width: 125px;
	position: absolute;
	left: 0px;
	top: 86px;
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#navcontainer {
	position:absolute;
	width:125px;
	height:120px;
	z-index:1;
	top: 35px;
}
#navlist
{
	margin-left: 0;
	width: 122px;
	background-color: #333333;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}


#navlist li
{
	list-style: none;
	margin: 0;
	text-align: left;
}

#navlist li a
{
	display: block;
	text-decoration: none;
	background-color: #333333;
	padding-right: 0.5em;
	padding-left: 0.75em;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #1C1C1C;
	width: 102px;
}

#navlist li a:link {
	color: #CCCCCC;
}
#navlist li a:visited {
	color: #CCCCCC;
}
#navlist li a#current {
    border-color: #CCCCCC;
	color: #CCCCCC;
	background-color: #1C1C1C;
}
#navlist a:active, #navlist a#current:active {
    border-color: #CCCCCC;
	color: #CCCCCC;
	background-color:#1C1C1C ;
}

#navlist li a:hover {
	border-color: #4C5E70;
	color: #CCCCCC;
	background-color: #1C1C1C;
}

#maincontent {
	z-index:6;
	height: 430px;
	width: 650px;
	position: absolute;
	left: 125px;
	top: 106px;
	text-align: center;
	background-position: center;
	overflow: auto;
}
#maincontent_txt {
    z-index:7;
	height: 430px;
	width: 630px;
	position: absolute;
	left: 145px;
	top: 106px;
	overflow: auto;
	
}
#maincontent_info {
	z-index:8;
	height: 430px;
	width: 630px;
	position: absolute;
	left: 20px;
	top: 0px;
	overflow: auto;
	text-align: left;
}
#rightsidebar {
	z-index:3;
	height: 430px;
	width: 125px;
	left: 775px;
	top: 106px;
	position: absolute;
}
#basstxt {
	position:absolute;
	width:650px;
	height:43px;
	z-index:7;
	left: 0px;
	top: 493px;
	padding-left: 125px;
	background-color: #717171;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#basseslogo {
	height: 43px;
	width: 125px;
	position: absolute;
	left: 775px;
	top: 493px;
	text-align: center;
	z-index: 8;
	background-color: #2A3C4D;
	vertical-align: middle;
}
#dwarsbalk {
	z-index:4;
	position: absolute;
	height: 19px;
	width: 775px;
	left: 125px;
	top: 86px;
	background-color: #1C1C1C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer {
	z-index:5;
	position: absolute;
	height: 64px;
	width: 900px;
	left: 0px;
	top: 536px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.form_tr {
	border: 1px solid #CCCCCC;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;	
}
input.submit {
	width: 100px;
	
	border: 3px solid #3E2C3E;
	font-size: 11px;
}
#login {
	height: 150px;
	width: 250px;
	left: 200px;
	position: absolute;
	top: 0px;
}
#admin {
	height: 14px;
	width: 125px;
	position: absolute;
	left: 775px;
	top: 522px;
	text-align: center;
	z-index: 8;
	background-color: #202020;
}
#logout {
	position:absolute;
	width:125px;
	height:14px;
	z-index:2;
	left: 0px;
	top: 160px;
	background-color: #666666;
	text-align: center;
}
