/* ----------------------------------------------------------------------------
Screen CSS File
Herden & Schwarz
Copyright 2009 by Softloop
---------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
Allgemeine Tags und Klassen
---------------------------------------------------------------------------- */

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

html {
	overflow-x: hidden;
}

body {
	background: #4f555d url("../pics/body.jpg") repeat-y;
	font: 12px Arial, sans-serif;
	color: #333;
}

h1 {
	text-transform: uppercase;
	font-size: 16px;
	border-top: 2px solid #00ccff;
	padding-top: 10px;
	padding-bottom: 40px;
}

ul li {
	list-style-type: none;
}

img {
	behavior: url("iepngfix.htc");
}

/* ----------------------------------------------------------------------------
Bildhintergruende
---------------------------------------------------------------------------- */

#hintergrund {
	margin: 0 auto;
	padding: 0 30px;
	width: 910px;
	height: 1000px;
	overflow: visible;
}

*html #hintergrund {
	overflow: hidden;
}

#hintergrund img {
	position: relative;
	margin-left: -120px;
	vertical-align: bottom;
}

/* ----------------------------------------------------------------------------
Wrapper
---------------------------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	padding: 0 30px;
	width: 910px;
	margin-top: -1000px;
	overflow: visible;
	height: 1000px; 
}

*html #wrapper {
	position: relative;
}

#header {
	position: relative;
}


#logo {
	position: relative;
	margin-top: 18px;
	margin-left: -22px;
	padding-bottom: 15px;
}

#article {
	position: relative;
	padding: 10px;
	margin-right: 10px;
	width: 450px;
	min-height: 515px;
}

*html #article {
	height: auto !important;
	height: 515px;
}

#article_wrapper {
	position: relative;
	width: 470px;
	background: #fff;
	overflow: hidden;
} 

#article_shadow {
	position: relative;
	background: url("../pics/shadow_top_right.png") top right no-repeat; 
	behavior: url("iepngfix.htc");
	overflow: hidden;
}


#article_footer {
	position: relative;
	float: left;
	background: url("../pics/article_footer.png") bottom left no-repeat;
	behavior: url("iepngfix.htc");	
	padding-bottom: 30px;
	width: 475px;
	overflow: hidden;
} 

#article img {
	padding-bottom: 5px;
}

#article a {
	color: #999;
	border-bottom: 1px solid;
}

#content p {
	padding-bottom: 20px;
}

#article ul li {
	line-height: 1.4em;
	padding-left: 15px;
	background: url("../pics/bullet.gif") no-repeat 1px 5px;
}

#sidebar {
	position: relative;
	behavior: url("iepngfix.htc");
	background: url("../pics/sidebar.png") no-repeat;
	float: left;
	width: 190px;
	padding: 10px;
	padding-right: 20px;
	height: 565px;
	overflow: hidden;
}

/* ----------------------------------------------------------------------------
2-Spalten Textmodul
---------------------------------------------------------------------------- */

#article-spalte1 {
	float: left;
	width: 210px;
	padding-right: 30px;
}

#article-spalte2 {
	float: left;
	width: 210px;
}


/* ----------------------------------------------------------------------------
Navigation
---------------------------------------------------------------------------- */

#naviWrapper {
	position: relative;
	behavior: url("iepngfix.htc");
	background: url("../pics/naviWrapper.png") no-repeat;
	float: left;
	padding: 10px;
	padding-right: 15px;
	width: 190px;
	height: 565px;
}

#navi {
	border-top: 2px solid #00ccff;
	padding-top: 10px;
}

#navi ul li {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

#navi a {
	line-height: 1.4em;
	color: #333;
}

#navi a.aktiv {
	color: #00ccff;
}

#navi ul.subnavi {
	margin-bottom: 15px;
}

#navi ul.subnavi li a {
	padding-left: 15px;
}

#navi ul.subnavi li a.aktiv {
	background: url("../pics/subnav_aktiv.gif") no-repeat 1px 8px;
}


/* ----------------------------------------------------------------------------
Navigations-Buttons
---------------------------------------------------------------------------- */

#quickbuttonWrapper {
	position: absolute;
	bottom: 65px;
}

#quicknav a {
	text-transform: uppercase;
	float: left;
	background: url("../pics/button.jpg") no-repeat;
	padding: 6px 15px;
	width: 157px;
	height: 13px;
	color: #333;
	margin-left: 5px;
	font-weight: bold;
	font-size: 11px;
}

#quicknav li {
	float: left;
	margin-bottom: 5px;
}

#footer {
	background: url("../pics/footer.png");
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

*html #footer {
	background: none;
	position: static !important;
	behavior: url("iepngfix.htc");
	margin-top: 6px;
	clear: left;
}

#smallnav { 
	z-index: 3000;
	padding: 2px 30px;
	height: 13px;
	margin: 0 auto;
	width: 910px;
	text-align: center;
}

*html #smallnav {
	background: url("../pics/footer.png");
	behavior: url("iepngfix.htc");
	width: auto;
}

ul#smallnav a { 
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}

ul#smallnav li {
	font-size: 10px;
	text-transform: uppercase;
	list-style-type: none;
	display: inline;
}

span.pipe {
	color: #fff;
}

/* ----------------------------------------------------------------------------
Table Sprechzeiten
---------------------------------------------------------------------------- */

table.sprechzeiten {
	border-collapse: collapse;
	font-weight: bold;
	width: 450px;
} 

table.sprechzeiten tr {
}

table.sprechzeiten td {
	width: 170px;
	vertical-align: middle;
	background: #c5eaf7;
	padding:  4px 7px;
	border-bottom: 5px solid #fff;

}

table.sprechzeiten td.first {
	width: 150px !important;
}

table.sprechzeiten td.zentriert {
	text-align: center;
}

table.sprechzeiten td.rechtsbuendig {
	text-align: right;
}

table.sprechzeiten span.notfaelle {
	border-bottom: 1px solid;
	font-weight: normal;
}

/* ----------------------------------------------------------------------------
Table Topnews
---------------------------------------------------------------------------- */

table.topnews {
	cursor: pointer;
	margin-bottom: 20px;
}

div.pnormal {
	width: 175px;
	padding-right: 45px;
}

div.pright {
	float: left;
	width: 175px;
	padding-right: 45px;	
}

.caption {
	width: 180px;
	min-height: 80px;
}

*html .caption {
	height: auto !important;
	height: 80px;
}

/* ----------------------------------------------------------------------------
IE 6 Hack Footer
---------------------------------------------------------------------------- */

*html #footer {
	z-index: 1000;
	position: absolute;
}

/* ----------------------------------------------------------------------------
Top News
---------------------------------------------------------------------------- */

.newslist h1 {
	text-transform: none;
	border: 0px none;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 12px;
}

.newslist li {
	margin-bottom: 20px;
}

.newslist li.link {
	cursor: pointer;
}

.newslist a {
	color: #999;
	border-bottom: 1px solid;
}