/* 


	Designed by Clinx GmbH 2009

   
*/

body {
	font:12px Verdana, Arial, "Trebuchet MS", sans-serif; 
	line-height:15px; 
	color:#222;
}

#content {
	width: 100%; 
	margin: 0 auto;
	background:none;
}

p {
	margin: 5px 0 10px 0;
}


/* header */

#header_top {
	display: none
}
#header_bottom {
	display: none
}

#header_print {
	display: block;
	text-align: right; 
	margin-right:15px; 
	margin-top:0;
}
#where {
	color: #94b1c1; 
	font-weight: normal; 
	font-size: 10px; 
	margin: 0 0 10px 0%; 
	text-align: left;
}
#where_print { 
	display:none;
}
/*#where_print {
	color: #94b1c1; 
	font-weight: normal; 
	font-size: 10px; 
	margin: 0 0 10px 0; 
	text-align: left; 
	display: block;
}*/
	
	
/* left column */

#leftcolumn {
	display:none; 
}
	

/* content */

#maincontent {	
	float:left; 
	width:675px; 
	border-left:0px solid #c9d3db; 
	margin-top: 15px
}
#mainhome {
	padding-left:0px; 
	float:left; 
	width:640px; 
	text-align:left;
}
	
#mainwide {
	padding-left:0px; 
	float:left; 
	width:640px; 
	text-align:left;
}
#mainnarrow { 
	padding-left: 0px;
	float: left; 
	width: 445px; 
	text-align: left;
}

/* right column */

#rightcolumn {
	float: right; 
	width:200px; 
	text-align:left; 
	background:none; 
	border-bottom:0px solid #FFFFFF; 
/*	padding-right: 10px;*/
}
#rightcolumn img {
	margin:5px 0px 5px 0px;
}
#rightcolumn h1 {
	font-size:12px; 
	margin:0; 
	padding-left:10px; 
	text-align:left; 
/*	border-bottom:0px solid #abb2b7;*/
}
#rightcolumn h2 {
	font-size:11px; 
	margin:15px 10px 6px 0px; 
	text-align:left;
}
#rightcolumn h3 {
	font-size:10px; 
	margin:15px 10px 6px 0px; 
	text-align:left;
}
#rightcolumn p {
	color:#222;
	margin:5px 10px 5px 0px; 
	text-align:left;
}

/* footer */

#footer {
	clear: both;
	margin: 0 0 0 0;
	font-size: 10px;	
	color: #808080;	
	border-top: 0px none #c9d3db;	
	width: 100%; 
	background:none;
}
		
#left {	
	float: left;	
	width: 70%;	
	padding: 5px 0 0 0px;	
	border-top: 1px solid #c9d3db;
}
#right {
	float: right;
	width: 30%;	
	padding: 5px 0px 0 0px;	
	margin: 0px 0px 0px 0px;	
	border-left: 0px none #c9d3db;	
	text-align: right;	
	border-top: 1px solid #c9d3db;
}
	
	