@charset "utf-8";
/* CSS Document */

/*---HAUPTBEREICHE---*/
html, body {
	height: 100.1%;
}

#wrapper {
	width:940px;
	margin: 0 auto;
	position: relative; 
	background:#fff;
}

#header {
	background:#fff;
	overflow: visible;
}
	#logo a {
		display: block;
		background: url(img/bg_logo.gif) no-repeat center left;
		width: 400px;
		height: 70px;
		color: #000;
		border: none;
		margin-bottom:1em;
	}
		#logo a span {
			display: block;
			overflow: hidden;
			height: 0;
			width: 0;
		}
	#topnav {
		height: 30px;
		font-size: 80%
	}
		#topnav ul {
			position: absolute;
			right: 0;
			margin: 10px 0;
			text-align: right;
			color: #444;
		}
			#topnav ul li {
				float: left;
				padding: 0 10px;
				border-right: 1px solid #e0e0e0;
			}
			
			#topnav ul li.last {
				float: left;
				padding-right: 0;
				border: none;
			}
			
		#topnav a, #topnav a:visited, #topnav a:active, #topnav .active {
			color: #fe0020;
			border-color: #e0e0e0;
			text-transform: uppercase;
		}
	
		#topnav a:hover {
			border-bottom: 1px solid #fe0020;
		}
	.mod_Banner.fullsize {
		position: absolute;
	 	top: 35px; right: 0;
	}
	
	#searchbar { position:absolute; right:10px; top:45px; }

#main {
	background:#fff;
	z-index:10;
}

	#navsub {
		height: 20px;
		padding: 15px 20px;
		background: url(img/bg_btn.jpg) repeat-x bottom left;
		margin-bottom: 30px;
		font-size: 80%;
		text-transform:uppercase;
	}

#footer {
	height:100px;
	background:#fff;
	z-index: 11;
}
	#footnav {
			height: 40px;
			font-size: 70%;
			background: #e1e1e1;
			color: #444;
			text-align: left;
		}
			
			#footnav .copyright {
				display: block;
				text-align: right;
				margin-left: 400px;
				padding-right: 10px;
				position: relative;
				top: 10px;
			}
			
			#footnav ul {
				padding: 10px 0;
				float: left;
			}
				#footnav ul li {
					float: left;
					padding: 0 10px;
					border-right: 1px solid #ccc;
				}
				
				#footnav ul li.last {
					float: left;
					padding-right: 0;
					border: none;
				}
				
			#footnav a, #footnav a:visited, #footnav a:active, #footnav .active {
				color: #444;
				text-transform: uppercase;
			}
		
			#footnav a:hover {
				border-bottom: 1px solid #444;
			}