body {
	margin: 0px;
	background: url('images/bg_body.jpg');
	font-family: Arial, Helvetica, sans-serif;
	
}

#header {
	position: absolute;
	left: 25px;
	top: 0px;
	width: 728px;
	height: 71px;
	background: #FFFFFF;
	border-bottom: 3px solid #f9f8ca;
}

	#header #logo_sonnenschutz {
		position: absolute;
		left: 0px;
		top: 1px;
	}
	
	#header ul {
		margin: 43px 0px 0px 211px;
		padding: 0px;
		list-style: none;
	}
	
		#header ul li {
			margin: 0px 5px 0px 0px;
			padding: 0px;
			display: inline;
		}

#menu_left {
	position: absolute;
	left: 25px;
	top: 74px;
	width: 179px;
	height: 681px;
	background: #f9f8ca;;
	border: 3px solid #f9f8ca;
	border-top: 0px;
	font-size: 11px;
}

	#menu_left p { margin: 10px; }
		#menu_left p a { color: #2f3b85; text-decoration: none; }
		#menu_left p a:hover { text-decoration: underline; }

	#menu_left ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
		#menu_left ul li {
			margin: 0px;
			padding: 0px;
		}

			#menu_left_ul li a img  { margin: 0px; }
			
#teaser_right {
	position: absolute;
	left: 756px;
	top: 86px;
	width: 224px;
	font-size: 11px;
	color: #666666;
}

	#teaser_right .box_grey {
		margin: 0px;
		padding: 0px 0px 7px 0px;
		background: #f3f3f3;
	}
	
	#teaser_right .box_white {
		margin: 0px;
		padding: 0px 0px 7px 0px;
		background: #FFFFFF;
	}
	
	#teaser_right p a { color: #2f3b85; text-decoration: none; }
	#teaser_right p a:hover { text-decoration: underline; }
	
	#teaser_right .box_grey p, .box_white p { margin: 0px; padding: 7px 10px 0px 10px; }
	#teaser_right .box_grey p strong, .box_white p strong { font-size: 12px; }
	#reaser_right .box_grey span.blue, .box_white span.blue { color: #2f3b85; }
	#teaser_right .box_grey img, .box_white img { float: right; margin: 7px 7px 10px 10px; clear: right; }
	
#content {
	position: absolute;
	left: 210px;
	top: 74px;
	width: 493px;
	background: #FFFFFF;
	font-size: 12px;
	padding: 18px 25px 75px 25px;
	color: #666666;
	min-height: 620px;
	height: auto !important;
	height: 620px;
}

	#content a { color: #2f3b85; }
	#content a:hover { text-decoration: none; }
	
	#content img { margin: 0px 3px 10px 10px; float: right; }
	#content p { margin: 10px 0px 10px 0px; line-height: 18px; }
	
	#content strong { 
		font-family: Arial,verdana,sans-serif;
		font-size: 13px;
		color: #666666;
	}
	
	#content h1 {
		color: #3B3F7E;
		margin: 0px 0px 30px 0px;
		font-family: Arial, Verdana, sans-serif;
		font-style:normal;
		font-size:15px;
	}
	
	#content h2 {
		color: #3B3F7E;
		margin: 0px 0px 30px 0px;
		font-family: Arial, Verdana, sans-serif;
		font-style:normal;
		font-size:15px;
	}

	#content #footer {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 543px;
		border-top: 3px solid #f9f8ca;
		height: 45px;
		padding: 5px 0px 0px 0px;
		text-align: center;
	}
	
		#content #footer ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
			#content #footer ul li {
				margin: 0px;
				padding: 0px;
				display: inline;
				text-align: center;
			}
				#content #footer ul li a {
					display: inline;
					padding: 0px 7px 0px 5px;
					border-right: 1px solid #333333;
					line-height: 17px;
				}
				
				#content #footer ul li a.blank { border: 0px; }
				
				#content #footer ul li span.active { padding: 0px 7px 0px 5px; }
				#content #footer ul li span.active_w_border { padding: 0px 7px 0px 5px; border-right: 1px solid #333333; }
