body{
font-family:Arial, Helvetica, sans-serif;
color:#666;
font-size:11px;
background:url(images/bg.gif) left top repeat-x #AC312A;
}

#wrap, #header, #content, #footer{
width:962px;
}

#wrap{
display:block;
margin:0 auto;
position:relative;
}

#wrap:after{content:"";}

#header{
position:relative;
height:483px;
background:url(images/bg_header.gif) left bottom no-repeat;
}

	#slider{
		position:absolute;
		top:56px; left:6px;
		width:950px;
		height:411px;
		overflow:hidden;
		z-index:0;
	}
	
	ul#language{
		position:absolute;
		left:3px;top:20px;
	}
	
		#language li{
			float:left;
			margin-right:4px;
		}
			
		#language a{}
	
	p#slogan{
		position:absolute;
		top:17px; left:330px;
		width:338px;
		color:#fff;
		text-align:center;
		line-height:11px;
		z-index:20;
	}
	
		p#slogan strong{
			display:block;
			font-size:16px;
			line-height:16px;
			}
		
	p#slogan2{
		position:absolute;
		top:439px; left:17px;
		color:#990000;
		line-height:14px;
		z-index:20;
	}

	p#slogan2 strong{
		padding:0 47px 1px 0;
		font-size:16px; 
		line-height:20px;
	}

	a#logo{
	position:absolute;
	bottom:16px; right:78px;
	display:block;
	width:105px;
	height:100px;
	z-index:20;
	}
	
	ul#mainnav{
		position:absolute;
		bottom:0; left:18px;
	}

		#mainnav li{
		float:left;
		height:16px;
		padding-top:5px;
		margin-right:1px;
		}
		
		#mainnav a{
		display:block;
		float:left;
		height:15px;
		padding:0px 10px 0 10px;
		background:#F3EEDD;
		border-top:1px solid #FCF6E6;
		color:#990000;
		font-size:12px;
		text-decoration:none;
		line-height:15px;
		}
		
		#mainnav li:hover{background:#990000;}
		#mainnav li:hover a, #mainnav a:hover{background-color:#E6E1D0;}
	
#content{
position:absolute;
top:483px;
}

	#inner{
		padding:41px 0 40px 0;
		background:url(images/bg_content.gif) repeat-y red;
	}		
			
	#leftcol{
	width:690px;
	padding:0 30px 0 21px;
	float:left;
	line-height:14px;
	}
	
		h1{
			margin-bottom:14px;
			font-size:16px;
			line-height:20px;
			color:#990000;
			font-weight:bold;
		}
		
		h2{
			margin-bottom:4px;
			font-size:11px;
			line-height:14px;
			color:#990000;
			font-weight:bold;
		}
		
		#leftcol p{margin-bottom:11px;}
		
		#leftcol img{
			float:right;
			margin:2px 0 15px 15px;
		}
		
		.eyecatcher{
		display:block;
		width:300px;
		padding:1px;
		margin-left:10px;
		border:1px solid #990000;
		}
		
			.eyecatcher a{
			display:block;
			padding:3px 0 3px 0;
			background-color:#990000;
			color:#fff;
			text-align:center;
			font-weight:bold;
			text-decoration:none;
			}
			
				.eyecatcher a:hover{text-decoration:underline;}
		
		#topbox{
			position:absolute;
			top:16px; left:21px;
			width:920px;
			padding-bottom:5px;
			border-bottom:1px solid #990000;
			line-height:14px;
		}
		
			#leftcol p#message{float:left; margin:0;}
			
			#leftcol p#breadcrumb{float:right; margin:0;}
			
				p#breadcrumb strong{color:#990000;}

	#rightcol{
	width:221px;
	float:right;
	}
	
		#rightcol img{ margin-bottom:5px;}
	
	#footer{
	clear:both;
	background:url(images/bg_footer.gif) top no-repeat;
	padding:33px 0 15px 0;
	}
	
		#footerbox{
			width:756px;
			height:106px;
			margin:0 auto;
			padding:5px;
			background:url(images/logo_footer.jpg) 10px 38px no-repeat #B1322C;
			color:#fff;
			font-size:11px;
			line-height:14px;
			text-align:center;
		}
		
			#footerbox p{margin-bottom:14px;}
		
			#footerbox a{
				color:#fff;
				text-decoration:underline;
			}
			
			#footerbox a:hover{color:#ccc;}
			
				#footerbox p.mitte a{padding-right:5px;}
				
					#footerbox p.mitte a.last{padding-right:0;}
					
	#information {
	position:absolute;
	bottom:140px; left:21px;
	width: 920px;
	padding: 5px 0px 5px 0px;
	border-top:1px solid #990000;
	text-align: center;
	}
	
		#information li {
		float: none;
		display: inline;
		background:url(images/trenner_gr.gif) left 3px no-repeat;
		padding-left:5px;
		}
		
			#information li.first{padding:0; background:none;}
		
		#information a {
		padding: 0;
		color: #006699;
		font-size: 10px;
		line-height:14px;
		text-decoration:underline;
		white-space:nowrap;
		}
		
		#information a:hover {
		color: #990000;
		text-decoration: underline;
		}
	
/* ---------------------------------------------------*/
*{
margin: 0;
padding: 0;
list-style: none;
}

:focus{
outline: 0;
}

img{
border: 0;
display:block;
}

.static{
position:static;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
/* End hide from IE-mac */
