body{
   margin:0px;
   padding:0px;
   font-family: Verdana, Arial;
   font-size:13px;
}

a{
   color:#000000;
}

form {
   margin:0px;
}

div#page {
/*
	min-width: 939px;
	width: expression(document.getElementById('page').clientWidth < 981 && document.body.clientWidth < 981 ? '939px' : 'auto');
*/
}

/*  H E A D E R  */

h3{
    padding: 20px;
    width: 180px;
    height: 50px;
    font-size: 16pt;
    color: #FFFFFF;
    /*border:1px solid green;*/
}

div#header{ 
	width: 950px;
	height: 131px;
	margin: 0 auto;
	/*background: url(../images/header_v2.jpg) no-repeat right;*/
}

div#main {
	background: url(../images/nav_shadow.gif) repeat-x top;
	/*border:1px solid blue;*/
}

div#container {
	width: 619px;
	/*margin: 0 auto;*/
	float:left;
	overflow: hidden;
	/*border:1px solid silver;*/

}

div#content_header {
	background: url(../images/content_header_v2.jpg) no-repeat center top;
	width: 619px;
	height: 106px;
	border:0.1px solid transparent;
}

div#content {
	background: url(../images/content_background_v2.gif) repeat-y;
	padding: 10px 20px;

}

div#content_footer {
	background: url(../images/content_footer_v2.gif) no-repeat;
	height: 49px;
}

div#sub_container{
	 float: right;
	 margin-top: 2px;
	 width:150px;
	 /*border:1px solid yellow;*/

}
/*div#content_container{
	 float: left;
	 width:619px;
	 border:1px solid red;

}*/

/*  H E A D E R  - H O M E */

div#home_header{ 
	width:614px;
	height:104px;
	background:url(../images/content-balken.jpg) no-repeat center top;
}

div#content{
    text-align: justify;
}

/* F O O T E R */

div#footer{
	width:614px;
	height:26px;
	background:url(../images/footer.jpg) no-repeat center top;
	
}
div.footer a{
	color:white;
}

/* P R I N T */

div#print{
	 float: left; 
	 font-size: 11px; 
	 padding-top: 4px; 
	 padding-left: 50px;
	 /*border:1px solid green;*/
}

div#print_img{
	 float: left;
	 padding-top:4px;
}

div#top{
	 float: right; 
	 font-size: 11px; 
	 padding-top: 4px; 
	 padding-right: 50px;
}

.top_link{
	 text-decoration: none;
}

.path {
     color: #73A229;
     padding-top: 5px;
     font-size: 11px;
}

.path a{
     color: #73A229;
     padding-left: 5px;
     /*font-size: 11px;*/
}

#submenu_top{
     background:url(../images/sub_top.gif) no-repeat center top;
     width: 150px;
     height: 5px;
     margin-top: -2px;
	
}
