/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
html { overflow-y: scroll;}  
body {
	background: #E7E7E7 url('lhcimages/body.jpg') top left;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: .8em;
	color:#333333;
	padding:0px;
	margin:0px;
}

a {
	color:#c43300;
}
a:visited {
	color:#c43300;
}
a:hover {
	color:#DB7093;
}
a:active {
	color:#000000;
}

h1 {
	font-size: 11px;
	text-transform:uppercase;
	margin:0px
}

h2 {
	color: #9A1212;
	font-size:20px;
	font-weight: bold;
	padding: 5px 10px;
	margin:0px;
}

h3 {
	font-size:18px;
	font-weight: bold;
	padding: 15px 10px 0px 10px;
	margin:0px;
}

img.download {
	vertical-align:middle;
}

/* ----------container to center the layout-------------- */
#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	background: #E8E8E8 url('lhcimages/menubottom.jpg') no-repeat bottom left;
	border:1px solid #8D8D8D;
}

/* ----------banner for logo-------------- */
#banner {
	height:114px;
	text-align: center;
	background:  url('lhcimages/header.jpg') no-repeat bottom center;
	background-color: #e1ddd9;
	padding: 0px;
	margin: 0px;
}
#banner img {
	padding:10px 0px;
} 
#bannertitle{
	padding-top:20px;
	font-size:1.8em;
	font-weight:bold;
}

/* -----------------content--------------------- */
#content {
	background:#ffffff  url('lhcimages/content.jpg') no-repeat top right;
	padding: 0px;
	margin-left: 200px;
	margin-right: 0px;

}
div#content { 

	min-height:500px;
}

p {
	padding-left: 20px;
	padding-right: 20px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background:#E8E8E8;
	height:90%;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding:0px;
	height:35px;
	text-align: right; 
	background:  url('lhcimages/footer.gif') repeat-x        ;
	font-size: 11px;
	text-transform:uppercase;
	margin: 0px;
	color:black;

}
#footer p {
	padding: 5px 10px;
	margin:0px
}

 
/* -----------vertical menu------------------- */
.verticalmenu ul{
	font-size: 12px;
 	list-style:none;
	padding: 10px;
	margin: 0px;
}

.verticalmenu li a {
	display: block;
	width: 163px;
	height: 32px;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #9A1212;
	text-decoration: none;
	text-align: left;

 }

 .verticalmenu li a:hover{
 	background: url('lhcimages/menuhover.gif') no-repeat;
 	color: #dc4d1b;
 }