
/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
body {
border:medium none #000000;
width:100%;
height:100%;
background-color: #AF7817;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color: #333333;
repeat-x
}


a {color: #000000; text-decoration:none;}
a:hover {color: #FFFFFF;}
a:active { color: #0000FF;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #CC6600;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0 }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
border:#000000;
width: 980px;
margin-bottom: 10px;
margin: 0 auto;
background-color: #D4A017;
}

/* ----------banner for logo-------------- */
#banner {
background:url('../images/header_bg_top.jpg') no-repeat center;
width: 980px;
height:330px;
padding: 0px;
margin: 0px
}
#banner img {padding:10px 0px;} 

/* -----------------content--------------------- */
#content {
width:980;
background-color: #AF7817;
padding: 0px;
}
div#content { 
float:left;
width: 730px;
min-height:1150px;
valign:top;
height:expression(this.scrollHeight > 600 ? "auto":"600px");
}


.shini { text-shadow: 0px 0px 15px #00FFFF, -1px -1px 0 #000;}

/* --------------left navi------------- */
#left {
float: left;
width: 135px;
margin: 0;
}
#right {
float: right;
width: 100px;
height: 700px;
margin: 0;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0;
padding: 0;
text-align: right; }