/* *** 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: #e1ddd9;
	font-size: 12px;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	color:#042048;
	padding:0;
	margin:0;
	background-image: url(../images/background_tile_stars.gif);
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #FFFFFF;
}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 900px;
	margin-bottom: 0;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

/* ----------banner for logo-------------- */
#banner {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

/* -----------------Inhalt--------------------- */
#content {
	background-color: #ffffff;
	padding: 0;
	margin-top: 0;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 190px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}



/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 10px;
	background-image: url(../images/navi_background_tile.gif);
}

div#left { 
min-height:580px;
height:expression(this.scrollHeight > 580 ? "auto":"580px"); 
}

#right_top {
	background-image: url(../images/header_cerfications.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
	width: 180px;
	background-color: #FFFFFF;
}
#right {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
}

div#right {
	min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
	background-color: #DFE5F1;
}

#right_contact {
	background-color: #dfe5f1;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
/* -----------footer--------------------------- */
#footer {
	clear: both;
	padding: 0px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right_top img {
	margin-top: 23px;
}
#left ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 5px;
	margin-left: 0px;
}
#left img {
	margin-top: 20px;
}
#left ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	display: block;
	width: 160px;
	}
#left ul ul li {
	display: block;
	width: 160px;
	border: none;
	}
#left ul li ul {
	margin-right: 0px;
	padding-right: 0px;
}

#left ul li a{
	display: block;
	width: 160px;
	margin-top: 3px;
	margin-bottom: 4px;
	line-height: 18px;
	color: #FFFFFF;
}

#left ul li ul li.linie_oben, .linie_oben{ 
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	top: 2px;
}
#left ul a:link, #left ul a:visited{
	text-decoration: none;
	background-image: url(../images/navi_pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-indent: 15px;
}
.pfeil_runter
     {
	background-image: url(../images/navi_pfeil_down.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}



#left ul a:hover{
	background-color: #5b8fc9;
}
#left ul ul a:link, #left ul ul a:visited{
	text-decoration: none;
	background-image: none;
	text-indent: 15px;
}
#left ul ul a:hover{
	background-color: #5b8fc9;
}
.selected {
	background-color: #5b8fc9;
}
/* Typographisches ab hier */

h2 {
	font-size: 11px;
	color: #FFFFFF;
}
h1 {
	font-size:20px;
	font-weight: normal;
	margin:0px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 20px;
}
p, pre{
	margin:0;
	font-size: 13px;
	line-height: 21px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#right_contact p {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
#content ul {
	font-size: 13px;
	line-height: 21px;
	list-style-type: square;
}
h3 {
	margin-top: 8px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
}
#right_contact p a:link, #right_contact p a:visited {
	color: #0066cc;
	text-decoration: none;
}
#right_contact p a:hover {
	color: #0066cc;
	text-decoration:underline
}
#content a:link, #content a:visited {
	color: #0066cc;
	text-decoration: none;
}
#content a:hover {
	color: #0066cc;
	text-decoration:underline
}
#footer h2 a:link, #footer h2 a:visited {
	color: #0066cc;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #0066cc;
	text-decoration:underline
}


