body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	color: #fff;
	width: 810px;
}

a {
	text-decoration: underline;
	color: #fff;
}

a img {border: none;}

.clear {clear: both;}

.gate {
	width: 810px;
	height: 974px;
	position: relative;
	background-image: url('../img/fan-gate-happyrainy.jpg');
	margin-bottom: 20px;
}

#footer {
	width: 780px;
	background-color: #bb131a;
	padding: 15px;
	margin-bottom: 20px;
}

#footer_links {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer_links li {
	float: left;
	margin-left: 10px;
}

#footer_links li a {
	color: #000;
	font-size: 16px;
}

.main {
	background-image: url('../img/main.jpg');
	width: 810px;
	height:614px;
	margin-bottom: 20px;
	position: relative;
}

.main img.main_image {
	width: 294px;
	height: 294px;
	border: 3px solid #e0dddd;
	position: absolute;
	top: 191px;
	left: 57px;
}

.main .photo_desc {
	position: absolute;
	font-size: 14px;
	bottom: 80px;
	left: 57px;
}

.main .spiel_desc {
	position: absolute;
	font-size: 14px;
	left: 57px;
	bottom: 35px;
}

.main .spiel_desc a {
	font-weight: bold;
}

.main .absenden {
	position: absolute;
	bottom: 31px;
	right: 78px;
	width: 164px;
	height: 34px;
	text-indent: -9999px;
	background-image: url('../img/absenden.gif');
	cursor: pointer;
}

.main .beantworten {
	position: absolute;
	bottom: 350px;
	right: 78px;
	width: 212px;
	height: 34px;
}

.main .comment {
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	left: 413px;
	top: 186px;
}

.main form .inputs, .frage {
	font-size: 14px;
	position: absolute;
	top: 186px;
	left: 413px;
	width: 350px;
}


.main form .inputs span {
	display: block;
	margin-bottom: 9px;
}

.main form input {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	color: #888888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0px;
	padding: 3px 10px;
	width: 290px;
	margin: 0px;
	margin-left: 4px;
	-webkit-box-shadow: inset 1px 1px 3px 0px #333333;        
    box-shadow: inset 1px 1px 3px 0px #333333;
	margin-bottom: 12px;
}

.main form .plz {
	width: 50px;
}

.main form .wohnort {
	width: 205px;
	margin-left: 10px;
}

.main form .required {
	font-size: 10px;
	position: absolute;	
	bottom: -40px;
	left: 5px;
}

.main .checkbox input {
	width: auto;
        padding: 0px;
        box-shadow: none;
        border-radius: none;
}

.main .checkbox label {
	font-size: 11px;
	display: block;
	margin-left: 25px;
	margin-top: -25px;
}

.preis {
	background-image: url('../img/preis-happyrainy.jpg');
	width: 810px;
	height: 309px;
	margin-bottom: 20px;
	position: relative;
}

.preis-infos {
	display: block;
	position: absolute;
	right: 20px;
	top: 25px;
	text-align:right;
}

.slider {
	margin-bottom: 20px;
	width: 810px;
	height: 245px;
	background-color: #bb131a;
	position: relative;
}

.slider .box img {
	border: 3px solid #e0dcdc;
	width: 134px;
	height: 134px;
}

.slider .box {
	float: left;
	margin-right: 47px;
	height: 197px;
	width: 140px;
}

.slider .box div {
	margin-top: 3px;
}

.slider .box div span {display: block; font-size: 11px; line-height: 13px}

.slider .elements {
	overflow: hidden;
	width: 701px;
	height: 197px;
	margin-left: 55px;
	padding-top: 48px;
}

.slider .left,
.slider .right {
	cursor: pointer;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 99px;
}

.slider .left {
	background-image: url('../img/left.gif');
	left: 10px;
}

.slider .right {
	right: 8px;
	background-image: url('../img/right.gif');
}

.slider .head {
	width: 380px;
	height: 23px;
	position: absolute;
	background-image: url('../img/slider_head.gif');
	left: 23px;
	top: 14px;
}

.modal {
    background-color: #BB131A;
    position: absolute;
    top: 0px;
    z-index: 999;
    padding: 25px;
    width: 544px;
    border: 10px solid white;
    top: 174px;
    left: 97px;
    font-size: 16px;
    line-height: 160%;
    display: none;
}

.modal h2 {
    margin: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;    
}

.modal .close {
    cursor: pointer;
    position: absolute;
    background-image: url('../img/close.gif');
    width: 39px;
    height: 33px;
    top: -10px;
    right: -10px;
}

.overlay {
    z-index: 998;
    filter: alpha(opacity=50); /*older IE*/
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
    -moz-opacity: .50; /*older Mozilla*/
    -khtml-opacity: 0.5;   /*older Safari*/
    opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
    background-color:#fff;
    position:fixed; top:0px; left:0px; width:100%; height:100%; text-align:center; vertical-align:middle;
    display: none;
}

#footer_logo img {
    width:142px;
    height: 63px;
}
