html{
	background: url(background.jpg) no-repeat;
	position:relative;
	width:100%;
	height:100%;
	text-align:center;
	font-family: 'Dancing Script', cursive;
	}
#content{
	background:#fff url(hintergrundschmuck.png) no-repeat -75px 100px;

	width:740px; height:auto; padding:10px; padding-top:25px;
	position:relative; left:50%; top:50%; 
	margin:250px 0 5px -380px;
	border-width:1px 0 0 1px; 
	border-color:#000; 
	border-style:solid;							
	-moz-box-shadow: 10px 10px 12px black;
	-webkit-box-shadow: 10px 10px 12px black;
	box-shadow: 10px 10px 12px black;
	-webkit-border-radius: 0 0 20px 20px;
	-khtml-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;


}
a{
	text-decoration:none;
	color:black;}
a:hover{
	text-decoration:underline;
	color: #808080;}
.hidden{
	display:none;
	}
#box_disclaimer > p{
	font-size:11px;
}
#kontakt{

	font-size:12px/1.3em;
	margin-left:150px;
	width:500px;
	height:300px;
	border-width:1px 0 0 1px;
	border-color:#666;	
	display: none;
	-moz-box-shadow: 3px 3px 5px black;
	-webkit-box-shadow: 3px 3px 5px black;
	box-shadow: 3px 3px 5px black;
	margin-bottom:15px;
}
#contact_form{ 
	width:320px; margin:0 0; 
	height:280px; padding:10px 0;
	position:relative; 
}
form fieldset{ 
	font-size:1.2em;
	margin:0px 0px 20px 0px; 
	width:578px; 
	position:relative;
	border:0;
	display:block; 
	padding: 0px 10px 8px; 
}
form fieldset legend	{ 
	border-width:1px; 
	border-style:solid; 
	border-color:#BBBB66; 
	color:#3D7169;
	font-weight:bold; 
	font-variant:small-caps; 
	font-size:140%; 
	padding:4px 8px;
	margin:0px 0px 10px 0px; 
	position:relative; 
	top: -12px; 
	background:white; 
}
label	{ 
	font-size:90%; 
	display:block; 
	float:left; 
	width:10em; 
	text-align:right;
	margin:.2em .2em 0 0; 
	color:#222; 
	font-weight:bold;
	padding:8px 0px; 
}
label.error { font-weight:normal;color:red;text-align:left;width:170px; padding-left:25px;
                        background: transparent url(/images/cancel.png) no-repeat scroll left; }
textarea.text-input, input.text-input			{ margin:4px;padding:2px 0;color:#333; }

label#name_label      { position:absolute; top:0; left:0; }
input#name            { position:absolute; top:0;}
label#name_error      { position:absolute; top:22px;}

label#email_label     { position:absolute; top:45px; left:0px; }
input#email           { position:absolute; top:45px; }
label#email_error      { position:absolute; top:67px;}

label#phone_label     { position:absolute; top:90px; left:0px; }
input#phone           { position:absolute; top:90px;}
label#phone_error      { position:absolute; top:112px;  }

label#notification_label     { position:absolute; top:135px; left:0px; }
textarea#notification           { position:absolute; top:135px;}
label#notification_error      { position:absolute; top:190px;}

input.button					{ position:absolute; top:220px; padding:3px 6px;
                        border:2px solid #fff; margin:20px 0px 0px 0px; color:#3D7169; 
												font-family:Verdana, Arial, Helvetica, sans-serif;
												background:#CCC; -moz-border-radius:5px; }

input.button:hover		{ background:#009FAA none repeat scroll 0% 0%; color:white; }


input.inputformat, input.button, textarea#notification, label.error{ left:150px;}

#message							{ width:180px;margin:60px 0 0 130px; }
#message h2						{ font-size:150%;color:black; }
#message p						{ color:white;font-weight:bold;margin:6px 0px; }
#checkmark						{ position:relative;top:-60px;left:-130px; }
