/* CSS Document */

/*
Template CSS-Layout (C) 2008 by Andreas Klawikowski
http://www.webdesign-am-rhein.de
*/

* {margin:0; padding: 0; border: 0;}
html, body {
	background-image: url(../images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #990000;
	overflow-x: hidden;
	font-size:12px
}
a:link ,  a:visited {text-decoration: none; color: #990000;}
.link a:hover {color: #666666; text-transform:uppercase;} 
#wrapper {position: absolute; width: 900px; left: 50%; margin-left: -450px;}
#willkommen {margin: 50px 0 20px 0; text-align:center;}
#text {float: right; width:270px; text-align: justify; margin: 12px 10px 0 0; }
#text p {margin-bottom: 10px;}
#text p:hover {color: #000;}
.link {text-align:center; width: 610px; height: 210px; float: left;}
#bottom {font-size: 10px; text-align:center; height: 100px; float:left;width: 610px;}
h1 {font-size: 20px;}
h2 {font-size: 16px;}
h3 {font-size: 14px; margin-bottom: 10px; text-align: center;}
h4 {font-size: 12px;}