/* @override http://localhost/basic.css */

/* CSS Document */

html,body {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	background-image: url(images/back_folgeseiten.jpg);
	background-repeat: repeat-x;
}

a {
	color: #009F7D;
}

a:visited {
}

.link_white {
}

h1{
	font-size: 16px;
	color: #009F7D;
	line-height: 22px;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 15px;
	font-weight: lighter;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	color: #009F7D;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: normal;
	margin-left: 20px;
	background-image: url(images/pfeil_down.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

#list1 h2 {
	cursor:pointer;
}

h3 {
	font-size: 12px;
	color: #CA0000;
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight: normal;
	text-align: left;
}

p {
	color: #333333;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 50px;
}

.tab {
	color: #666666;
	margin-left: 20px;
	margin-top: 0px;
}

.aufzaehlung {
	background-image: url(images/pfeil_aufz.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left 6px;
	margin-bottom: 3px;
	margin-left: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.aufzaehlung_ref {
	background-image: url(images/pfeil_aufz_br.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left 6px;
	margin-bottom: 3px;
	margin-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D47F00;
	padding-top: 3px;
	padding-bottom: 3px;
}

#container {
	position:absolute;
	left:0;
	top:0;
	width:900px;
	z-index:2;
	padding-bottom: 20px;
}

#signet {
	height: 110px;
	width: 250px;
	float: left;
	padding-left: 20px;
	padding-top: 60px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #009F7D;
}


#subnavi_folge {
	width: 530px;
	float: left;
	height: 35px;
	text-align: right;
	margin-top: 10px;
	padding-top: 15px;
	font-weight: normal;
}

#subnavi_folge a {
	text-decoration:none;
	color: #666666;
	
}

#search_folge {
	width: 255px;
	float: left;
	height: 30px;
	text-align: center;
	padding-top: 8px;
}

#navigation {
	width: 225px;
	float: left;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#banner {
	padding-left: 50px;
	width: 480px;
	float: left;
}


#sidebar {
	width: 225px;
	float: left;
}

#sidebar p {
padding: 0px;
}

#content_text {
	width: 480px;
	float: left;
	padding-top: 15px;
	background-color: #FFFFFF;
	padding-left: 55px;
}

.themen_index {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #009F7D;
	padding-left: 10px;
	margin-left: 25px;
}

.news_headline {
	font-weight: bolder;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.news_datum {
	font-size: 12px;
	color: #009F7D;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.news_text {
	font-size: 11px;
	color: #666666;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer {
	padding-left: 50px;
	width: 730px;
	float: left;
	background-image: url(images/back_muster.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 14px;
	text-align: right;
	padding-top: 20px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-left: 20px;
}

#footer a, #footer a:visited {
	color: #666666;
	text-decoration: none;
}

#container #content_text img.port {
	padding: 0 5px 0 5px;
}

form.anfrage {
	padding: 0 0 30px 0px;
	width: 350px;
	line-height: 17px;
	font-size: 11px;
	color: #3ab79f;
	float: left;
}

label {
	text-align: left;
	margin-top: 10px;
	float: left;
	height: auto;
}

label input {
	width: 320px;
	margin-top: 2px;
	float: left;
	border: 1px solid #3ab79f;
	background: #ebf7f4 url(images/bg_input.jpg) repeat-x 0 bottom;
	padding-right: 5px;
	padding-left: 5px;
}

label textarea {
	width: 320px;
	float: left;
	border: 1px solid #3ab79f;
	background: #ebf7f4 url(images/bg_input.jpg) repeat-x 0 bottom;
	padding-right: 5px;
	padding-left: 5px;
}

label.schmal {
	width: 170px;
}

label.schmal input {
	width: 150px;
}

label.schmal2 {
	width: 125px;
}

label.schmal2 input {
	width: 100px;
}

label.schmal3 {
	width: 95px;
}

label.schmal3 input {
	width: 75px;
}

label select {
	width: 80px;
	margin: 2px 0 0 0px;
	height: auto;
	border: 1px solid #3ab79f;
	background: #ebf7f4 url(images/bg_input.jpg) repeat-x 0 bottom;
	color: #3ab79f;
}

input.senden {
	float: right;
	margin: 20px 20px 0 0;
	font-size: 110%;
	width: auto;
	color: #3ab79f;
	padding-left: 16px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.anfrage input,
.anfrage textarea,
.anfrage select {
	font-family: "Tahoma", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #3ab79f;
	margin-top: 5px;
	background-color: #ebf7f4;
	border: 1px solid #3ab79f;
	padding: 2px 0;
}
p.uebermitbild {
	margin-left: 100px;
}

#content_text p.news_headline {
	float: left;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 0 20px;
}

#content_text p.news_datum {
	float: right;
	margin: 0 30px 5px 0px;
	font-size: 10px;
}

#content_text p.news_text {
	clear: both;
	padding-bottom: 10px;
	margin: 0 20px 25px 10px;
	padding-left:  10px;
	padding-right: 60px;
	border-bottom: 1px dotted #8ed1c2;
}
