/* *** 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: #4A4C58;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CDDDE2;
	padding:0px;
	margin:0px;
	}
<style type="text/css">
	
	body {scrollbar-face-color:#0000ff;
	scrollbar-track-color:#ff00ff;
	scrollbar-arrow-color:#ffff00;
	scrollbar-highlight-color:#bc2b2b;
	scrollbar-shadow-color:#9932cc;
	scrollbar-3dlight-color:#00ced1;
	scrollbar-darkshadow-color:#ff0000;

</style>

a:link {
  color: #CDDDE2;
  text-decoration:none;
}

a:visited {
  color:#CDDDE2;
  text-decoration:none;
}

a:active {
  color:#CDDDE2;
  background-color: yellow;
  text-decoration:none;
}

a:hover {
  color:red;
  text-decoration:none;
  font-style: italic;
}

h1 {
	font-size: 11px;
	text-transform:uppercase;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 15px;
	margin:0px;
}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 760px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* ----------banner for logo-------------- */
#banner {
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-image: url(image/headder1.jpg);
	height: 200px;
	width: 760px;
}

/* -----------------Inhalt--------------------- */
#content {
	padding: 0px;
	margin-left: 200px;
	margin-right: 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.h3 {
	text-align: center;
}
