/*
Theme Name: dreadman
Theme URI: http://www.dreadman.de/
Description: dreadmans seite
Version: 1.0
Author: dreadman
Author URI: http://www.dreadman.de/
*/



/***** Startseite *****/
#start {

	height: 100%;
	background: #aaa;
	margin: 0;
}

#start a {
	position: absolute;
	top: 50%;
	margin-top: -100px;
	background: white url('../bilder/start.jpg') no-repeat;
	display: block;
	width: 100%;
	height: 200px;
	border: solid #444;
	border-width: 2px 0 2px 0;
}
/***** Ende Startseite *****/



/***** Allgemein *****/
body, html {
	height: 100%;
}

body {
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	background: url('../bilder/hintergrund_kopf.jpg') no-repeat top center;
	background-attachment: fixed;
	color: white;
	text-align: center;
	margin: 0;
	padding: 0;
}

#page {
	background-attachment: scroll;
	text-align: left;
	overflow: auto;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

#header {
	margin: 0;
	padding: 0;
	height: 220px;
	width: 980px;
}

#headerimg {
	position: fixed;
	overflow: auto;
	z-index: 10;
	height: 220px;
	width: 980px;
	margin: 0;
	height: 275px;
	width: 100%;
}

#content {
	background: black;
	height: 100%;
	padding: 30px 25px 50px 25px;
	font-size: 12px;
	text-align: center;
}

#content p {
	position: relative;
}

#uebergang {
	background: url('../bilder/kopf_uebergang.png') no-repeat;
	background-position: top center;
	position: fixed;
	overflow: auto;
	top: 220px;
	width: 980px;
	height: 36px;
	z-index: 9;
}

#footer {
	position: relative;
	text-align: center;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;} 

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/***** Ende Allgemein *****/