/* CSS Document */


body{
 margin:0;
 padding:0;
 line-height: 1.5em;
 background-color:#b1c5ea;
 color:#000;
 font-size:101%;
 font-family: Arial, SunSans-Regular, Sans-Serif;
}

b{font-size: 110%;}
em{color: red;}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


#topsection{
display:none;
/*background: url(/vds/images/banner.jpg) no-repeat 0px 0px;*/
height: 135px; /*Height of top section*/
}
#top-navigation {
margin: 0px 0px 0px 0px;
padding: 72px 0px 0px 200px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background: url(/vds/images/bg.gif) repeat-y 0px 0px;
}

#contentcolumn{
/*margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
display:none;
float: left;
width: 200px; /*Width of left column*/
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/

}

#footer{
clear: left;
width: 100%;
border-top: 1px solid #000;
color: #000;
text-align: right;
padding: 2px 0;
background: url(/vds/images/bg.gif) repeat-y 0px 0px;
}

#footer p{
color: #e2e3e4;
font-size:69%;
}
#footer a {
color: #e2e3e4;
padding-right: 2px;
}
#footer a:hover {
color: #ff0000;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


.mod_breadcrumb
{
  display:none;
  margin-top:0px;
	
	padding:0px 12px 20px 0px;
	font-size:11px;
}

.mod_breadcrumb a
{
	color:#e2e2e2;
}



/*Text Inhalte Formatierung*/
.content {
			text-align:left;
			margin: 20px 0px 0px 0px;
			padding: 0px 20px 0px 20px;
			line-height:140%;
		}	
	
.content h1 {
		margin: 10px 0px 8px 0px;
		font-size:121%;
		padding: 0px 0px 4px 0px;
		color:#000;
		}
		
.content h2 {
	font-size:101%;
	margin: 20px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	color: #000;
	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-weight:300;	
		}
		
.content h3 {
		margin: 1px 1px 6px 1px;
		font-weight:bold;
		font-size:93%;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;	
		/*background-color:#536a86;*/
		border-bottom: 1px solid #fff;
		border-left:0px solid #224F86;
		padding: 4px 0px 4px 6px;		
		}
		
.content h4 {
		margin: 1px 1px 6px 1px;
		font-weight:bold;
		font-size:83%;
	  font-family: Arial, Helvetica, sans-serif;
		color: #000;	
		border-bottom: 1px solid #fff;
		border-left:0px solid #224F86;
		padding: 4px 0px 4px 6px;
		}
		
.content h5 {
		margin: 2px 0px 0px 0px;
		padding: 2px 0px 2px 2px;
		font-size:83%;
		font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
		border-bottom:1px solid #266994;
		border-top:1px solid #266994;
		color:#000;		
		}
		
.content h6 {
	font-size:76%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
			
.content p {
		margin: 2px 0px 10px 0px;
		padding: 0px 2px 0px 2px;
		font-size:76%;	
}		

.content ul {
      margin:0px 0px 0px 16px;
      padding: 0px 0px 0px 6px;
      list-style-type:square;
      list-style-position: outside;
}

.content li {
      /*font-size:76%;*/
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
}

.content a  {
			margin: 0px 0px 0px 0px;
			color: #000;
			text-decoration:none;
}
.content a:visited  {
			margin: 0px 0px 0px 0px;
			color: #000;
			text-decoration:none;
}

.content a:hover {
		color:#000;
		text-decoration:underline;
}

.float-right {
  float:right;
  padding: 10px 0px 0px 10px;
}
.float-left {
  float:left;
}
.clear {
  clear: both;
}
/*Horizontale Navigation*/
#nav {
display:none;
   margin:0;
   padding:0;
   /*background:#808259 url(nav_bg.jpg) 0 0 repeat-x;*/
   float:left;
   width:100%;
   border:0px solid #fff;
   border-width:0px 0;
   }
#nav li {
   display:inline;
   padding:0;
   margin:0;
  
  }
  
#nav a:link,
#nav a:visited {
    color:#fff;
    /*background:#b2b580;*/
    padding:53px 25px 4px 10px;
    float:left;
    width:auto;
    border-right:1px solid #fff;
    text-decoration:none;
    font:normal 0.7em/0.7em Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    text-shadow: 2px 2px 2px #555;
}
#nav li:first-child a {
    border-left:1px solid #fff;
}
#nav a:hover {
    color:#ff9900;
    /*background:#727454;*/
    background: url(/vds/images/menu_over.gif) 0 0 repeat-x;
}

#home #nav-home a,
#about #nav-about a,
#archive #nav-archive a,
#lab #nav-lab a,
#reviews #nav-reviews a,
#contact #nav-contact a {
   /* background:#e35a00;*/
    color:#fff;
    text-shadow:none;
}
#home #nav-home a:hover,
#about #nav-about a:hover,
#archive #nav-archive a:hover,
#lab #nav-lab a:hover,
#reviews #nav-reviews a:hover,
#contact #nav-contact a:hover {
    /*background:#e35a00;*/
    
}
#nav a:active {
    background:#e35a00;
    color:#fff;
}

.schrift {
display:none;
}
