*{
margin: 0;
padding: 0;
list-style: none;
}

:focus{
outline: 0;
}

img{
border: 0;
display:block;
}

body{
font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
color:#000;
font-size:12px;
background:url(images/bg.gif) 0 84px repeat-x #fff;
padding-left:50px;
}

#wrap, #header, #content, #footer{
width:900px;
}

#wrap{
display:block;
position:relative;
}

#wrap:after{content:"";}

#header{
position:relative;
height:264px;
background:url(images/header.jpg) bottom no-repeat;
z-index:1;
}

	a#logo{
	position:absolute;
	top:128px;
	right:19px;
	display:block;
	width:224px;
	height:112px;
	}
	
		#logo span{
		display:none;
		}
	
	ul#mainnav{
	position:absolute;
	right:0;
	top:60px;
	}

		#mainnav li{
		float:left;
		margin-left:1px;
		}
		
		#mainnav a{
		display:block;
		float:left;
		height:20px;
		padding:4px 8px 0 8px;
		background:url(images/ecke.gif) left top no-repeat #EEE8ED;
		color:#333;
		text-decoration:none;
		}
		
			#mainnav a.home{
			height:16px;
			padding:8px 12px 0 12px;
			}
			
				/*IE7-Hack*/*+ html*+ html #mainnav a.home{padding-top:7px; height:17px;}
				/*IE6-Hack*/ *html #mainnav a.home{padding-top:7px; height:17px;}
		
		#mainnav a:hover{
		color:#fff;
		background:url(images/ecke.gif) left top no-repeat #333;
		}

#content{
position:absolute;
top:265px;
padding-bottom:45px;
z-index:99;
}

	.static{
	position:static;
	}
	
	#information {
	position:absolute;
	bottom:0;
	width: 509px;
	height: 45px;
	padding: 13px 0px 0px 210px;
	}
	
	#information li {
	float: none;
	display: inline;
	}
	
	#information li a {
	padding: 0 11px 0 0;
	color: #999;
	font-size: 11px;
	text-decoration:none;
	white-space:nowrap;
	}
	
	#information li a.first {
	padding: 0px 0px 0px 0px;
	background: none;
	}
	
	#information li a:hover {
	text-decoration: underline;
	}

	#rightcolumn{
	width:700px;
	float:right;
	}
		
		#leftbox{
		width:509px;
		padding:14px 10px 20px 10px;
		float:left;
		}
		
			h1{
			margin-bottom:8px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:21px;
			font-weight:normal;
			color:#763E43;
			}
			
			h2, p.headline{
			margin-bottom:4px;
			font-family:"Times New Roman", Times, serif;
			color:#A63E43;
			font-size:13px;
			text-transform:uppercase;
			letter-spacing:2px;
			font-weight:bold;
			}
			
			a.eyecatcher{
			display:block;
			margin:-10px 0 14px 0;
			}
			
			#leftbox p{
			line-height:19.2px;
			margin-bottom:12px;
			}
			
				#rightbox p{
				line-height:19.2px;
				margin-bottom:8px;
				}

			#leftbox a, #rightbox a{
			color:#A63E43;
			font-weight:bold;
			text-decoration:none;
			}
			
				#leftbox a:hover, #rightbox a:hover{
				text-decoration:underline;
				}
		
		#rightbox{
		width:160px;
		padding:10px 0 10px 10px;
		border-left:1px solid #E3B1CE;
		border-bottom:1px solid #E3B1CE;
		float:right;
		}
		
	#leftcolumn{
	width:200px;
	float:left;
	}
	
		ul#sidebarnav{
		width:200px;
		margin-top:-31px;
		background:#EEE8ED;
		color:#333;
		line-height:18px;
		z-index:10;
		position:relative;
		}
		
			#sidebarnav li{
			float:left;
			width:190px;
			height:22px;
			padding:4px 10px 0 0;
			text-align:right;
			}
			
				#sidebarnav li.first{
				height:23px;
				padding:6px 0 0 10px;
				border-bottom:1px solid #E3B1CE;
				text-align:left;
				}
		
			#sidebarnav a{
			display:block;
			color:#333;
			text-decoration:none;
			}
		
				#sidebarnav a:hover{
				color:#F1E9FA;
				}		
	
	#footer{
	height:64px;
	clear:both;
	}
	
.clearfix:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
/* End hide from IE-mac */
