﻿/*==================================

Stylesheet für Weisses Haus Donrath
Datei: stylesheet.css
Autor: Daniel Merbeck
Stand. 07.08.2009

Aufbau: 1. Kalibrierung und Allgemeine Styles
	2. Styles für Layoutbereich
	3. Sonstige Styles
		
==================================*/

/*Kalibrierung und Allgemeine Styles*/


* {
	margin: 0;
	padding: 0;
}

html {
	height: 101%;
}

body {
	background-image: url(images/background.jpg);
	background-color: #FFFFFF;
	color: #616161;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #616161;
}

a:hover {
	text-decoration: none;
	color: #616161;
}

img {
	border: 0;
}

p {
	padding-top: 5px;
}

/*Styles für Layoutbereiche*/


#wrapper {
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	/*margin-left: 100px;*/
	margin-bottom: 50px;
}

#centercol {
	float: left;
	width: 600px;
}

#centercol_header {
	background-image: url(images/centercol_header.png);
	background-repeat: no-repeat;
	width: 600px;
	height: 15px;
}

#centercol_content {
	background-image: url(images/centercol_content.png);
	background-repeat: y-repeat;	
	width: 600px;
}

#centercol_footer {
	background-image: url(images/centercol_footer.png);
	background-repeat: no-repeat;
	width: 600px;
	height: 15px;
}

#leftcol, #rightcol {
	float: left;
	width: 200px;
}

#leftcol_header, #rightcol_header {
	background-image: url(images/leftcol_header.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 15px;
}

#leftcol_content, #rightcol_content {
	background-image: url(images/leftcol_content.png);
	background-repeat: y-repeat;	
	width: 180px;
}

#leftcol_footer, #rightcol_footer {
	background-image: url(images/leftcol_footer.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 15px;
}

#nav {
	font-size: 12px;
	list-style-type: none;
}

#nav a:link, a:active, a:visited{
	text-decoration: none;
}

#nav a:hover {
	list-style-type: none;
	text-decoration: line-through;
}

/*Sonstige Styles*/


.centercol {
	background-image: url(images/centercol.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	/*margin-left: 100px;*/
	width: 520px;
	margin: 0 40px 0 40px;
	padding: 20px 0 20px 0;
	border-top: 1px dashed #C4C4C4;
	min-height: 500px;
}

.leftcol, .rightcol {
	margin-left: auto;
	margin-right: auto;
	/*margin-left: 100px;*/
	width: 140px;
	margin: 0 20px 0 20px;
	padding: 20px 0 20px 0;
	border-top: 1px dashed #C4C4C4;
}

.headline {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

.block {
	margin-left: 30px;
	width: 450px;
	text-align: justify;
}

.active {
	list-style-type: none;
	text-decoration: line-through;
}

.fussball {
	width: 10px;
	height: 10px;
	padding-right: 5px;
}

.list {
	list-style-type: square;
	margin-left: 30px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
	
.clearfix {
	display: inline-block;
}
	
html[xmlns] .clearfix {
	display: block;
}
	
* html .clearfix {
	height: 1%;
}
