/* *** 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: #e0e9b6;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#57670f;
padding:0;
margin:0;
padding-top: 10px;
}

a {color: #8D3713;}
a:visited {color:#8D3713;}
a:hover {color: #57670f; text;}
a:active { color:#000000;}

h1 {
font-size: 19px;
font-weight:bold;
padding:5px 0px;
padding-bottom:25px;
margin:0 }

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

h3{
font-size:14px;
font-weight: normal;
padding: 5px 10px;
font-weight:bold;
margin:0px;}


img.download {vertical-align:middle;}

img{border: 0px;}
hr{color:#edc966; border:none; width:90%;}

/* ----------container zentriert das layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #bfcf75;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #edc966;

padding: 0px;
margin: 0px;
}
/* #banner img {padding:10px 0px;}  */

/* -----------------Inhalt--------------------- */
#content {
background: #e0e9b6 url('images/header_bottom_middle.gif') repeat-x;
padding: 0;
padding-top: 30px;
padding-left: 20px;
padding-right:20px;
margin: 0 150px;
}
div#content { 
min-height:500px;
height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}

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

.thumbs
{
	text-align:center;	
}


/* --------------left navigavtion------------- */
#left {
float: left;
width: 140px;
margin: 0px;
padding: 0px;
padding-top: 30px;
padding-left: 10px;
background: url('images/header_bottom.gif') repeat-x; 
}
#right {
float: right;
width: 150px;
margin: 0;
padding: 0;
padding-top: 30px;
background: url('images/header_bottom.gif') repeat-x;
text-align: center;
}
/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }
