/* Layout Stylesheet */ 

body {
 margin:20px;
 background-color:#D6D6D6;
 color: #333333;
 text-align:left;
 padding:0;
font-family: Verdana,Arial;
font-size: 11px
 }

a {
text-decoration:  none;
font-weight: bold;
border: none;
 }
a:hover {
text-decoration:  underline; 
border: none;
 }

/*
input, textarea {
background-color: #FFFFFF/*#F0EFED*/;
border: 1px dashed #5280D5;
text-align: center;
}*/

.row1{

width:90%;
@width: 89%;
/*border-left: 1px dotted #99B9F6;*/
border-top: 1px dotted #99B9F6;
border-bottom: 1px dotted #99B9F6;
height: 80px;

/*background-color:#0000FF;*/
}

.row2{
width:100%;
@width: 99%;
position:relative;
/*height :2px;*/
/*border-left: 1px dotted #99B9F6;*/
/*border-bottom: 1px dotted #99B9F6;*/
/*background-color:#0000FF;*/

}


.col1{
position:relative; 
left:0px; 
top:0px; 
width:430px; 
float:left;
/*width: 60%;*/
/*min-height: 172px;*/
/*border-left: 1px dotted #99B9F6;*/
}

.col2{
position:relative; 
left:0px;
float: right;
/*width: 39%;*/
padding:5px 0px 0px 5px;
/*border-left: 1px dotted #99B9F6;*/
vertical-align:top;
}



#outer {
 text-align:center;
 width:950px;
 padding: 0px;
 margin: 0px;
 background-color: #F0EFED;
 
 }


#logo {
 padding: 0px;
 margin: 0px;
 border:0px;
 width: 950px;
 height: 91px;
 background-color:#99B9F6; 
position:relative;left:0;
 }

#menu{
 text-align:left;
 float:left;
 margin:0px;
 padding: 0px;
 width:950px;
height: 49px; /*alt35px*/
background-color: blue/*#99B9F6*/;

} 



#hdr {
positon: relative;
padding-top: 0px;
margin: 0px;
width: 950px;
background-color: #99B9F6;
}



#bar {
 
 width: 950px;
 height:11px;
 font:1px Arial;
 background-color:#5280D5;
 border-top: 1px solid #FFFFFF;
 border-bottom: 1px solid #FFFFFF;
  }
 

 

#bodyblock {
 position:relative;
 background-color:#F0EFED;
 color: #333333;
 width:950px;
 padding:0;
 
 }
 
#cont {
  float:left;
  width:748px;
  background-color: #F0EFED;
  color: #333333;
  text-align:left;
  /*min-height: 550px;/*
  /*@height: 550px;*/
  /*border-left: 1px dotted #99B9F6;*/
  border-right: 1px dotted #99B9F6;
overflow:auto;
}

#cont td {
text-align:left;
}

/*
#cont td {
border-color: #5280D5;
border-style:solid;
border-width:0px
}
*/

/*Fuer unterseiten ohne rechte navi*/
#cont1 {

 float:left;
 width:948px;
 background-color: #F0EFED;
 color: #333333;
 text-align:justify;
/*border-left: 1px dotted #99B9F6;*/
border-right: 1px dotted #99B9F6;

 }
/*Rechte Spalte indexseite*/ 
#r-col {
 float:right;
 background-color: #F0EFED;
color: #333333;
 width:199px;
 min-height:550px;
 @height: 550px;
 padding:0;
 margin-top: 0;

}


 
 #micro_nav{
 
  height:17px;
  font:1px Arial;
  background-color:#F0EFED;
  text-align: left;
border-bottom: 1px solid #FFFFFF;
    }

#micro_nav_txt a:link     { font:bold 10px Arial; color:#9C9C9C; text-decoration:none; }
#micro_nav_txt a:visited  { font:bold 10px Arial; color:#9C9C9C; text-decoration:none; }
#micro_nav_txt a:hover    { font:bold 10px Arial; color:#9C9C9C; text-decoration:underline; }
#micro_nav_txt a:active   { font:bold 10px Arial; color:#9C9C9C; text-decoration:none; }

  
  
  .box_title_dark
{
  float:left;
  width:10px;
  height:17px;
  background-color:#517FD7;
  font:bold 12px Arial;
  color:#3A7CC8;
  margin-left:20px;
}

.box_title_light
{
  float: left;
  width:133px;
  height:17px;
  background-color:#99B9F6;
  vertical-align:middle;
  font:bold 12px Arial;
  color:#3A7CC8;
}

.contentbox{

width:95%;
height: 150px;
border: 1px solid;
margin-top: 10px;
margin-left: 10px;

}



#ftr {
clear:both;
 height:20px;
 background-color:#99B9F6;
 color: #333333;
 margin:0;
text-align: center;
 }