/* CSS Document */

/* CSS Document */
/* BASISLAYOUT */
* 		{	margin: 0; padding: 0; }
option 	{ 	padding-left: 0.4em; }
html 	{ 	height: 100%; }
body	{ 	
			font-size: 100.01%;
			position: relative;
			color: #000;
			background: #fff;
			text-align: center;}
fieldset, img { border: 0; }
select, textarea { font-size: 99%; }

body {
	min-width: 495px;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	background: url(../images/body_bg.gif) 0 0 repeat ;
}
#wrapper {
	width: 886px;
	margin-left: auto;
	margin-right: auto;
	background: #e2e69b url(../images/bg.jpg) 0 227px repeat ;
	text-align: left;
}
#header {
	height: 227px;
	background: url(../images/header_bg.jpg) 0 0 no-repeat ;
}
#container {
	float: left;
	width: 701px;
	min-height: 270px;
}

/* fix f�r ie5 in ie5-fixes.css */
#center {
	width: 486px;
	float: right;
	background: #eff1c7;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 28px;
	padding-bottom: 28px;
	font-size: .9em;
}
#left {
	width: 155px;
	float: left;  
	text-align: right;   
}
#right {
	width: 185px;
	float: right;
	border-top: solid #e9732e 84px;
	background: transparent url(../images/right_bg.gif) 0 0 no-repeat ; 
}
#footer {
	clear: left;
	height: 16px;
	background-color: #73786a;
	padding-left: 175px;
	color: #e2e5ca;
	font-size: .75em;
	line-height: 1.7em;
}
#footer a {
	color: #eaedd1;
}
#footer a:hover {
	color: #eaedd1;
}
#adresse {
	clear: both;
	margin-left: 701px;
	width: 161px;
	padding: 12px;
	font-size: .75em;
	line-height: 1.4em;
	color: #eaedd1;
}

/* SUBMENU */
#left {
	text-align: right;
	font-size: 0.9em;
	line-height: 1.2em;
}
#left ul, #left li {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#left ul {
	margin-top: 40px;
}
#left ul li {
	margin-bottom: 2px;
	color: #414e38;
	line-height: 1.2em;
	background-color: #b7be76;
}
#left ul li a, #left ul li.active a {
	display: block;
	padding: 1px 10px 2px 1px;
	color: #414e38;
	background-color: #b7be76;
}
#left ul li a:hover {
	color: #eaedd1;
	text-decoration: none;
}
#left ul li.active a {
	color: #eaedd1;
	background: #ee9027 url(../images/menu_act_arrow.gif) 149px 0 no-repeat;
}
/* ALLGEMEINE DEFINITIONEN */
h1 {
	font-size: 1.2em;
	color: #48404f;
	margin-bottom: 1em;
}
h2 {
	font-size: 1em;
	margin-bottom: .5em;
	color: #48404f;
}
h3 {
	font-size: 1em;
	color: #48404f;
}
strong {
	color: #48404f;
}
p, ul.csc-bulletlist li, ul li {
	line-height: 1.8em;
}
.detail {
	line-height: 1.4em;
}
li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1.2em;
	background: transparent url(../images/bullet.gif) 0 6px no-repeat ;
}
ul li {
	margin-bottom: .5em;
}
img a {
	border: none;
}
a {
	text-decoration: none;
	color: #e9732e;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
form {
	font-size: .96em;
}
label {
	float: left;
	margin-right: 1em;
	width: 20%;
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height:1.8em;
}

legend  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height:1.8em;
}

input, textarea, select {
	float: left;
	border: 1px solid #aaa;
	margin-bottom: 1em;
	width: 50%;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.checkbox, input.csc-mailform-check, .csc-mailform-radio input {
	border: 0;
	width: auto;
}
input.radio {
	float: left;
	margin-right: .5em;
	width: 12px;
	height: 12px;
}
input.submit {
	width: auto;
}
form br, form .clearer {
	clear: left;
}
/* spezielle form elemente */
.contact_via_row {
	float: left;
}
.absatz {
	clear: left;
	margin-bottom: 2em;
	
}
.error {
	border: 2px solid #e9732e;
	background-color: #f4f7da;
	padding: 10px;
}
/* Standard typo3 formular */
form#mailform{
	margin: 0; padding: 0;
	float: none;
}
form#mailform label {
	margin: 0; padding: 0;
	width: 90%;
	margin-bottom: 5px;
	float: none;
	display: block;
}
form#mailform input, form#mailform textarea{
	margin: 0; padding: 0;
	float: none;
}
form#mailform fieldset.csc-mailform {
	margin: 0; padding: 0;
	float: none;
}
form#mailform div.csc-mailform-label {
	margin: 0; padding: 0;
	float: none;
}
form#mailform span.csc-mailform-radio, form#mailform span.csc-mailform-input{
 	margin: 10px; padding: 0;
 	display: block;
 	float: none;
}
form#mailform span.csc-mailform-radio fieldset {
 	margin: 0; padding: 0;
 	float: none;
}
form#mailform span.csc-mailform-radio fieldset legend {
 	margin-left: -6px;
 	margin-bottom: 5px;
 	float: none;
	color: #000;
}
form#mailform span.csc-mailform-radio fieldset input.radio {
 	margin: 5px; padding: 0;
 	float: none;
 	position: relative;
 	display: block;
 	height: 14px;
 	width: auto;
}
form#mailform span.csc-mailform-radio fieldset label {
 	margin: -2em 0 0 2.4em; padding: 0;
 	float: none;
 	position: relative;
 	display: block;
 	height: 14px;
}
form#mailform br {
 	clear: left;
}

/* RECHTE SPALTE ABSATZ FORMATIERUNGEN */
#right {
	font-size: .8em;
	color: #eaedd1;
}
#right a {
	color: #eaedd1;
}
#right a:hover {
	color: #eaedd1;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #48404f;
}

right .absatz, #right .absatz h2, #right .absatz h1 {
	margin: 0;
	padding: 0;
}
#right .absatz p {
	line-height: 1.4em;
	padding: 6px 12px 6px 12px;
}
#right .csc-textpic, #right .csc-textpic img {
	margin: 0;
	padding: 0;
	border: none;
}
/* CONTENT ELEMENTS */
#center .csc-textpic img {
	border: 1px solid #b7be76 !important;
}
/* NEWS */
.news-list-item, .news-single-item {
	margin-bottom: 3em;
}
.news-single-backlink {
	margin-top: 3em;
}
.news-list-item h2, .news-single-item h2 {
	line-height: 1.8em;
	font-size: 1em;
}
.news-list-item h3, .news-single-item h3 {
	line-height: 1.8em;
}
.news-list-date, .news-single-timedata {
	display: block;
	margin-bottom: 0.5em;
	font-weight: normal;
	text-decoration: underline;
}
.news-list-item .more {
	margin-top: 1em;
}
/* SPECIALS */
.team-table td {
	width: 50%;
	vertical-align: top;
}
.team-table p {
	line-height: 1.4em;
}