/* *** 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: #98aac2;
	font-size: 14px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#98aac2;
	padding:0;
	margin:0;
	/*background-image: url(img/bg-blue-sash-lg.jpg);*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
a {color: #06f; /*#DB7093; */}
a:visited {color: #06f; /*#DB7093;*/}
a:hover {color: #00f; /*#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;
text-align: center }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 900px;
margin-bottom: 10px;
margin: 40px auto;
background-color: #fff;
}

/* ----------banner for logo-------------- */
#banner {
/*background-color: #e1ddd9;*/
text-align: center;
padding-top: 20px;
margin: 0px auto;
width: 90%;

}
#banner img {padding:10px 0px;} 

#menu {
border-top: 1px dashed #999999;
padding-top: 15px;
padding-bottom: 40px;
}

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin-left: 450px;
margin-right: 100px;
text-align:justify;
}
div#content { 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
color: #6699c2;
}

/* --------------left navi------------- */
#left {
float: left;
width: 350px;
margin-left: 100px;
padding: 0;
}
#right {
float: right;
width: 200px;
margin: 0;
padding: 0;
}


/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 60px auto;
	width: 90%;
	padding-bottom: 50px;
	padding-right: 5px;
	text-align: right;
	border-top: 1px dashed #999;
	color: #999999;
	background-image: url(img/curves_bot.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}
