body{background: #3744c4; color:#546078; font-family:Helvetica, sans-serif; text-align:center;} 
a:link, a:visited {color:#546078;}
a:hover {color:#000000;}
a:active {color:#546078;}

/* main ----------------------------------------------------------------------*/
.main{
  width:800px;
  background:#FFF;
  margin: 0 auto;
}
/* ende main -----------------------------------------------------------------*/


/* header --------------------------------------------------------------------*/
.header{
  width:800px;
  height:257px;
  background:#f4e91b;
}
/* ende header ---------------------------------------------------------------*/

/* content -------------------------------------------------------------------*/
.content{
  width:800px;
  padding-bottom:5px;
  
}
.containercontent{
  width:640px;
  padding: 20px 10px 0px 10px;
}
/* ende content --------------------------------------------------------------*/

/* footer --------------------------------------------------------------------*/
#footer { 
	clear:both;
	height: 5px; 
	background: #fff; 
	font-size:90%; 
	padding: 0; 
	text-align:center; 
}
/* ende footer ---------------------------------------------------------------*/

/* settings ------------------------------------------------------------------*/
.settingstamb{
  padding:10px 0 0 10px;
  font-size:40px;
  text-align:left;
  color:#546078;
}  
.settingsmvbw{
  padding:20px 0 0 10px;
  font-size:25px;
  text-align:left;
  color:#546078;
}
.settingssmallpic{
  padding:46px 0 0 10px;
}
.settingsbigpic{
  padding:10px 10px 0px 0px;  
}

/* ende settings -------------------------------------------------------------*/

/* agenda tabelle ------------------------------------------------------------*/
table {border:0px solid #000000; border-collapse:collapse;}
tr{padding:0px; border:0px;}
td{padding:0px; border:0px; text-align: left;}
/* ende agenda tabelle -------------------------------------------------------*/

/* navigation ----------------------------------------------------------------*/
.nav 
{
  padding: 15px 0px 0px 10px;
  width: 130px;
  background:inherit;
  min-height: 500px;
}

li
{
  list-style-type:none;
  height: 25px;
  display: block;  
}

.nav li a 
{ 
  text-align: left;
  font-weight: bold; 
  color: #546078; 
  text-decoration: none;  
  padding: 5px 0 0 10px; 
  background: url(li.png) no-repeat left;
  display: block; 
}

.nav li a:hover 
{
  color: #FFF;
  text-decoration: none;
  background: #3744c4;
}

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

/* ende navigation -----------------------------------------------------------*/

/* fluss ---------------------------------------------------------------------*/
.folat-r{
	float:right;

}
.folat-l{
	float:left;
}
.folat-n{
	clear:both;
}
/* ende fluss ----------------------------------------------------------------*/

/* text seeting --------------------------------------------------------------*/
.textleft{
  text-align:left;
}
.top{
  padding-top:30px;
}
/* end text seeting ----------------------------------------------------------*/

