 

@CHARSET "UTF-8";

* html #page {height:100%;}
#page {
margin:0 auto;
min-height:100%;
}

#wrapper {
	width: 974px;
	margin: 0 auto 0 auto;
	padding-bottom: 70px;
}

#header {
	position: relative;
	height: 458px;
	background: url("../images/header.jpg") repeat-x;
}

#header_left {
	background: url("../images/header-left.jpg") no-repeat;
	position: absolute;
	left: 0;
	width: 7px;
	height: 458px;
}

#header_right {
	background: url("../images/header-right.jpg") no-repeat;
	position: absolute;
	right: 0;
	width: 7px;
	height: 458px;
}

#header_changer {
	position: absolute;
	top: 169px;
	left: 31px;
	width: 912px;
	height: 235px;
}

	#logo {
		background:url("../images/logo.jpg") no-repeat;
		width: 150px;
		height: 65px;
		position:absolute;
		top: 23px;
		right: 38px;
	}
	#logo span {display:none;}
	
	#configs {
		position: absolute;
		top: 404px;
		right: 7px;
		width: 354px;
		height: 54px;
		background: url("../images/configs.jpg") no-repeat;
	}
	#configs_en {
		position: absolute;
		top: 404px;
		right: 7px;
		width: 354px;
		height: 54px;
		background: url("../images/configs_en.jpg") no-repeat;
	}
	
		#schriftgroesse {
			position: absolute;
			top: 8px;
			left: 202px;
			width: 51px;
			height: 14px;
			background: url("../images/schriftgroesse.jpg") no-repeat;
			overflow: hidden;
		}
		#schriftgroesse a {
			display: block;
			width: 17px;
			height: 14px;
			float: left;
		}
		
		.de {
			background:url("../images/de.jpg") no-repeat;
			width: 19px;
			height: 15px;
			position: absolute;
			top: 8px;
			right: 61px;
			background-position: right;
		}
		
		.en {
			background:url("../images/en.jpg") no-repeat;
			width: 19px;
			height: 15px;
			position: absolute;
			top: 8px;
			right: 32px;
			background-position: right;
		}
		
		a.de:hover, #configs .active, a.en.active {background-position: left;}
		a.en:hover {background-position: right;}

#main {width: 100%;}
#center_col {padding: 0 38px; overflow:hidden;}

#footer {
	background: url("../images/footer.jpg") no-repeat;
	/*height: 81px;*/
	height: 31px;
	margin: -81px auto 0;
	padding: 19px 38px;
	/*width: 974px;*/
	width: 898px;
	font-weight: bold;
	position: relative;
}

	.meta1 {
		width: 70px;
		float: left;
	}

	.meta2 {
		width: 120px;
		float: left;
	}

	.meta2_en {
		width: 140px;
		float: left;
	}

	.meta3 {
		width: 267px;
		float: left;
	}

	.address1 {
		width: 234px;
		float: left;
	}

	.address2 {
		width: 181px;
		float: left;
	}

	#footer a {
		font-family: Verdana; 
		color: #666666;
		font-size: 10px;
		line-height: 14px;
		outline: 0;
		text-decoration:none;
		font-weight: bold;
		border-bottom: 1px solid #d3d3d3;
	}

	#footer a:hover {
		text-decoration: none;
		color: #666666;
		border-bottom: 0;
	}

	#footer a.active {
		text-decoration: none;
		color: #028855;
		border-bottom: 0;
	}
	
	#footer p {
		font-family: Verdana; 
		font-size: 10px;
		line-height: 14px;
		color: #666666;
		font-weight: normal;
		margin: 0;
	}
	
	#footer strong {
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
	}
	
	#footer span.uppercase {text-transform:uppercase; font-size: 10px; line-height: 14px; display: inline;}
    #errichterLogin {
        background: none repeat scroll 0 0 #CCCCCC;
        cursor: pointer;
        float: right;
        font-size: 14px;
        font-weight: bold;
        padding: 3px 12px 3px 10px;
        text-align: center;
        width: 199px;
    }
    #errichterLogin:hover {
        background: none repeat scroll 0 0 #1C865E;
        color:#fff;
    }
    #dialog {
        display: none;
    }
    
    #accordion h3 a {
        color:#ffffff !important;
    }

