﻿/* *** 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: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
padding:0px;
margin:0px;
}
a {	color: #336699;}
a:visited {color:#336699;}
a:hover {
	color: #3399FF;
}
a:active { color:#000000;}

h1 {
font-size: 14px;
padding:5px 15px;
margin:0px }

h2 {
border-bottom:1px #FF9900 solid;
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	border:1px black solid;
	width: 800px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #e1ddd9;
text-align: left;
padding: 0px;
margin: 0px;
}
#banner img {
	
}

/* -----------------content--------------------- */
#content {
background-color: #ffffff;

padding: 0px;
margin-left: 200px;
margin-right: 0px;
}
div#content { 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}
#wrapper {
	background-image: url(images/left_bg.jpg);
}
p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
}
#left ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
}
#left ul li {
	position: relative;
	}

#left ul li a {
	display: block;
	text-decoration: none;
	color: #FF9900;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}
#left ul li a:hover {
	color: #808080;
	background: #f9f9f9;
}
#left ul li#active a{
	color: #FFFFFF;
	background: #FF9900;
}

/* -----------footer--------------------------- */
#footer {
/*border-top:1px black solid;*/
background-image: url(images/footer_bg.jpg);
font-size: 9px;
clear: both;
margin: 0px;
padding: 10px 0px 10px 0px ;
text-align: center; }

/* -----------table settings-------------------- */
.tablecell {
	text-align:left;
	background-color:#005388;
	color:white;
	font-size:12px;
}
.tablecell h1 {
	font-size:14px;
	text-align:center;
}
.tablecellspecial {
	text-align:left;
	background-color:#FF9900;
	color:white;
	font-size:12px;
}
.tableDescriptionSpecial {
	text-align:left;
	background-color:#FF9900;
	color:black;
	font-size:12px;
}
.tableDescription {
font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:black;
	font-size:12px;
}
.table{
	border:1px #005388 solid;
	margin-top:10px;
	width:590px;
	}


