﻿body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	background:#efefef;
	color:#656464;
}

a {
	text-decoration:none;
	color:#656464;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}


h1 {
	font-size:1.3em;
	font-weight:bold;
	color:#656464;
}

li {
	padding: 0px 0px 10px 0px;
}

#breadcrumb {
	float:left;
	height:20px;
	width:700px;
	background:#666666;
	color:#fff;
	margin:3px 0px 3px 0px;
	padding:0px 0px 2px 0px;
	font-size:0.8em;
}

#content_und_banner {
	float:left;
	width:548px;
	min-height:500px;
	background:none;
}

#error{
	padding:10px;
	color:darkred;
}

#footer {
	height:40px;
	width:950px;
	padding:0 0px 0 0px;
	background:white;
}

#header {
	width:950px;
	height:100px;
	background:white;
}


#logo {
	float:left;
	width:420px;
	height:35px;
	margin-bottom:10px;
}

#oranger_balken_inhalt {
	float:left;
	height:10px;
	width:700px;
	background:#ff7c21;
	margin:3px 0px 0px 0px;
}

#site {
	margin:auto;
	width:990px;
	min-height:750px;
	background:white;
}
#topnavi {
	float:left;
	width:530px;
	height:35px;
	font-size:0.9em;
	color:#9b999a;
	background:white;
}

#topnavi a{
	font-size:0.9em;
	color:#9b999a;
}

#wrapper {
	width:950px;
	min-height:750px;
	margin:0px 20px 0px 20px;
	background:#dbdbdb;
	background:url(../images/body_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#popup_deg {
	position:absolute;
	z-index:10;
	top:10%;
	left:40%;
	width:442px;
	height:620px;
	background:url(../images/popup_deg.png);
	display:block;
}

* html #popup_deg {
	background:url(../images/popup_deg_ie6.jpg);
	width:436px;
	border:1px solid #fff;
}
#close_popup_deg {
	position:absolute;
	z-index:11;
	top:10%;
	left:40%;
	width:10px;
	height:10px;
	width:427px;
	text-align:right;
	display:block;
	color:#fff;
	margin-top:16px;
	font-weight:bold;
}

* html #close_popup_deg {
	margin-top:3px;
}
