/* *** 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:  White;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0;
margin:0;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #E0A3B7;
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 {
width: 948px;
margin-bottom: 10px;
margin: 0 auto;
background-color: White;
}


/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 0px;

}
div#content { 
min-height:650px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

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

#pageContent 
{
    padding: 10px 10px 10px 10px;
    vertical-align: top;
    text-align:  left;
  overflow-x: hidden;
		overflow-y: scroll;
		min-height: 304px;
		max-height: 304px;
		
		font-family: Verdana;
		font-size: 10px;
    
}


