<?php header('Content-type:text/css; charset=utf-8'); ?>

html, body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font: 16px serif;
	color: #000;
	line-height: 14px;
}

#wrapper {
	position:relative;
	margin:0 auto;
	max-width:900px;
	min-height:100%; /* Mindesthöhe in modernen Browsern */
	height:auto !important; /* !important-Regel für moderne Browser */
	height:100%; /* Mindesthöhe in IE <7 */
	background-color: #fff;
}

#titel {
	width: 100%; 
	text-align: center;
}

#leiste {
	width: 100%;
}

#inhalt {
	text-align: justify;
}

a {
	font: 16px Raleway, sans-serif;
	text-decoration: none;
	color: #555;
}

a:hover	{ 
	color: #a00;	
}

h1 		{font: 52px Raleway, sans-serif;}
h2 		{font: 26px serif; font-weight: bold;}
h3 		{font: 18px Raleway, sans-serif; margin-top: -40px;}
hr 		{width: 100%; margin-top: 10px;}
table 	{width: 100%;}
.links 	{text-align:left;}
.rechts {text-align: right;}

.formular {
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	color: #555;
	width: 160px;
	background-color: #fff;
}

.button {
	font-size: 12px;
	font-weight: normal;
	color: #555;
	width: 100px;
	border-color: #555;
	border-style: solid;
	background-color: #fff;
	border-width: 1px;
}
