html, body {
  height:100%;
  width:100%;
}

body {
	background: url(images/bg.jpg) repeat-x #c8c8c8;
	color: #000000;
	font-family: sans-serif;
	font-size: 13px;
	text-align: left;
	margin: 0;
	padding: 0;
	min-width:949px;
	width:100%;
}

.spacer {
	height: 8%;
}

#logo {
	width: 637px;
	margin: auto;
}

#container_main {
	height: 693px;
	overflow: auto;
}

#container_bottom {
	height: 65px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: #000000;
	border-top: 1px #505050;
}

#main_nav {
	margin: auto;
	width: 792px;
	height: 483px;
}

.noborder {
	border:0px;
}

h1 {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	letter-spacing:.1em;
	color: #323232;
	margin:0px;
	/*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 3px black, 0px 0px 2px black, 0px 0px 5px black, 0px 0px 10px black, 0px 0px 15px black;*/
	/*background: url(images/textblock.png);*/
}

h2 {
	font-size: 15px;
	font-style: italic;
	letter-spacing:.1em;
	color: #323232;
	margin:0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

h3 {
	font-size: 12px;
	letter-spacing:.1em;
	color: #323232;
	margin:0px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.footer {
	margin: auto;
	padding-left: 19px;
	padding-top: 10px;
	width: 712px;
	color: white;
}

.copyright {
	float:left;
	padding-top: 12px;
}

.medialinks {
	float:right;
	padding-right:20px;
}

.overlay {
	display: none;
	width: 712px;
}

.overlay_top {
	background: url(images/overlay_top.png) no-repeat;
	width: 711px;
	height: 32px;
	margin-top:60px;
}

.overlay_main {
	width: 711px;
	background: white;
	min-height: 483px;
}

.overlay_bottom {
	background: url(images/overlay_bottom.png) no-repeat;
	width: 711px;
	height: 32px;
}

.impressum {
	padding-left:30px;
	padding-right:30px;
	max-height:492px;
	overflow:auto;
}

.datenschutz {
	padding-left:30px;
	padding-right:30px;
	max-height:492px;
	overflow:auto;
}

.footer a:link { color:white; text-decoration:underline; font-weight: bold; }
.footer a:visited { color:white; text-decoration:none; font-weight: bold; }
.footer a:hover { color:white; text-decoration:none; font-weight: bold; }
.footer a:active, a:focus{ outline:none; }

.preload {
	height:0px;
	width:0px;
}

#preload {
	display:none;
}

a:link { color:#323232; text-decoration:none; font-weight: bold; }
a:visited { color:#323232; text-decoration:none; font-weight: bold; }
a:hover { color:#323232; text-decoration:underline; font-weight: bold; }
a:active, a:focus{ outline:none; }