/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

/*-- Debugging --*/

#content u {
	background-color: yellow;
}

#left u {
	background-color: yellow;
}

/* Check to see if there are omitted links*/
a[href~="#"] {background-color: yellow;}

/*-- End Debugging Class --*/


body {
background-color: #ffffff;
font-size: 11px;
font-family: Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}


h1 {
font-size: 11px;
padding:5px 15px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 600px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #ffffff;
text-align: right;
padding:10px 0px 0px 0px;
margin: 0px;
}
#banner img {padding:30px 0px 0px 30px;} 

#banner span {
	font-size: 30px;
	text-align: right;
	float:left;
	color:#0054A5;
	text-align: right;
	}
	
#banner span h1{
	font-size: 2.9em;
	background-color: #ffffff;
	padding:45px 0px;
	margin:0px
	color:#0054A5;
	height:20px;
	}
	
/* ----------banner Newsletter version-------------- */
#newsletterVersion {
	background-color: #529bce;
	text-align: right;
	color:#fff;
	font-size: 1em;
	font-family:Arial;
	font-weight:bold;
	padding:5px 10px 5px 0px;
}

#newsletterVersion span {
	top:10px;
}

/* -----------------content--------------------- */
#content {

padding: 0px;
margin-left: 172px;
margin-right: 0px;
}

#content p {
	margin: 0px 0px 15px 6px;
	font-size:1.2em;
}

#content p .caption{
	font-size:0.9em;
	font-style: italic;
	text-align:center;	
	padding-top:5px;
}

#content .headline {
	font-size:1.3em;
	font-weight: bold;
}

#content .headline h1 {
	font-size:1.0em;
}

#content .contentfeaturebox {
	background-color:#bcd4ec;
	height: 159px;
	margin-bottom: 25px;
}

#content .contentfeaturebox img{
	float:left;
	padding-right:10px;
}

#content .contentfeaturebox p{
	font-weight:bold;
	font-size:1.0em;
	margin: 0px 0px 0px 0px;
	text-align:left;
}

#content ul {
	/*font-size:1.1em;*/
}


div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}
/* --------------Home feature boxes ---*/

#imageRight img{
	float:right;
}

#imageRight p {
	/*width:95%;
	float:right;
	text-align:justify;*/
}

#imageRight .bottomBorder {
	border-bottom:1px solid #000;
	float:right;
	width:390px;
}

#imageLeft img{
	float:left;
	padding:0px 10px 0px 20px;
}

#imageLeft p {
	/*width:280px;
	float:left;
	text-align:justify;*/
}

#imageLeft .bottomBorder {
	border-bottom:1px solid #000;
	float:right;
	width:390px;
}
/* --------------left navi------------- */
#left {
float: left;
width: 172px;
margin: 0px;
padding: 0px;
}

#left .featurebox {
	background-color:#a6be50;
	height: 159px;
	text-align: center;
}

#left .featurebox img{
	padding-top:14px;
}

#left .featurebox p{
	padding-top:25px;
	margin:0px 0px 0px 13px;
	color:#fff;
	font-size: 1.3em;
	font-weight:regular;
	width:120px;	
}

#left h1 {
	color: #fff;
	font-size: 1.4em;
	height:21px;
}

#left h1.first{
	background-color: #529bce;
}

#left h1.second{
	background-color: #a6be50;
}

#left h1.third{
	background-color: #6d6e72;
}

#left h1.forth{
	background-color: #8b7aa4;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

