a:link, a:visited, a:active { 
  text-decoration:none;
  font-weight:normal;
  color:#000000;
  font-size:11px;

}

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


.smalllink  {
	color:#000000;
	font-size:10px;
	font-family:verdana;
	text-decoration:none;
}

text
{
 font-family:Verdana;
 font-size:12px;
 background-color:#bdbec6;
 background:#CCCCCC; /* 135 url("../bilder/bg_pg_blue.gif");*/
 text-align:center;
 margin:0px;
}



body 
{
 font-family:Verdana;
 font-size:12px;
 background-color:#bdbec6;
 background:#9ACC00 url(../bilder/bg.gif) repeat-y center top;
 text-align:center;
 margin:0px;
}

h1 {font-size:22px;color:#000000;margin-bottom:0px;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}

img { border:none;}




#title {
height:110px;
padding:0px;
background-color:#BBBBBB;
border-bottom:1px solid;

}
#left {
width:137px;
float:left;

}

#left a

 {

font-size:10px;
font-family:verdana;

  }

.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
text-decoration:none;
background-color:#708ED6;

}


.menucontainer {
/*border:1px solid #000;*/
background-color:#DDDDDD;
width:106px;
margin:10px;
text-decoration:none;
}


#content {

background-color:#FFF;
width:600px;
float:right;
display:inline;
padding:10px 10px;
font-size: 11px; 
line-height: 17px;
}

#content a {

text-decoration:underline;

}


/* p,div,td,th,ul,ol,li,nobr,input,option,textarea,dt,dd { font-size:12px; }*/






Hauptmenue auf der linken Seite 

#navigation { 
	float:left;
	width:150px;
	margin:6px;
}

#navigation a { 
	text-decoration:none;
/*	font-size:10px;*/
}

#navigation a:hover { 
	text-decoration:underline;
}

#navigation ul {
 border:1px solid #000;
 border-top:none;
 margin:0px 5px 5px 5px;
 padding:5px;
 list-style-type:none;
 background-color:#EFEFF7;
}

#navigation ul li { 
	background-image:url(../bilder/kueken.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding: 0px 0px 0px 18px;
}

#navigation h3 {
	margin:15px 5px 0px 5px;
	padding:2px;
	background-image:url(../bilder/pfeil.gif);
	background-repeat:no-repeat;
	background-position:2px 3px;
	background-color:#708ED6;	
	text-align:center;
	border:1px solid #000;	
	font-size:12px;

}

#navigation h3 a{
	font-size:12px;
	font-weight:bold;
	color:#000000;
		
	
}






/* Tabellen */
table.standard { border-collapse:collapse; }
table.standard th { padding:5px; color:#FFF; background-color:#666; border:1px solid #666; }
table.standard th.switch { padding:5px; color:#FFF; background-color:#555; border:1px solid #555; }
table.standard td { padding:5px; background-color:#E8E8F0; border:1px solid #999;  }
table.standard td.switch { padding:5px; background-color:#E1E1E9; }
