body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12pt;	
	}
	
    #wrapper {
	width: 1014px;
	margin: 0 auto;	
	}
	
	#header {
/*	background-image: url(../images/headers/header_0.jpg);
	width: 1014px;
	height: 422px;*/
	}
	
	#content {
	background-image: url(../images/layout/home_background.jpg);
	width: 1014px;
	height: 1449px;
	margin-top: 10px;
	text-align: left; 	
	}
		
	#contenttable {
	margin-top: 40px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
		
	#anmeldung {
	text-align: left;
	width: 1004px;
	margin-left: 5px;
	background-image: url(../images/layout/reg_background_neu.jpg);
	background-repeat: repeat-y;
	}
	
	#impressum {
	text-align: left;
	width: 1004px;
	margin-left: 5px;
	margin-top: 10px;
	padding-left: 20px;
	padding-top: 15px;
	background-image: url(../images/layout/reg_background_neu.jpg);
	background-repeat: repeat-y;
	}		
	
	.topitem_img {
  	width: 80px;
  	float: left;
  	margin-right: 5px;
	}	
	
	h1 {
  	font-size: 14px;
	margin-top:0px;
	margin-bottom:10px;
	}
	
	.h1_strong {
	font-size: 15px;
	font-weight: bold;
	}
	
	.hr_bottom {
  	height: 1px;
  	border-style: none;
  	border-bottom-style: solid;
  	border-bottom-color: white;
  	clear: both;
	}
		
	a:link, a:visited, a:hover, a:active {
  	color: #5888AB;
	text-decoration: none;
	}
	
	a:hover {
	text-decoration: underline;
	}
	
/* Formular */
form {
width: 800px; 
margin-top: 30px;
margin-left: 20px;
padding: 0; 
background-image: url(../images/layout/gradient.jpg) repeat-x; 
text-align: left;
/*border-bottom: 1px solid #b3c3e3;*/
}

fieldset {
margin: 0;  
padding: 0; 
border: 0;
}

ul {
margin: 0; 
padding: 0; 
list-style: none;
}


ul li.first { 
border-top: 0; 
font-family: Arial, Helvetica, sans-serif;
color: #4E5665; 
font-size: 12px;
color: #404245;
}

ul li.last {
border-bottom: 0;
}

label {
display: block; 
color: #404245; 
float: left; 
width: 150px; 
line-height: 21px; 
text-align: right; 
padding-right: 5px; 
margin: 0 0 0 5px;
}

input, .text {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #404245;
}

.text {
width: 350px; 
padding: 3px 3px 3px 22px; 
border: 1px solid #fff; 
border-top: 1px solid #b3c3e3; 
border-left: 1px solid #b3c3e3; 
height: 15px; 
background: #fff url(name_icon.gif) 2px 3px no-repeat;
}

.numbers {
width: 50px; 
padding: 3px 3px 3px 22px; 
border: 1px solid #fff; 
border-top: 1px solid #b3c3e3; 
border-left: 1px solid #b3c3e3; 
height: 15px; 
background: #fff url(name_icon.gif) 2px 3px no-repeat;
}

input#email {
background: #fff url(email_icon.gif) 3px 3px no-repeat;
}

textarea.text {
height: 100px;
background: #fff url(nachricht_icon.gif) 3px 3px no-repeat;
}

input.submit {
width: 200px; 
height: 20px; 
cursor: pointer; 
border: 0; 
background: url(../images/layout/button.gif) no-repeat; 
color: #000000; 
font-weight: normal; 
margin-left: 200px;
margin-top: 15px;
}


