/* *** 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: #c0c0c0;
font-size: 0.8em;
font-family: Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0;
margin:0;
}
/*a {color: #DB7093;}
a:visited {color:#DB7093;}*/
a {color: #4169E1; text-decoration: none;}
a:visited {color:#4169E1;}*/
a:hover {color: #564b47;}
a:active { color:#000000;}

h1,h2,h3{
font-size: 1.25em;
font-weight:bold;
padding:5px 0px;
margin:0; 
}

h2 {
font-size:1.15em;
}

h3 {
font-size:1.0em;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 1100px;
margin: 0 auto;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
background-image: url(/fileadmin/images/bg_content.gif);
background-repeat:repeat-y;
}

/* ----------banner for logo-------------- */
#banner {

}
#banner img {padding:0px 0px;} 

/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
margin: 0 0 0 357px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

div#pagecontent{
margin-right:28px;
margin-left:0px;
margin-bottom:10px;
text-align: left;
float:left;
}


h1.pageheader{
	width: 100%;
	
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	background: #F2F2F2;
	margin-bottom: 10px;
	width: 714px;
}

p, pre{
margin: 0;
padding-top: 5px;
}

p { line-height: 1.4em; }
pre, code { font-size:1.2em; color:#000;}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 357px;

}

/* -----------footer--------------------------- */
#unten{
clear: left;
text-align: right;
margin-bottom: 10px; 
margin-right: 28px; 
}
#topmenu1, #topmenu2{
margin: 0px;
padding-bottom:14px;
}



.navimage, .navimage2{
	margin-right:18px;
	margin-top:0px;
	margin-bottom:0px;	
	border: 0px;
}

#left ul {
	list-style-type:none;
	margin-top: 10px;
	font-size: 1em;
	font-weight: bold;
	margin-left: 4px;
}

#left li{
	line-height: 30px;
}

#left ul li a{
	text-decoration:none;
	color: #7c7c7c;
	
}

#left ul li.level1-aktiv a, #left ul li a:hover{
	color: #d4b524;
}

.left_spacer{
	width:340px;
	height: 5px;
	background: white;
}
.left_teaser{
	margin-left:44px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 1em;
	font-weight: bold;
	color: #7c7c7c;
}
.teaser_nav{
	margin-left:28px;
}

.right{
	text-align: right;
}
.booklink{
	font-weight: bold;
}	
.anfahrt{
	text-align: right;
	float: right;
}
.border{
	border: 1px solid gray;
}

dl.csc-textpic-image{ 
	margin-bottom: 0;
}