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

html, body {
	
	margin: 0;
	padding: 0;
	
	background-color: #1a6a38;
	
	font-family: Arial, Helvetica, sans-serif;
	
	line-height: 1.5em;
	
}


a:link {
	color: #ff00d8;
	
	text-decoration: none;
	
}

a:visited {
	
	text-decoration: none;
	
	color: #ff00d8;
	
}
a:hover {
	
	text-decoration: underline;
	
	color: #ff00d8;
}
a:active {
	
	text-decoration: none;
	
	color: #ff00d8;
}



div#wrapper {
	
	background-image: url(../images/bg/gaperday.png);
	
	width: 100%;
	height: 768px;
	
	background-position: top center;
	
	background-repeat: no-repeat;
	
	margin: 0 auto;
	

}

div#content_bg {
	
	background-image: url(../images/content/con_bg.png);
	
	width: 740px;
	height: 540px;
	
	background-position:center;
	
	background-repeat: no-repeat;
	
	margin: -35px auto;
	
	padding: 60px;

	
	
}

#content_img {
	
	border: 5px solid #000000;
	
	border:1px solid #ddd;
	background-color:#f3f3ee;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
	padding: 2px;
	
	margin: 5px;
	
	float: left;
	
}

.text_right {
	
	float: left;
	
}

.haus_list {

	float: right;
	
	margin-top: -20px;
	
}

div#logo_spacer {
	
	width: 88%;
	height: 100px;
	
}

#gd_logo{

	margin: 0 auto;
	width: 628px;
	
	
}

div#sncl_logo {
	
	float: right;
	margin: 15px 0 0 700px;
	
}
