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

body {
	margin: 0px 0px 0px 0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#CCC;
	line-height:14px;
	background-color:#000;
}

body * { margin:0px; padding:0px; text-align:left; }
img { border:0px; }
a { color:#C93; text-decoration:none; }

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

/* Float clearing workaround also working on Mozilla */
.clearer {
	clear:both;
	height:0px;
	overflow:hidden;
	margin-top:-1px;
	font-size:0em;
	line-height:0px; 
}

* html .clearer { margin-top:0px; }


#wrapper {
	width:850px;
	margin:70px auto 0px auto;
}

#wrapper1 {
	width:850px;
	margin:70px auto 0px auto;
}

#content1 {
	float:left;
	width:850px;
	height:600px;
	margin:auto 0px auto 0px;
}

div.headline {
	width:250px;
	height:50px;
	margin:0px 50px 20px 0px;
	float:left;
}

div.headline1 {
	width:250px;
	height:50px;
	margin:0px 0px 20px 0px;
	float:left;
}

div.logo {
	width:850px;
	height:172px;
	float:left;
	margin: 0px 0px 10px 0px;
	background:url(images/gerdhard_logo.jpg);
}

div.col1 {
	width:250px;
	height:333px;
	float:left;
	margin: 50px 50px 20px 0px;
	background:url(images/gerdhard.jpg);
}

div.col2 {
	width:250px;
	height:333px;
	float:left;
	margin: 50px 50px 20px 0px;
	background:url(images/die2.jpg);
}

div.col3 {
	width:250px;
	height:333px;
	float:left;
	margin: 50px 0px 20px 0px;
	background:url(images/bunnies.jpg);
}

div.col4 {
	width:450px;
	height:600px;
	float:left;
	margin: 0px auto 20px auto;
	background:url(images/die2_2.jpg);
}

div.col5 {
	width:350px;
	height:550px;
	float:left;
	margin: 50px 0px 20px 50px;
}

div.col6 {
	width:450px;
	height:600px;
	float:left;
	margin: 0px auto 20px auto;
	background:url(images/bunniesbig.jpg);
}

div.end {
	width:850px;
	margin: 25px 0px 0px 0px;
	text-align:center;
}

div.end1 {
	width:850px;
	margin: 50px 0px 0px 0px;
	text-align:center;
}


/*gerdhard*/

#gerdhard p {
	font-size: 12px;
	line-height: 1.5em;
	color:#CCC;
	padding-bottom: 25px;
}

#gerdhard h2 {
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size: 16px;
	color:#CCC;
	line-height: 1em;
	font-weight: normal;
	border-top: 1px solid #CCC;
	padding-top: 10px;
	padding-bottom: 2px;
	margin-bottom: 20px;	
}