html, body{

	font-size:13px;
	margin:0px;
	padding:0px;
/*	
  background-color: #F8D578;
*/
background-color: rgb(122,146,188);
}
p, a, input, td, th, li, dt, dd{
  color:#162359;
  font-style:normal;
  font-size:13px;
  line-height:140%;
  font-family:Verdana, Helvetica, Arial, sans-serif;
}




h1{
  font-size:16px;
  font-weight:bold;
  margin-top:0px;
}
h2{
  font-size:14px;
    font-weight:bold;
}

h3{
  font-size:12px;
    font-weight:bold;
}
th{
  color:#162359;
  text-align:left;
}




img{
  border:0px;
}

tr.decoration img
{
    display:block;
}

/* Klassen fuer Kontainer */
#box{
  position:absolute;
  width:780px;
  min-height:400px;
  left:50%;
  margin-left:-380px;
border: 1px solid black;

}

#logo
{

left:50px; 
top:0px; 
position:absolute; 
z-index:30;
}

.leftCollumn{
  border-right: 1px solid black;
  background-color:#465F8B;
}


.balkenoben
{
  background-color:#465F8B;
  height: 67px;
	border-left: 1px solid black;
	border-bottom: 1px solid white;
	font-size:25px;
  font-weight:bold;
  color:#c0c0c0;
  text-align:center;
}

.balkenoben_klein
{
font-size:14px;
}

.balken
{
  background-color:#468B67;
  height: 16px;
	border-top: 1px solid white;
}




.metanav

{
	border-bottom: 1px solid black;
	padding:10px;
	text-align:right;
	vertical-align:top;
}
.metanav a:, .metanav a:visited
{
  text-decoration:none;
}

.metanav a:hover
{
  text-decoration:underline;
}

/*Inhalte*/
#leftNavi{
z-index:100;
background-color:#468B67; 


  padding:0px;
   position:absolute;
  width:160px;

  left:-10px;
  top:120px;
  border:1px solid black;

}

#leftNavi td{
padding:1px;
}


#leftNavi a
{
  text-decoration:none;
font-size:12px;
line-height:18px;
  font-weight:bold;

}

#leftNavi a:hover
{

  text-decoration:underline;
}


#Content
{
padding:25px;
 background-color:#ffffff;
  min-height:400px;
  
}
