body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", "Helvetica", sans-serif;
	font-size: 10pt;
	
	background-image: url(../grafik/backgroundverlauf.jpg);
	background-repeat: repeat-x;
}	

h1 {
	padding-top: 15px;
}

#wrapper {
	width: 1024px;
	min-height: 700px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 1024px;
	height: auto;
	
	
}

#header_top {
	width: 1024px;
	height: 29px;
	background-image: url(../grafik/header_top.png);
}

#header_top_rechts {
	height: 20px;
	float: right;
	margin: -10px 30px 0px 0px;
}

#header_top_rechts ul li {
	display: inline;
}

#header_top_rechts a {
	color: #000000;
}

#header_middle {
	clear: right;
	height: 150px;
	background-image: url(../grafik/header_middle.png);
	background-repeat: repeat-y;
	/* margin-bottom:-10px; */
	
}

#header_navigation {
	width: 1024px;
	height: 30px;
	margin-top:-13px;
	background-image: url(../grafik/header_bottom.png);
}

#header_navigation_liste {
	height: 20px;	
}

#header_navigation ul li {
	display: inline;

}

#header_navigation a {
	color: #000000;
	padding: 0px 10px 0px 10px;
}
	
#header_navigation a:hover {

	color: #ffffff;
}	
	
#content {
	width: 1024px;
	/* padding-top: 10px; */
	
}

#content_top {
	width: 1024px;
	height: 35px;
	background-image: url(../grafik/content_top.png);
}


#content_middle {
	width: 1024px;
	background-image: url(../grafik/content_middle.png);
	background-repeat: repeat-y;
	
}

#content_main {
	float: left;
	width: 640px;
	padding: 5px;
	margin: 10px;
}

#content_right {
	float: right;
	width: 320px;
	padding: 5px;
	margin: 10px;
}

#content_clear {
	clear: both;
}
#content_bottom {
	background-image: url(../grafik/content_bottom.png);
	width: 1024px;
	height: 29px;
}		

#content_main table {
	width:600px;
}

#content_main table th,	#content_main table td {
	vertical-align: top;
	text-align: left;
}

#content_main input, #content_main textarea {
	padding: 2px 2px 0px 2px;
	margin: 3px 3px 0px 3px;
	background: #e3e3e3;
	border: 1px solid #aaaaaa;
}

/*Error & success */

.error {
	color: #ff9933;
	font: bold;
}

.success {
	color: #ff9933;
	font: bold;
}		
