/* generated by csscreator.com */ 
html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	background-color:#EFFFE5;
} 

body, td{
	font-family:arial;
	font-size: 12px; 
}

a{
	color: #0D7600;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	font-size: 12px; 
}

a:hover{
	text-decoration: underline;
}
 
#pagewidth{ 
	width:780px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;  
	border-left:1px solid black;
	border-right:1px solid black;
} 

#wrapper {
	min-height: 500px;
}

#header{
	position:relative; 
	height:153px; 
	background-image: url(../images/svbheader.jpg);
	background-repeat: no-repeat;  
	width:100%;
} 
 
#menubalk{
	position:relative; 
	height:48px;
	background-image: url(../images/menubalk.jpg);
	background-repeat:repeat-x;  
	width:100%;
	line-height:45px;
}

#maincol{
	float: left;
	width:490px; 
	display:block; 
	margin:10px 0 10px 20px; 
}

#rightcolcontainer{
	display:block;
	float:right;
	width:245px;
}

#newscontainer{
	display:block;
	float:right;
	height:256px;
	width:250px;
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
	border-bottom:4px solid #ECF0F1;
}

#news{
	float:right;
	width:250px;
}

.blog{
	display:block;
	width:100%; 
}


#rightcol{
	display:block;
	float:right;
	width:245px;
	margin-top:10px;
}

/*
#twocols, #maincol{
	width:100%; 
	float:none;
}
*/

#footer{
	margin-top:20px;
	height:52px; 
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;  
	clear:both;
} 
 
.moduletable_footer{
	width:780px;
}

.moduletable_footer tr td p{
	display:block;
	font-family: tahoma;
	font-size: 11px;
	margin-top: 20px;
	text-align:center;
	color:white;
}	

.contentheading{
	display: block;
	width: 400px;
	height: 20px;
	background-image: url(../images/titelbalk.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	font-size: 14px;
	font-weight: bold;
	color:#004000;
	padding-left:10px;
	margin-top:10px;
}

.buttonheading{
	width:25px;
}

.moduletable{
 padding-left:50px;
 }
 
.moduletable td{
 padding-left:30px;
 }
 
.mainlevel{
	font-weight: normal;
	font-family:tahoma;
	font-size:13px;
	color:white;
	background-image: url(../images/bal.jpg); 
	background-repeat: no-repeat;
	background-position:0 47%;
	padding-left: 15px;
	margin:0 10px;
}


.mainlevel:hover{
	font-weight: normal;
	font-family:tahoma;
	font-size:13px;
	color:white;
	background-image: url(../images/bal.jpg); 
	background-repeat: no-repeat;
	background-position:0 47%;
	padding-left: 15px;
	text-decoration:none;
	color:#85DEF5;
}

div.mainlevel,
div.mainlevel:hover{	
	height:15px;
	line-height:14px;
	cursor:default;
	text-align:left;
}

.sublevel{
	display: block;
	width:200px;
	padding: 0 20px 0 5px; 
	background-image: url(../images/balsub.gif); 
	background-repeat: no-repeat;
	background-position:0 50%;
	text-decoration:none;
	color:white;
	font-weight: normal;
	text-align:left;
	line-height:20px;
	padding-left: 15px;
}

.sublevel:hover{
	display: block;
	width:200px;
	padding: 0 20px 0 5px;
	background-image: url(../images/balsub.gif); 
	background-repeat: no-repeat;
	text-decoration:none;
	color:white;
	font-weight: normal;
	text-align:normal;
	text-decoration:none;
	color:#85DEF5;
	padding-left: 15px;
}

.readon a{
	width: 50px;
}

.blog, .back_button{
	margin-right: 5px;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 

}



/*
.contentpaneopen p{
	width:490px;
}
*/