/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background: #FFFFFF url('../images/bg_grad.gif') repeat-x top center;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}

input {
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

select {
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

a {
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-size: 11px;
text-decoration: underline;
color: #CC0000;
}


a:hover {
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-size: 11px;	
color: #000000;	
}

h2 {
	font-weight: bold;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;		
	border-bottom: solid 2px #FFCC00;
	line-height: 15px;
	margin-bottom: 5px;
}

h3 {
	font-weight: bold;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;	
	line-height: 15px;
	margin-bottom: 5px;
}

li {
	list-style-type: square;	
}

img.frame{
	border: solid 1px #CC0000;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#login {
width: 699px;
color:#FFFFFF;
margin-top: -500px;
margin-left: auto;
margin-right: auto;
}

#copyright {
width: 699px;
color:#FFFFFF;
margin-left: auto;
margin-right: auto;
}

#container {
width: 699px;

margin-left: auto;
margin-right: auto;
height:100%;
background: #FFFFFF url('../images/banner_stretch.gif') repeat-y top left;
background-position: 1px 0px;
}

#top_edge {
height:9px;
background:  url('../images/bg_edge_top.gif') no-repeat top center;
}

#outer {
height: 100%;
border-left:1px solid #adadad;
border-right:1px solid #adadad;
}

/* ----------banner for logo-------------- */
#banner img {padding:10px 0px;} 
#bannertitle{padding-top:50px;font-size:2em;font-weight:bold;}

/* -----------------content--------------------- */
#content {
text-align: justify;
padding-top: 10px;
padding-bottom: 5px;
margin-left: 210px;
margin-right: 10px;
height: 100%;
}
div#content { 
min-height:400px;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

/* ----------------ad modules-------------------- */

#module_ad_content {
	border: 1px solid #999999;
	padding: 5px;
	font-size: 10px;
	color: #828282;
	text-align: left;	
	background-color:#FFFFFF;	
}

#module_ad_nav {
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 10px;
	color: #828282;
	text-align: left;
	background-color:#FAF9F9;	
}

#module_ad_content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-decoration: underline;
	color: #CC0000;
}

#module_ad_date {
	font-weight: bold;
}


/* --------------left navi------------- */
.nav_top_a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
}

.nav_top_a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #000000;
	text-decoration: underline;
}

#left {
background:#ffffff  url('../images/banner_curve.jpg') no-repeat;
background-position: 0px 0px !important;
background-position: -1px 0px;
float: left;
width: 200px;
margin: 0px;
padding: 0px;
height:90%;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding-bottom: 5px;

height:9px;
background:  url('../images/bg_edge_bottom.gif') no-repeat top center;
background-position: -1px 0px;

}
 #footer h1 a{
 color:#FFFFFF;
 }
  #footer h1{
  padding:5px 5px 0px 0px;
  }
 /**********vertical menu***************/
ul#menu {
  width: 140px;
  list-style-type: none;  
  margin: 0;
  padding: 0px;
  padding-bottom: 10px;
  font-weight: bold;
  margin-left: 10px;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;  
}

ul#menu li, ul#menu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;  
  color: #FFFFFF;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
  list-style: none;  
}

ul#menu ol li {
  border-bottom: none;
  font-weight: normal;
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #FFCC00;
}
