/* *** 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: #fff;
font-size: .8 em;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#550000;
padding:0;
margin:0;
background-image: url("../images/bg-page.jpg");
background-repeat:repeat-y;
}

a {color: #ffffff; text-decoration:none; line-height:170%; padding-left:15px;}
a:hover {color: #bb0000;}

h1 {
	font-size: 2 em;
}

h2 {
	font-size:1.5 em;
	font-weight: bold;
	padding: 5px 10px;
	margin:0px;
}

/* ----------container to center the layout-------------- */
#container {
width: 950px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
}

/* ----------banner for logo-------------- */
#header {
background-color: #ffffff;
text-align: right;
padding: 0;
margin: 0;
}

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

.featpic {
	margin: 0 20px 20px 20px;
	border:1px solid #888;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	color: #550000;
	background:black;
}

#menubg {
	background-color:#000;
}

#menubott {
	background-image: url("../images/below-menu.jpg");
	height:150px;
}

#menubott p {
	color: #fff;
	font-size: .85em;
	font-weight: 500;
	padding: 0 0 0 15px;
}

#menubott hr {
	border: 0;
	color: #9E9E9E;
	height: 1px;
	width: 88%;
	text-align:center;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	font-size:.6em;
	color: #550000;
	text-align: center;
	background-color:#fff;
	bottom:0;
}

#footer a {
	color: #550000;
	text-decoration:none;
}

#footer a:hover {
	color: #550000;
	text-decoration:underline;
}

a.linkpage {
	color: #550000;
	text-decoration:none;
	padding:0;
	margin:0;
}

a.linkpage:hover {
	text-decoration:underline;
}

.heading {
	font-size:1.5 em;
	font-weight: bold;
}

.ehover {
	font-size: 8pt; line-height:100%;
}

