/** 
 *	Home
 */
 
/**
 *	colors
 *	
	Schrift			#000;
	Link 			#225e8b;
	Link:hover		#0080d0;
	Link:visited	#225e8b;
	
	h1, h2, h3		#003080;
	
	navigation,		#7ba7c9;
	footer
	
 */	


a, a:link, a:visited {
	color:#225e8b;
}
a:hover {
	color:#0080d0;
}




#wrapper { 
	 margin:0 auto;
	 width:957px;
}

#home {
	background: transparent url(bg_home_light.png) center top no-repeat;
}
#home #header {
	width:952px;
	margin-top:0px;
}

#home #nav {
	width: 740px;
	_width: 735px;
}






.column {
	float:left;
	width:210px;
	position:relative;
	overflow: hidden;
	_overflow: visible;
	
	height: 36em;
	color:#333;
	border-right:1px solid #a5a5a5;
	border-bottom:1px solid #a5a5a5;
	margin:10px 4px 0 0;
}

#one {
	width: 306px;
	border-right:none;
}

#footer { 
	float:left;
	width: auto;
	color: #7ba7c9;
	background: #fff;
	margin:0;
	padding: 14px 0 0 0;
	height: 25px;
}



h1, h2 {
	font-size:2em;
	line-height:1;
	font-family:Garamond,"Times New Roman",Times,serif;
	font-weight:600;
	color:#225e8b;
}

.column p {
	 margin:5px 10px 0 10px;
}

#one p {
	_width: 285px;
}

.column h1 {
	margin:12px 0 5px 9px;
}

a {
	text-decoration:none;
}

#footer h2 {
	font-size:1.4em;
}



#calculate {
	background: transparent url(bg_home_teaser_gr.jpg) bottom left no-repeat;
	color: #fff;
	margin: 0 0 6px 0;
	padding-bottom:6px;

}

#calculate div {
	padding: 15px 2px 10px 10px;
	background: transparent url(bg_home_teaser_gr.jpg) top left no-repeat;
	height: 110px;
}

#calculate h2 { 
	 margin:0 0 18px 0;
	 padding:0;
	 color: #fff;
}

#calculate input.text {
	border:0;
	background:transparent url(bg_input_dark.gif) 0 0 no-repeat;
	vertical-align:top;
	display:inline;
	width:50px;
	height:16px;
	padding:0 0 1px 3px;
	margin:-1px 0 0 0;
	
}






#news { 
	color: #333;
	/*background: #fff url(bg_home_arrow.gif) 0 0 no-repeat;*/
	background-color: #fff;
	margin: 0;
	height:25.7em;
	_height: 21.8em;
	border-right: 1px solid #a5a5a5;
}

#news p { 
	 padding: 0;
	 margin:70px 10px 10px 10px;
}

#news.onlyText p {
	margin-top: 0;
	position: relative;
}

#news.onlyText h1 {
	padding-top: 10px;
}

#news ul { 
	 padding: 10px 0px 0px 40px;
}

#news li { 
	 padding: 0 0 0px 0;
}





