/* CSS Document */


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

li {font-size:76%;}

a:link {text-decoration:underline;}
a:hover {color:#ff9900;}

h1 { font-size:101%;}

h2 { font-size:93%;}

h3 { font-size:83%;}

.active {
text-decoration:none;
}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: url(/vds/images/header_startseite.jpg) no-repeat 0px 0px;
border:1px solid #e3e4e5;
margin-top:20px;
}

#topsection{
/*background: url(/vds/images/banner.jpg) no-repeat 0px 0px;*/
height: 164px; /*Height of top section*/
}


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

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

#contentwrapper-startseite{
float: left;
width: 100%;
background-color:#07244d;
background: url(/vds/images/bg_startseite.gif) repeat-y 0px 0px;
}
#contentcolumn{
/*margin-left: 200px; /*Set left margin to LeftColumnWidth*/
/*margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

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


#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
/*background: #b2b3b5;*/
}


#footer{
clear: left;
width: 100%;
border-top: 1px solid #bbb;
color: #FFF;
text-align: right;
padding: 2px 0;
background-color:#677799;
}

#footer p{
color: #e2e3e4;
font-size:69%;
}
#footer a {
color: #e2e3e4;
padding-right: 4px;
}
#footer a:hover {
color: #ff0000;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}




.float-right {
  float:right;
  padding: 10px 0px 0px 10px;
}
.float-left {
  float:left;
}
.clear {
  clear: both;
}

#top-navigation {
margin: 58px 0px 0px 164px;
padding:0px 0px 0px 0px;

}

/* Navigation Main
 */
.mod_navigationMain
{
	left:0px;
	top:0px;
	position:relative;
	font-size:16px;
}

.mod_navigationMain ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.mod_navigationMain li
{
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.mod_navigationMain a
{
	display:block;
	padding:42px 22px 6px 20px;
	border-right:1px solid #FFFFFF;
	font-weight:normal;
	color:#FFFFFF;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration:none;

	
}

.mod_navigationMain a:hover
{
 background: url(/vds/images/menu_over.gif) 0 0 repeat-x;
	color:#e2e2e2;
}

.mod_navigationMain p
{
	margin:0px;
	padding:42px 22px 6px 20px;
	border-right:1px solid #FFFFFF;
	font-weight:normal;
	color:#FFFFFF;
	font-family: Verdana, Arial, Sans-Serif;
}

.mod_navigationMain a.parent
{
	color:#FF9900;
}



/*Aktuell*/
.headlines{
	margin: 1px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.1em;
	
}
.headlines p{
	margin: 2px 0px 4px 0px;
	padding: 2px 0px 0px 2px;
	font-size:76%;
	
}

	
.headlines ul {
    list-style: url(/vds/images/symbol_arrow.gif);
    margin:4px 0px 0px 12px;
    padding: 0px 0px 0px 8px;
    list-style-type:square;
    list-style-position: outside;
}

.headlines li {
    list-style: url(/vds/images/symbol_arrow.gif);
  	
    margin:1px 0px 1px 0px;
    padding: 0px 0px 0px 0px;
}


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

.headlines a:hover {
		color:#FF9900;
		text-decoration:underline;
}
#myGallery
{
width: 460px !important;
height: 290px !important;
}

/*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:#fff;
		}
		
.content h2 {
	font-size:101%;
	margin: 20px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	color: #266994;
	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:#003f70;		
		}
		
.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: #fff;
			text-decoration:none;
}
.content a:visited  {
			margin: 0px 0px 0px 0px;
			color: #fff;
			text-decoration:none;
}

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