@charset "UTF-8";
/* CSS Document */

/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size:0;

}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(grafik/bg.jpg);
	background-color:#CCCCCC;
}

textarea {
	width:300px;
	height:300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

a{ 
	font-size:12px;
	color: #000000;
	text-decoration:none;
}

a:hover{ 
	text-decoration:underline;
}

#header {
	width:800px;
	height:242px;
	background-image: url(grafik/header.png);
}

#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#content{
	width:800px;
	background-image: url(grafik/bg_hintergrund3.png);
}

#links {
	width:361px;
	height:400px;
	padding-left:39px;
	float:left;
	
	}

#rechts{
	width:400px;
	height:570px;
	float:left;
}

#unten{
	width:800px;
	float:left;
	background-image: url(grafik/bg_hintergrund3.png);
}

#footer	{
	text-align:right;
	padding-right:40px;
	width:760px;
	height:50px;
	float:left;
	background-image: url(grafik/bg_hintergrund4.png);
}

#top_1{
	width:200px;
	height:200px;
	float:right;
	margin-top:37px;
	margin-right:40px;
	background-color:#666666;
	
}

#top_2{
	width:200px;
	height:200px;
	margin-top:37px;
	margin-right:40px;
	float:right;
	background-color:#999999;
}
