@CHARSET "UTF-8";
body 
{
	margin: 0 auto;
	padding: 0.5em;
	font-family:arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 90%;
	background: #566DFF;
	color: #000000;
}

p
{
	font-family:arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 100%;
	color: #000000;
}

.avslut
{
	font-family:arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 120%;
	color: #ffffff;
	text-align: center;
}

.avslut a 
{
	color: red;
	text-decoration: none;
}


td
{
	font-family:arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 100%;
	color: #000000;
}

.error 
{
	font-size: 100%;
	line-height: 14px;
	color: #CC6714;
}

#container 
{
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 1000px;
}
#header 
{
	background-color:#0c2d68;
	border-bottom: 0.75em solid #566DFF;
	padding-top: 0.5em;
	clear: both;
}

h1 
{
	font-weight: bold;
	font-size: 250%;
	color: #ffffff;
	text-align:center;
	margin-top:0.1em;
	margin-bottom: 0.1em;
}

h2 
{
	color:#000000 ;
	text-align:center;
	font-size: 150%;
	background-color: #FFFFFF;
}

h3
{
	color: #000000;
	text-align:center;
	font-size: 125%;
	background-color: #FFFFFF;
	
}

.rundhf
{
        background: #ffffff;
}
.rundtopph
{
        background: #387a98;
}
.rundh_r1
{
        margin: 0 5px;
        height: 1px;
        overflow: hidden;
        background:#0c2d68 ;
}
.rundh_r2
{
        margin: 0 3px;
        height: 1px;
        overflow: hidden;
        background: #0c2d68 ;
}
.rundh_r3
{
        margin: 0 2px;
        height: 1px;
        overflow: hidden;
        background: #0c2d68 ;
}
.rundh_r4
{
        margin: 0 1px;
        height: 1px;
        overflow: hidden;
        background: #0c2d68 ;
}

#content 
{
	margin: 0 auto;
	padding: 5px;
	min-height:640px;
	width: 530px;
	margin-left: 225px;
	border-left:dotted;
	border-right:dotted;
	border-left-color:blue;
	border-right-color:blue;
	margin-right: 225px;
}


#content a 
{
	color: blue;
	text-decoration: none;
}

div.bild 
{
	padding-top: 10px;
	text-align: center;
}

.menu 
{
	margin:0 auto; 
	height:40px;
	width:960px;
	background:#fff url('../images/blue.gif') repeat-x; 
	position:relative; 
	font-family:arial, verdana, sans-serif; 
	list-style-type:none; 
	padding-right:0; 
	padding-top:0; 
	padding-bottom:0 
	
}
.menu li.top 
{
	display:block; 
	float:left; 
	position:relative;
	
}

.menu li a.top_link 
{
	display:block; 
	float:left; 
	height:40px; 
	line-height:33px; 
	color:#000000; 
	text-decoration:none; 
	font-size:11px; 
	font-weight:bold; 
	padding:0 0 0 12px; 
	cursor:pointer;
	
}

.menu li a.top_link span 
{	
	float:left; 
	font-weight:bold; 
	display:block; 
	padding:0 24px 0 12px; 
	height:40px;
	
}

.menu li a.top_link:hover 
{
	color:#000; 
	background: url('../images/button5.gif') no-repeat;
	
}

.menu li a.top_link:hover span 
{
	background:url('../images/button5.gif') no-repeat right top;

}

.menu a:hover 
{
	visibility:visible;
	
}
.menu li:hover 
{
	position:relative; 
	z-index:200;
	
}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul 
{
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
	
}

.menu :hover ul.sub 
{
	left:2px; 
	top:40px; 
	right:2px; 
	background: #fff; 
	padding:3px 0; 
	border:1px solid #999999; 
	white-space:nowrap; 
	width:200px; 
	height:auto;
	
}
.menu :hover ul.sub li 
{
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:250px;
	
}
.menu :hover ul.sub li a 
{
	border-left:3px solid #fff; 
	border-right:0px solid #fff; 
	border-top:0px solid #fff; 
	border-bottom:0px solid #fff; 
	font-weight:normal;
	display:block; 
	font-size:11px; 
	height:20px; 
	width:192px; 
	line-height:20px; 
	text-indent:5px; 
	color:#000; 
	text-decoration:none; 
	
}

.menu :hover ul.sub li a:hover 
{
	background:#566DFF; color:#fff;
	
}

#left_sidebar 
{
	font-size: 90%;
	font-style: normal;
	float:left;
	width: 210px; 
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

#right_sidebar 
{

	font-size: 90%;
	font-style: normal;
	float: right;
	width: 210px;
	padding: 5px;
}

#footer 
{
	clear: both;
	background-color:#0c2d68 ;
	text-align: center;
	height: 50px;
}

#footer p 
{
	color: #FFFFFF;
	font-size:12px;
	padding-top: 1px;
}

#footer p a 
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer p a:hover 
{
	color: #CC6714;
}

#footer p bold
{
	font-style: normal;
	font-weight: bold;
}
