/* *** 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: #e1ddd9;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#333333;
	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: #FF3300;
	padding:5px 15px;
	margin:0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #564b47;
	border-bottom-color: #564b47;
}

h2 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0;
	text-align: center;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 950px;
	margin-bottom: 0;
	background-color: #EBD3E0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #e1ddd9;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

/* -----------------content--------------------- */
#content {
	background-color: #ffffff;
	padding: 0px;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
}
div#content {
	min-height:600px;

height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
	text-align: center;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
#right {
float: right;
width: 200px;
margin: 0;
padding: 0;
}


/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Menu */

#menu-box {
	width: 950px;
	margin-bottom: auto;
	background-color: #990000;
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu li {
	display: inline;
	list-style-type: none;
	text-align: center;
	color: #3F0;
}

#menu li.first a {
margin-left: 15px;
display: inline
}

#menu li a {
	float: none;
	color: #000;
	font-weight: bold;
	display: inline;
	line-height: 29px;
	width: 900px;
	padding-top: 0;
	padding-right: 1.2em;
	padding-bottom: 0;
	padding-left: 1.2em;
}

#menu li a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF0099;
}

#menu li a.active {
color: #FFFFFF;
background-color: #252525;
font-weight: bold;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
content: ' ';
}

.cleaning-box { 
min-height: 1px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

.noscreen {
display: none;
}

.hidden { /* Skip menu */
	position: absolute;
	top: -10000px;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.adv {
	text-align: center;
	font-weight: bold;
}
.deviant {
}
