/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;	
	background-image: url(graphics/header_bg2011.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

p{
	margin:0;
}

/* DIVS */
div#maincontainer {
	width:100%; 
	/*background-image: url(graphics/sitehg_main2.gif);background-repeat: repeat-x;*/
	
}

div#head1{
	width:864px; margin-left:auto; margin-right:auto;
}

div#head_bg {
	/*width:100%; background-image:url(graphics/kopf_hg.jpg); background-position:center; background-repeat:repeat-x;*/
}

div#head2 {
	width:864px; margin-left:auto; margin-right:auto;
}

div#navi {
	width:864px; height:auto; margin-left:auto; margin-right:auto; background-image: url(graphics/contenthg.gif);
}

div#navi_links {
	width:5px; margin-left:22px; float:left;
}

div#navi_bg{
	width:810px; height:25px; float:left; background-image:url(graphics/navi_bg.gif);
}

div#navi_rechts {
	width:5px;float:left;
}

div#subnavi {
	width:864px; margin-left:auto; margin-left: auto; margin-right:auto; background-image: url(graphics/contenthg.gif);
}

div#subnavi_links {
  width:5px; margin-left:30px; float:left; height:25px; background-image: url(graphics/navi_links2.gif); background-position:top right; background-repeat:no-repeat;
}

div#subnavi_bg{
	height:25px; float:left; background-image:url(graphics/navi_bg2.gif)
}

div#subnavi_rechts {
	width:5px;float:left;
}


div#content_container {
	width:864px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(graphics/contenthg.gif);
	background-repeat:repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
}


div#content {
	line-height:18px;width:760px; margin-left:auto; margin-right:auto; margin-top:10px;
}

div#sprechzeiten_container {
	width:100%; height:200px; background-image:url(graphics/fuss_hg.jpg); background-position:center top; background-repeat:no-repeat; 
}

div#sprechzeiten {
	width:864px; margin-left:auto; margin-right:auto; 
}

div#sprechzeiten1 {
	width:800px; height:135px; margin-left:auto; margin-right:auto; margin-top:0px; margin-bottom:0px;
}

div#sprechzeiten2 {
	margin-left:45px; padding-top:17px;
}

div#fuss_container {
	width:864px; height:35px; margin-left:auto; margin-right:auto; margin-bottom:15px;
}

div#fusszeile {
	margin-left:52px;
	font-size: 10px;
	line-height:16px;
	color:#666666;
}



/* textformatierungen */
div#navi a {
	background-image: url(graphics/navi_icon.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 20px;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
div#navi a:hover {
	text-decoration:underline;
	background-image: url(graphics/navi_icon_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#subnavi a {
	padding-left: 3px;	padding-right: 3px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size:10px;
	
	line-height: 24px;
	margin-top:4px;
	padding-top: 1px;
	margin-bottom:2px;
	padding-bottom: 3px;
	
	color: #666666;
	text-decoration: none;
	
	border-left: 1px solid #FFFFFF;
}
div#subnavi a:hover {
	text-decoration:underline;
}



/* textklassen */

.farbe1{
		color: #FF8800;
}

.headline1{
	font-size: 14px;
	font-weight: bold;
	background-image: url(graphics/headline_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 35px;
}
.headline2{
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	line-height: 35px;
}
.headline4{
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	line-height: 35px;
	color: #FF8800;
}
.headline3 {
	font-size: 18px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	line-height: 35px;
	color: #FF8800;
}

.linie_unten {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.farbe2 {

	color:#666666;
}

.za {
	line-height: 24px;
}

.za2 {
	line-height: 28px;
}
.rot {
	color: #990000;
}
.weiss {
	color: #FFFFFF;
	
}
.note {
	font-size: 9px;
	color: #F3F3F3;
}

