/* Bugfix gegen Flackern von Hintergrund-Bildern im IE6 */
html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

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:#E3E8FF 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;font-weight:bold}
h3 {font-size:14px;color:#000000;}

img { border:none;}


ul{
list-style-image:url(../bilder/list.gif);
}

#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:#F8E57E;*/
background:#E3E8FF url(../bilder/contentback.gif) repeat-y center top;
width:610px;
float:right;
display:inline;
padding:0px 0px;
font-size: 11px; 
line-height: 17px;

}

#content a {

text-decoration:underline;

}

.textarea {
padding: 0px 30px 0px 50px ;
text-decoration: none;
}

.footer {
padding: 0px 30px 0px 50px ;
text-decoration: none;
}

/* 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 0px;
	padding:0px;
}

#navigation a { 
	text-decoration:none;
}

#navigation .hauptpunkt {
	position:relative;
	width:100%;
	margin-bottom:1px;
}

#navigation h3 {
	margin:0px;
	padding:0px;
	text-align:center;
	width:100%;
}

#navigation h3 a {
	background-color:#6599CD;	
	border:1px solid #000;	
	font-size:12px;
	font-weight:bold;
	color:#CDF3FE;
	display:block;
	padding:3px;
}

#navigation h3 a:hover {
	background-color:#21D2A6;
	color:#1F2F71;
}

#navigation ul {
	position:relative;
	margin:0px;
	padding:0px;
	list-style-type:none;
	border:1px solid #000;
	background-color:#71E2C6;
}

#navigation ul.popup {
	position:absolute;
	top:0px;
	left:150px;
	width:150px;
	display:none;
}

#navigation ul li {
	display:inline;
	margin:0px;
	padding:0px;
	width:100%;
}

#navigation li a {
	display:block;
	background-image:url(../bilder/spot.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding: 2px 2px 2px 15px;
}
	
#navigation li a:hover {
	background-color:#21D2A6;
}








/* 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;  text-align:center; }
table.standard td.switch { padding:5px; background-color:#E1E1E9; }

table.sprechstunden { border-collapse:collapse;  }
table.sprechstunden th { padding:5px; color:#FFF; background-color:#666; border:1px solid #666; }
table.sprechstunden th.switch { padding:5px; color:#FFF; background-color:#555; border:1px solid #555; }
table.sprechstunden td { padding:5px;  text-align:center; }
table.sprechstunden td.switch { padding:5px; background-color:#E1E1E9; }