/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
font-size: 11px;
font-family: Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:10px;
margin:0px;
background: #333;
}
a {color: #2475E4;}
a:visited {color:#2475E4;}
a:hover {color: #5EA8F0;}
a:active { color:#2475E4;}

h1 {
font-size: 11px;
text-transform:uppercase;
background: url(bluebar.gif) top left repeat-x;
border-bottom:1px solid #fff;
padding:3px 15px 5px;
margin:0px;
font: 12px arial;
color: #fff;
}
h1 a {color: #fff; text-decoration:none;}
h1 a:visited {color:#fff;}
h1 a:hover {color: #fff; text-decoration: underline;}
h1 a:active { color:#fff;}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 600px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
background: #fff;
border: 1px solid #eee;
}

/* ----------banner for logo-------------- */
#banner {
text-align: right;
padding: 0px;
margin: 0px;
}

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin-right: 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

input, textarea {
	font: 12px arial;
}
input {
	width: 195px;
}
