@import "reset.css";
@import "layout.css";
@import "navi.css";
@import "images.css";
@import "gewinnspiel.css";
@import "konzepte.css";


html, body {
	background-color:#000000;
}

.page_margins {
	color:#AC7D1F;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	margin:10px auto;
	text-align:center;
}

.page {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:870px;
}

#header {
	background:#000000 url(/img/layout/bg_header.jpg) no-repeat scroll left top;
	height:100px;
}

#header .languagechange img {
	margin-left:16px;
	margin-right: 1px;
}

#header h1 {
	display:none;
}


#main {
	background-color:#333333;
}

/* Ausrichtung */
#col1, #col2 {
	float:left;
}

#col1 {
	width:200px;
}

#col2 {
	width:670px;
	border-top: 1px solid #FEDC79;
}

#footer {
	text-align:right;
	position:absolute;
	bottom:-45px;
	right:0;
	width:870px;
	color:#FFFFFF;
	font-size:11px;
	line-height:18px;
	padding: 2px 0 5px;
}

#footer a {
	color:#FFFFFF;
}

#footer a:hover {
	text-decoration:none;
}

.clear {
	clear:both;
}
