@charset "utf-8";
/* CSS Document */
html{
	height:100%;
	}
body {
	background-color: #e0e5e8;
	background-image:url(../img/body_bg.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	height: 100%;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
a:visited{
	color:#666666;
}
#footer{
	clear:both;
	text-align:center;
	font-size:0.7em;
	color: #b9c1c9;
	height: 38px;
	background-image:url(../img/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	margin-left:-8px;
	margin-right:-8px;
	padding-top:35px;
}
#page{
	background-image:url(../img/container_bg.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	width:944px;
	margin-left:8px;
	margin-right:8px;
}
#page_shadow_left{
	position:absolute;
	margin-left:-465px;
	left:50%;
	width:930px;
	background-image:url(../img/page_border_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#fff;
}
#page_shadow_right{
	background-image:url(../img/page_border_right.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:960px;
}
#header{
	background-image:url(../img/header_logo.jpg);
	background-position:top center;
	width:946px;
	height:121px;
	clear:both;
	margin-left:-1px;
	margin-right:-1px;
}
#logo {
	position:absolute;
	top: 20px;
	left:40px;
	height:80px;
	width:170px;
}
#email {
	position:absolute;
	top: 90px;
	left:335px;
	height:12px;
	width:330px;
}

#navigation{
	float:left;
	padding-top:20px;
	padding-left:40px;
}
#navigation ul li{
	padding-top:10px;
}

#navigation ul li a{
	color:#990000;
	text-decoration:none;
}
#navigation ul li ul{
	padding-bottom:20px;
	margin-left:15px;
	color:#990000;
	font-size:90%;
}
#navigation ul ul li{
	padding-top:5px;
}
#navigation ul ul ul li{
	padding-top:3px;
}
#navigation ul ul ul li a{
	margin-left:5px;
	color:#000000;
	font-size:90%;
	list-style-type: disc;
	text-decoration:none;
}



#content_shadow_left{
	display:block;
	float:right;
	margin-right:40px;
	width:584px;
	background-image:url(../img/content_border_left.jpg);
	background-position: 0px -121px;
	background-repeat:no-repeat;
}
#content_shadow_right{
	display:block;
	background-image:url(../img/content_border_right.jpg); 	
	background-position: right -121px;
	background-repeat:no-repeat;
}	
#content{
	display:block;
	background-repeat:repeat-x;
	background-color:#fff;
	color:#333;
	padding:10px;
	padding-top:20px;
	font-size:13px;
	line-height:1.3;
	background-position: 0px -121px;
	margin-left:6px;
	margin-right:6px;
	border-bottom: 1px solid #999;
}

.left {
	border: 1px solid #999;
	float:left;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:20px;
}

.right {
	border: 1px solid #999;
	float:right;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:0px;
}

.noborder {
	border: none;
	padding:20px;
}

#content h1{
	background-image:url(../img/header_bg.jpg);
	background-repeat:no-repeat;
	background-position: right;
	background-color:#830707;
	font-size:115%;
	color:#ffffff;
	border-bottom: 1px solid #999999;
	padding: 3px;
	padding-left:7px;
	
	margin-bottom: 8px;
}

#content ul li{
	list-style-image: url(../img/redsquare.png);
	margin-left:30px;
	padding-bottom:5px;
}


#content p{
	padding-bottom:7px;
}

#content hr{
	color:#900;
	height: 1px;
}

#content #subfooter{
	text-align:center;
	width:100%;
	font-size: 75%;
	font-style: normal;
	line-height: 15px;
	color:#576A75;
}
fieldset{
	width:524px;
	vertical-align:top;
	border: 1px solid #aaaaaa;
	padding: 10px;
	margin:5px;
	text-align:right;
}
legend{
	font-size:110%;
	font-weight:bold;
	color:#666666;
}
label{
	width: 90px;
	text-align:left;
	vertical-align:top;
}
input, textarea{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	border: 1px ridge #cccccc;
	width:400px;
	background-image:url(../img/body_bg.jpg);
	background-repeat:repeat-x;
	background-position: left 80px;
	margin-bottom:5px;
	font-size:100%;
}
input[type=submit] {
	font-size: 110%;
	font-weight:bold;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	background-color:#DAE2E9;
}

#content #dienstleistungen ul li{
	list-style:none;
}
#content #dienstleistungen ul li ul li{
	list-style-image: url(../img/redsquare.png);
}

.space {
	clear:both;
}
