body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	scrollbar-face-color:#ffffff;
    scrollbar-arrow-color:#474747;
    scrollbar-track-color:#ffffff;
    scrollbar-shadow-color:#bababa;
    scrollbar-highlight-color:#bababa;
    scrollbar-3dlight-color:#ffffff;
    scrollbar-darkshadow-Color:#ffffff;
}
.oneColElsCtr #container {
	width: 840px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #dd0101;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 12px;
	color: #000000;
	text-decoration: bold;
	}

h2 {

	font-size: 12px;
	color: #000000;
	text-decoration: normal;
}

h3 {
	font-size: 10px;
	color: #333333;
	text-decoration: italic;
}

h4 {
	font-size: 10px;
	color: #333333;
	text-decoration: italic;
}
.content {
	padding: 10px;
	background-color: #FFFFFF;
	height: 300px;
	vertical-align: top;
	text-align: left;
}
.footer {
	font-family: Arial;
	padding-top: 3px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;

}

div.scroll {	
	height: 500px;	
	width: 580px;	
	overflow: auto;	
	background-color: #fff;	
	padding: 20px;
	padding-bottom: 15px;
	margin-top: 30px;
	}



.margin {
	margin-left: 10px;
	margin-top: 55px;
}

.kantur {
	border: solid 1px #dbdad7;
}

.botnkant {
	border-bottom: solid 1px #dbdad7;
}


/*** Horizontal menu ***/

#mainmenu {
float:left;
margin-bottom:3px;
margin-top: 3px;
}

#mainmenu ul {
font-size:13px;
margin:0;
padding:0;
}

#mainmenu li {
float:left;
height:18px;
list-style:none;
margin:0;
padding:0;
}

#mainmenu a {
border-right:1px solid #b0b0b0;
color:#000000;
display:block;
font-size:11px;
padding:3px 13px 3px 13px;
text-transform:normal;
}

#mainmenu a:hover {
color:#000000;
text-decoration:none;
}

#mainmenu a.current {
color:#000000;
text-decoration:none;
}


#menu {font-family: arial, sans-serif; width:750px; height:100px; position:relative; font-size:11px; z-index:100;}
#menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:104px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:#710069; line-height:20px; font-size:11px; overflow:hidden;}
#menu ul {padding:0; margin:0; list-style: none;}
#menu ul li {float:left; position:relative;}
#menu ul li ul {display: none;}

/* specific to non IE browsers */
#menu ul li:hover a {color:#fff; background:#36f;}
#menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
#menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
#menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
#menu ul li:hover ul li ul {display: none;}
#menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
#menu ul li:hover ul li a:hover {background:#6fc; color:#000;}
#menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
#menu ul li:hover ul li:hover ul.left {left:-105px;}




#container{
width:760px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
border:2px solid #a0a0a0;
}
