﻿@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
	font-family: Verdana, Geneva, sans-serif;
}
a {
	text-decoration: underline;
	color: #888;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:Hover {
	text-decoration: underline;
	color: #888;
}
div#wrapper {
	background-color: #999;
	width: 100%;
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
}
#header {
	clear: both;
	background: #999;
	height: 350px;
	position: relative;
}
#logo {
	float: left;
	bottom: 0;
	width: 80%;
	position: absolute;
}
#main {
	clear: both;
	border-top: 1px solid #fff;
	width: 100%;
}
#left {
	float: left;
	width: 25%;
	height: 350px;
	background: #666;
	padding: 5px;
}
#content {
	float: left;
	width: 35%;
	height: 350px;
	background: #eee;
	padding: 5px;
}
#right {
	float: left;
	width: 15%;
	height: 350px;
	background: #fff;
	padding: 5px;
}
#ads {
	float: left;
	width: 10%;
	height: 350px;
	background: #fff;
	padding: 5px;
}
#footer {
	clear: both;
	border-top: 1px solid #fff;
	width: 100%
}
#column1 {
	float: left;
	width: 25%;
	padding: 5px;
}
#column2 {
	float: left;
	width: 40%;
	padding: 5px;
}
p {
	margin: 0px;
	padding: 0px;
}
.textLogo {
	font-size: 55px;
	font-family: "Courier New", Courier, monospace;
	color: #888;
}
.textSmall {
	font-size: 14px;
}
.textFooter {
	font-size: 12px;
	color: #ddd;
}
.textFooterLinks {
	font-size: 12px;
	color: #888;
}
