* {
}
body {
	background-image: url(../gfx/bg_verlauf.jpg);
	background-color: #FBBD1A;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#head {
	height: 109px;
	background-image: url(../gfx/head_bg.jpg);
	background-repeat: repeat-x;
}
#head #head_bird {
	float: left;
	margin-left: 50px;
}
#head_content {
	height: 109px;
	margin-left: 250px;
	background-image: url(../gfx/page_title.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
#head_page_title {
}
#head_content_links {
	height: 34px;
	padding-top: 75px;
}
#head_content_links img {
	margin-right: 10px;
	margin-top: 4px;
}
#nav_left {
	width: 178px;
	border: 1px solid #FFFFFF;
	position: absolute;
	z-index: 2;
	left: 50px;
	top: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
#nav_left ul {
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav_left li {
	margin-bottom: 6px;
}
#nav_left a {
	text-decoration: none;
	color: #3D4750;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
#nav_left a:hover {
	color: #000000;
}


#content {
	width: 840px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 3;
	left: 250px;
	top: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	padding: 5px;
}
#content a {
	color: #1B2831;
}
#content h1 {
	font-size: 140%;
}
#content h2 {
	font-size: 135%;
}
#content h3 {
	font-size: 130%;
}
#content h4 {
	font-size: 125%;
}
#content h5 {
	font-size: 120%;
}
#content h6 {
	font-size: 110%;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

#content .data {
	margin: 0px;
	padding: 0px;
}
#content .data_head {
	font-size: 155%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1B2831;
	padding-bottom: 4px;
	letter-spacing: 3px;
	margin-bottom: 15px;
}
#content  .data_content p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content .data_content ul {
	margin-left: 20px;
	padding: 0px;
}

.line {
	margin-bottom: 10px;
	margin-left: 20px;
}

.line .caption {
	float: left;
	position: fest;
}
.line .input {
	margin-left: 140px;
}
.line .input input, .line .input textarea {
	width: 300px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
