/* CSS Document */
* {
	margin:0;
	padding:0;
}

html {
	font-size: 62.5%;
	}
	
html, body {
	height:100%;
}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
	background-color: #c5c5c5;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.55em;
	color: #666;
}

a:link { 
	color: #113a93;
	font-size: 1.2em;
	font-weight: bold;
}

a:visited { color: #113a93; }

a:hover, a:active {
	color: #fff;
	}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-278px; /* half of container's height */
	float:left;
}

#back {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:556px;
	width:100%;
	clear:left;
	background: url(../door/bg.gif) repeat-x;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:center;
	height:556px;
	width:806px;
	border: 1px solid #fff;
	background-color:#afafaf;
}

#containerinnen {
	margin:2px;
	text-align:left;
	height:550px;
	width:800px;
	border: 1px solid #fff;
	background:url(../door/bg_content.gif) repeat-y;
}
		
#header {
	position: relative;
	width: 800px;
	height: 120px;
	top: 0px;
	text-align: left;
	background:url(../images/bg_head.gif) repeat-x 0 18px #fff;
	}
	
#rightHead {
	width: 581px;
	float: right;
	text-align: right;
	height: 102px;
	margin-top:18px;
	background: url(../images/bg_righthead.gif) 100% 0 no-repeat;
	font-size: 2em;
	line-height: 1.6em;
	}
	
#leftHead {
	position:relative;
	float: left;
	width: 200px;
	height: 20px;
	top: 70px;
	left: 24px;
	}

.clear {
	clear:both;
}

#anschrift {
	position:absolute;
	width: 270px;
	height: 165px;
	border-bottom: 1px solid #ccc;
	left: 3px;
	background-color:#afafaf;
	z-index: 3;
	font-size: 1em;
	color: #444;
	}

#contents { 
	text-align:right;
	height:362px;
	margin-right: 17px;
	}
	
#footer {
	position:absolute;
	bottom:3px;
	width: 783px;
	height: 70px;
	line-height: 70px;
	text-align: right;
	background-color:#7f7f7f;
	border-top: 1px solid #ccc;
	z-index: 5;
	font-size: 1.2em;
	font-weight: bold;
	}
	
#leftFoot {
	position:relative;
	float: left;
	width: 171px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	bottom: 0px;
	background-color: #afafaf;
	}

/* Navigation */
.navcontainer  {
	width: 131px;
	margin: 0;
	padding: 0;
}

.navcontainer ul {
	margin: 0;
	padding: 0;
	width: 131px;
	list-style-type: none;
}

.navcontainer li {
	display: block;
	margin: 0;
	padding: 0;
}

.navcontainer li a{
	display: block;
	width: 131px;
	padding: 0px 0px 9px 0px;
	text-decoration: none;
}
/* ENDE Navigation */

img {
	border:0px;
}

