/* Start of CMSMS style sheet 'WSV Screen' */
body {

	background-color: #000000;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	line-height:15pt;
	background-image:url('im/bg_smallsize.jpg');
	background-position:top center;
	background-repeat:repeat-y;
        text-align: justify;

}

a {
        color:#51abea;
        text-decoration:none;
}

img {
        border:none;
}

h1 {
	font-size: 15pt;
	color: #51abea;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:300;
	line-height: 25pt;
}

h2 {
	font-size: 12pt;
	color: #51abea;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:300;
	text-decoration: underline;
}

h3 {
	font-size: 12pt;
	color: #51abea;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: underline;
}


h4 {
	font-size: 10pt;
	color: #51abea;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: underline;
}


#wrapper {
	position:absolute;
	top:0;
	width:950px;
        margin-left:-475px;
        left:50%;
        background-color:#ffffff;
}


#wrapper #header {

	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height:60px;
	background-color: #ffffff;
	background-image: url('im/header.gif');
	background-position: center;
	background-repeat: no-repeat;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#999999;
	border-left-style:solid;
	border-left-width:1px;

}

#wrapper #horizbar {

	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background-color: #efefef;
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#999999;
	border-left-style:solid;
	border-left-width:1px;

}

#wrapper #horizseperator {

	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #ffffff;
	background-image:url('im/horiz.gif');
	background-position: top left;
	background-repeat: repeat-x;
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#999999;
	border-left-style:solid;
	border-left-width:1px;
}

#wrapper #horizseperatorbottom {

	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #ffffff;
	background-image:url('im/horizbottom.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#999999;
	border-left-style:solid;
	border-left-width:1px;
}

#wrapper #midsection {

	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#999999;
	border-left-style:solid;
	border-left-width:1px;
	
}

#wrapper #midsection #navigationbar {
	
	position:absolute;
	top:50px;
	left:5%; 
	width: 25%;
	background-color: #ffffff;
	
	

}

#wrapper #midsection #contentsection {

	position: relative;
	top: 0;
	left: 35%;
	width: 60%;
	background-color: #ffffff;
	height:auto;	
	clear:both;


}



.navigationbarbox {

	position: relative;
	width:100%;
	left:0;
	top: 60px;
	font-size:10pt;
	border-color: #999999;
	border-width: 1px;
	border-style:solid;
	background-image:url('im/navigationbarbox.gif');
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #ffffff;

}

.navigationbarbox h1 {
	font-size: 10pt;
	color:#000000;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: none;
	background-color:transparent;
}

#menue {
	position: relative;
	width: 100%;
	top:0;
	left:0;
	font-size: 10pt;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-collapse:collapse;
	line-height:18pt;

}

	
#menue ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border:none;
}

#menue ul li {
	display: block;
}

#menue ul li a, #menue li a:link {
	text-decoration: none;
	display: block;
	color: #000000;
	width: 100%;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color:#c5dbea;
	border-collapse:collapse;
}



#menue ul ul li a:before {
	content:"\A0\A0\00BB\A0";
}

#menue ul li a:hover, #menue li a:active, #menue li a:focus, #menue li a.active {
	color: #000000;
	background-color: #7da9c8;
}



#menue ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size:8pt;
	border:none;
}


#menue ul ul li a, #menue ul ul li a:link {
	text-decoration: none;
	display: block;
	color: #000000;
	width: 100%;
	background-color: #f3ffad;
	border:none;
}

#menue ul ul li {
	display: block;
}



#menue ul ul li a:before {
	content:"\A0\A0\A0\A0\A0\00BB\A0";
}

#menue ul ul li a:hover, #menue ul ul li a:active, #menue ul ul li a:focus, #menue ul ul li a.active {
	color: #000000;
	background-color: #c5dbea;
}

#menue ul ul ul {
	list-style-type: none;
	margin: 0px;
	font-size:8pt;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-collapse:collapse;	
	
}


#menue ul ul ul li a, #menue ul ul ul li a:link {
	text-decoration: none;
	display: block;
	color: #000000;
	width: 100%;
	background-color: #ffffff;
	border:none;
}

#menue ul ul ul li {
	display: block;
}



#menue ul ul ul li a:before {
	content:"\A0\A0\A0\A0\A0\A0\A0\A0\A0\00BB\A0";
}

#menue ul li a:before {
	content:"\00BB\A0";
}

#menue ul ul ul li a:hover, #menue ul ul ul li a:active, #menue ul ul ul li a:focus, #menue ul ul ul li a.active {
	color: #000000;
	background-color: #f3ffad;
}

/*////////////////////////////////////////////*/
/* SCHATTEN BILDER */
/*////////////////////////////////////////////*/

DIV.shadow, DIV.shadow2, DIV.shadow3, DIV.shadow4, DIV.shadow5 {
   padding: 0px;
   border-radius: 5px;
   -moz-border-radius: 5px;
   }
DIV.shadow {
   background-color: #8e8e8e;
   border: 1px solid #959595;
   margin: 0px;
   }
DIV.shadow2 {
   background-color: #aaa;
   border: 1px solid #bebebe;
   margin: 0;
   }
DIV.shadow3 {
   background-color: #d1d1d1;
   border: 1px solid #e1e1e1;
   margin: 0;
   }
DIV.shadow4 {
   background-color: #ededed;
   border: 1px solid #f6f6f6;
   margin: 0;
   }
DIV.shadow5 {
   float: left;
   background-color: #fcfcfc;
   border: 1px solid #fff;
   margin: 10px 14px;
   }

DIV.shadow5 IMG {
   border: 0px solid #666;
   margin: -2px;
   display:block;
   position: relative;
   top: -3px;
   left: -3px;
   }


/* End of 'WSV Screen' */

