/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	background-color: #e1e5f1;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-size: 0.8em;
	font-family:  Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	color:#656565;
	padding:0;
	margin:0;
}

a {color: #bf9f3f; text-decoration:bold;}
a:visited {color:#bf9f3f;}
a:hover {color: #656565;}
a:active { color:#656565;}

a.linkArchiv {color: #CCCCCC; text-decoration:none;}

a:link img.content {border-style:none;}
a:visited img.content {border-style:hidden;}
a:hover img.content {border-style:hidden;}
a:active img.content {border-style:hidden;}
a img { 
	border: none;
}
img.content {
	margin:5px 10px 0px 0px;
	float:left;
	border: none;
}

h1 {
	font-size: 1.5em; 
	font-weight: normal;
	line-height:1.3em;
	color:#0057a3;
	padding: 10px 0px 0 0px;
	margin:0;
 }

h2 {
	font-size: 1.3em;
	font-weight: normal;
	color:#0057a3;
	margin:0;
	padding: 10px 0px 0 0px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color:#666666;
	margin:0;
	padding:0 0 5px 0;
}

h4{
	font-weight: normal;
	color:#336699;
	margin:0;
	padding: 5px 0px 0 0px;
}

/* ----------container zentriert das layout-------------- */
#container {
	width: 944px;
	margin: 0 auto;
	padding: 0;
	background-image:url(images/bg_container.jpg);
	background-repeat:repeat-y;
	background-color: #fff;
}

/* ----------banner for logo-------------- */
#banner {
	margin: 0px 0px 0px 5px;
	padding: 0;
}


#banner p{
	margin-left: 20em;
	padding: 25px;
}
#mainnavi {
	margin: 0px 0px 18px 64px;
	padding: 0;
}

#mainnavi p{
	margin-left: 20em;
	padding: 0 25px;
}

/* -----------------Inhalt--------------------- */
#content {
	min-height:600px;
	padding: 0px 20px 0px 64px;
	margin: 0 0 0 0;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	}
#contentKontakt{
	min-height:600px;
	padding: 0px 64px 0px 64px;
	width:100%;
	margin: 0;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	}

p {
	padding: 5px 0px 0px 0px;
	margin:0;
}

p.datum {
	margin:0px;
	padding:0px;
	font-size: 0.75em;
	font-weight:bold;
}

p.uhrzeit {
	color: #666;
	margin:0px;
	padding:0px;
	font-size: 0.7em;
	font-weight:bold;
}

ul.content
 {
	list-style-image:url(images/Bullet.gif);
	margin:0;
	padding: 0px 0px 0 16px;
}

.bildunterschrift
{
padding-top:5px;
padding-bottom:5px;
font-style:italic;
color:#003366;
font-size: 0.90em;
line-height:1.3em;
}

.bildcontainer
{
float:left; 
 }

.kontaktBox
{
	float: left;
	background-color:#fff;
	width:250px;
	margin:10px 10px 0 0;
	padding:10px;
	border:1px solid #eeeeee;
	min-height:340px; 
	}
	
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
	
/* --------------right------------- */
#right {
	float: right;
	width: 20em;
	margin: 0;
	padding:15px 0px 20px 27px;
	margin-right:5px;
	margin-left:10px;
	background-image:url(images/bg_right.jpg);
	background-repeat:repeat-y;
	border-bottom: solid 1px #d8d8d8; 
	min-height:600px;
}

* html #right {margin-right:3px;margin-top:-3px;}

.box{
	background-image:url(images/bg_right_box.jpg);
	background-repeat:repeat-y;
	padding:10px 30px 10px 10px;
	margin-top:5px;
}
.box-aktuell{
	float: left;
	width: 42em;
	padding:10px 30px 10px 0px;
	margin-top:5px;
}

.boxArchiv
{
	background-image:url(images/bg_right_box.jpg);
	background-repeat:repeat-y;
	padding:10px 20px 10px 10px;
	margin-top:5px;
	color:#CCCCCC;
}
/* -----------footer--------------------------- */
#footer {
	clear: right;
	padding: 10px 0 20px 35px;
	margin: 0;
	border-top:1px solid #6699cc; 
	margin:20px 310px 0px 20px;
	}

