@charset "UTF-8";
/* CSS Document */

label{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	width: 95px;
	height: 14px;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 120px;
	height: 17px;
	float: left;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 3px;
	border: 1px solid #ffffff;
	}
.input_pflicht{
	width: 119px;
	border-left: 2px solid #57c3cf;
	}
input:focus, textarea:focus{
	background-color: #FFFFCC;
	}
select{
	width: 127px;
	height: 20px;
	float: left;
	margin-bottom: 5px;
	}
textarea{
	width: 450px;
	height: 150px;
	float: left;
	margin-left: 20px;
	margin-bottom: 25px;
	border: 1px solid #ffffff;
	}
.textarea_pflicht{
	width: 448px;
	border-left: 2px solid #57c3cf;
	background-color: #ffffff;
	}
.pflicht{
	width: 430px;
	height: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 15px;
	border-left: 2px solid #57c3cf;
	background-color: #ffffff;
	}
.pflicht p{
	padding-top: 3px;
	}
.botton{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	color: #0088b8;
	width: 150px;
	height: 37px;
	text-decoration: none;
	margin-top: 15px;
	margin-left: 170px;
	padding-right: 50px;
	padding-bottom: 5px;
	background-image: url(../images/img_botton.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #ffffff;
	}
.botton:hover{
	text-decoration: underline;
	}
.adresse{
	width: 500px;
	height: 185px;
	float: left;
	}
.action{
	width: 500px;
	height: 70px;
	float: left;
	}
	
/******* Gaestebuch *******/
.eintrag{
	width: 220px;
	min-height: 220px;
	margin-top: 35px;
	padding: 10px;
	background-color: #a3ad50;
	background-image: url(../images/img_background_gaestebuch_eintrag.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	}
.eintrag h2{
	color: #FFFFFF;
	margin-top: -5px;
	}
.eintrag input{
	width: 98%;
	}
.eintrag textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 100%;
	height: 75px;
	float: left;
	margin-left: 0px;
	margin-bottom: 25px;
	border: 1px solid #ffffff;
	}
.eintrag .botton{
	width: 98%;
	margin-top: -7px;
	margin-left: 0px;
	}
	
/************** Left **************/
.left form{
	margin-top: 30px;
	}
.left label{
	width: 50px;
	color: #333333;
	}
.left input{
	border: 1px solid #333333;
	}
.left .botton{
	width: 100px;
	margin-left: 70px;
	border: none;
	background-position: right;
	}