

body {
	margin: 0 auto;
	width: 1200px;
	background-image: url(images/2.jpg);
	background-repeat: no-repeat;
	background-size: 1200px 550px;
	background-position: top;
	background-color: #f6f4ff;
	font-family: Courgette,'Times New Roman',Times,serif;
 }
 

ul#Navigation {list-style: none;}

	ul#Navigation a {text-decoration: none;}

li {
	float: left;
	padding: 5px;
	margin-top: 250px;
	font-size:16px;
	font-weight:bold
 }

#Navigation a:hover, Navigation a:focus, Navigation a:active, Navigation strong {color: #010101;}

main {
	float: left;
	margin-top: 50px;
	margin-right: 550px;
	padding-left: 50px;
	width: 600px;
	height: 280px;
	font-size: 20px;
 }

#footer {
	padding-left: 450px;
	margin-top: 0px;
	float: left;
 }

	#footer a,ul {
		text-decoration: none;
		list-style-type: none;
	 }

hr {
	width: 650px;
	float: left;
 }

.img150 {
	float: left;
	margin-right: 3px;
 }

.unter {text-decoration: underline;}

{}

form {
	width: 500px;
	padding: 20px;
	background-color: #efefef;
	border: 1px solid #ddd;
 }

fieldset {
	width: 450px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0;
	padding: 10px;
 }

.textfeld, .submitbutton {margin: 15px 15px 10px 180px;}

.textfeld input, .textfeld textarea {
	width: 200px;
	padding: 4px;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #999;
 }

.textfeld label {
	margin-left: -180px;
	float: left;
	<--! width: 150px;-->
 }

label {cursor: pointer;}


}
