/* css by kerstin boss - 18.07.2008 | 09:23 */
/* wichte farbwerte:
1. blau: #010066
2. #4A0A54
3. #961442
4. rot: #E22B2F
grau: #E5E5E5
*/

/* Layout */

#container {
	margin:0 auto; /* auto fuer horizontale zentrierung */
	top: 20px;
	position: relative;
	text-align:left;
	width:980px;
	clear:left;
	background: #fff;
	font-size: 0.8em;
	border: 1px solid #010066;
}
#container p.containerbot {
	width: 960px;
	color: #ccc;
	margin-bottom: 0;
}
#header {
	display: block;
	width: 980px;	
	height: 150px;
	background: #fff url(../img/layout/header.jpg) 0 140px no-repeat;
}
#header p{
	float: left;
	margin: 0;
	padding: 0;
}
#logo_spitzenmedizin {
	padding: 10px 5px;
	color: #fff;
}
#main {
	width: 980px;
	padding: 4em 0 2em 0;
	background: #fff; 
}
#main p.mainbot{
	clear: both; 
	color: #010066;
	font-size: 0.8em;
	text-align: right;
	padding: 0 3em 0 0;
}

/* Content */

#column { 
	float: right;
	width: 19em;
	background: #E5E5E5;
	margin: 0 2em;
	padding: 5px;
	border-top: 1px solid #010066;
	border-bottom: 1px solid #E22B2F;
}
#column h1 {
	font-size: 0.8em;
	font-weight: bold;
	color: #010066;
	padding: 0.5em 0.2em 0 0.2em;
}
#column p {
	margin: 1.5em 0;
	padding: 0 0 0.2em 0;
	font-size: 0.8em;
}
#column a, #column a:link, #column a:visited{
	color: #010066;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
#column a:hover{
	text-decoration: underline;
}
#bethesda {
	border-bottom: 1px solid #010066;
	}
#sankt_josef {
	border-bottom: 1px solid #4A0A54;
}
#antonius {
	border-bottom: 1px solid #961442;
}
#radprax {
	border: none;
}
#content { 
	color: #000;
	background: transparent;
	padding: 2em 25em 2em 5em;
}
#content_bildergalerie { 
	color: #000;
	background: transparent;
	padding: 2em 5em 2em 5em;
}
#content h1, #content_bildergalerie h1 {
	font-size: 1em;
	padding-bottom: 1.2em;
	font-weight: bold;
	color: #333;
}
#content_bildergalerie img {
	padding: 5px;
	border: 1px solid #999;
}
#content p {
	padding: 0 0 0.5em 0;
	line-height: 1.4em;
}
#content ul {
	list-style: circle;
	list-style-position: outside;
	margin: 0 0 0 15px;
}
#content li {
	padding: 0;
	line-height: 1.3em;
}
#content_02 {
	float: right;
	width: 475px;
	background: 	transparent;
}
.content_01 {
	width: 380px;
}
ul .content_01 {
	list-style: circle;
	list-style-position: outside;
	margin: 0 0 0 15px;
	line-height: 1.5em;
}
ul .content_01_2 {
	list-style: none;
	list-style-position: outside;
	margin: 0 0 10px 15px;
}
.bold {
	font-weight: bold;
}
.float_left {
	float: right;
	margin: 0 10px 0 0;
	width: 460px; 
}
.clear {
	clear: both;
}
	
/* Navigationen */

#hauptnavi {
	position: absolute; 
	width: 980px;
	height: 2.5em; 
	color: #000;
	background-color: transparent; 
	border-bottom: 1px solid #010066;
}
#hauptnavi ul{
	margin: 0;
	padding: 0.5em;	
}
#hauptnavi li{
	list-style: none;
	display: inline;
	padding: 1em;
	margin: 0;
	color: #010066;
	font-weight: bold;
	text-decoration: none;
}
#hauptnavi a, #hauptnavi a:link, #hauptnavi a:visited{
	color: #010066;
	font-weight: bold;
	text-decoration: underline;
}
#hauptnavi a:hover{
	text-decoration: none;
	color: #666;
}
.current {
	color: #010066;
	font-weight: bold;
}
.gallery {
	padding: 10px 0; 
}
.w300{
	width: 300px !important;
}

