/* *** 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: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	margin:0 0 0 0;
	background-image: url(images/backgrounds/main_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a {
	color: #6633FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {	
	color:#6633FF;
	text-decoration: none;
}
a:hover {	
	color: #6633FF;
	text-decoration: none;
}
a:active { 
	color:#6633FF;
	text-decoration: none;
}



h1 {
	font-size: 11px;
	text-transform:uppercase;
	background-color: #ffffff;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	margin:0px;
	text-align: center;
}

h2 {
	font-size:20px;
	font-weight: normal;
	padding-top: 0px;
}

/* ----------container to center the layout-------------- */
#container {
	width: 800px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

/* ----------banner for logo-------------- */
#banner {
	background-color: #ffffff;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#banner img {
	padding:0px 0px;
	text-align: center;
} 

/* -----------------content--------------------- */
#content {
	background-color: #ffffff;
	background-image: url(images/borders/content_rt.png);
	background-position: right;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-right: 200px;
	margin-right: 210px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 10px;

}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

/* --------------left navi------------- */
#right {
	float: right;
	width: 200px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 20px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
	min-height: 600px;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 5px;
	background-color: #FFFFFF;
	
}

/* -----------service--------------------------- */
.servlite {
	color: #333333;
	text-decoration: none;
