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

*:first-child+html #ID {
	line-height: 80%;
}

body {
	background-color: #e1ddd9;
	font-size: 20px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding: 0;
	margin: 20px 0px 0px 0px;
}

a {color: #000000; text-decoration: none; }
a:visited {color:#050505; text-decoration: none; }
a:hover {color: #101010; text-decoration: underline; }
a:active { color:#000000; text-decoration: none; }

/* ----------container zentriert das layout-------------- */
#container {
	position: relative;
	width: 1000px;
	height: 650px;
	margin-bottom: 10px;
	margin:0 auto;
	background-color: #ffffff;
}


/* -----------------Inhalt--------------------- */
#content {
	position: absolute;
	background-color: #ffffff;
	padding: 0;
	margin: 100px 0px 0px 250px;
}

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

/* --------------left navigavtion------------- */
#left {
	position: absolute;
	background-color: #ffffff;
	float: left;
	width: 250px;
	margin: 0px;
	padding: 120px 0px 0px 0px;
}

#left ul {
 	list-style-type: none;
 	text-align: left;
	padding: 0px 0px 0px 10px;
	margin:0;
	font-size: 11px;
	font-weight: bold;
	color: black;
}	

#left a {
	font-size: 11px;
	font-weight: normal;
	line-height: 120%;
}

#containerlogo {
	position: absolute;
	bottom: 26px;
	left: 0px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
}

#containernav0 {
	font-weight: bold;
	font-size: 11px;
	position: relative;
	bottom: 10px;
	padding: 0px 0px 0px 0px;
	color: #DDDDDD;
}

#containernav1 { position: absolute; right: 75px; }
#containernav2 { position: absolute; right: 50px; }
#containernav3 { position: absolute; right: 25px; }
#containernav4 { position: absolute; right: 0px; }

h1 {
	font-size: 11px;
}

/* --------------right navigavtion------------- */
#right {
	position: absolute;
	background-color: white;
	float: right;
	width: 350px;
	margin: 10px 0px 0px 0px;
	padding: 0px 40px;
	text-align: right;
	right: 0px;
}

h2 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
	text-align: right;
}

#right p {
	font-size: 9px;
	padding: 5px 10px;
	margin:0;
}

/* -----------footer--------------------------- */
#footer {
	width: inherit;
	top: 655px;
	position: absolute;
	text-align: right;
	font-size: 9px;
	color: #999999;
}
