/* *** 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: #656565;
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: 14px;
	color: #000000;
	margin: 0 0 0 0;
	padding: 10px 0px 10px 5px;
	line-height: 14px;
	background-image: url(images/h1_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	}


h2 {
font-size:14px;
font-weight: bold;
padding: 10px 0px;
margin:0;
color: #ad0000;
}

h3 {
font-size:16px;
font-weight: normal;
padding: 5px 0px;
margin:0;
}


#container-navigation {
	width: 750px;
	background-color: #ad0000; /*635691*/
	height: 22px;
	border-bottom: 2px solid #0c235f;
	border-top: 2px solid #0c235f;
	float: center;
	text-align: center;
}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 22px;
}

#navigation li a {
	color: #ffffff;
	line-height: 22px;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 8px 6px 8px;
	border-right: 1px solid #ffffff;
}

#navigation li a.last {
	color: #ffffff;
	line-height: 22px;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 8px 6px 8px;
	border-right: 0px solid #ffffff;
}

#navigation li a:hover {
	text-decoration: underline;
	background-color: #0c235f;
}

#navigation li a.last:hover {
	text-decoration: underline;
	background-color: #0c235f;
}



/* ----------container to center the layout-------------- */
#container {
width: 750px;
margin-bottom: 10px;
margin: 0 auto;
background-color: #f2f2f2; /*e5e4e4*/
border-left:2px solid #000000;
border-right:2px solid #000000;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #ffffff;
text-align: center;
padding: 0px;
margin: 0px;
}
#banner img {padding:0px 0px;} 

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 15px 20px 20px 20px;
margin: 0 150px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

strong.strong_red{font-weight: bold; color: #ad0000;}
strong.strong_black{font-weight: bold; color: #000000;}

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

#content p.bold_p{
font-weight: bold;
}

/* --------------left navi------------- */
#left {
float: left;
width: 125px;
margin: 0;
padding: 0;
padding: 0px 0 10px 15px;
}
#right {
float: right;
width: 125px;
margin: 0;
padding: 8px;
}


/* -----------footer--------------------------- */

#container-footer {
	width: 750px;
	padding: 10px 0px 10px 0px;
	margin: 0 0px 0px 0px;
	clear: both;
	color: #aeaeae;
	background-color: #ad0000;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
}

#container-footer a:hover {
	color: #006AC3;
}

#footer {
	font-size: 9px;
	color: #aeaeae;
	width: 750px;
	margin-bottom: 10px;
}

#footer-copyright {
	float: left;
	width: 365px;
	padding-left: 10px;
}

#footer-meta {
	float: right;
	text-align: right;
	width: 365px;
	padding-right: 10px;
}