html, body {
	margin: 0;
}
html {
	overflow-y: scroll;
}
body {
	background-color: #eeeeee;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 81.5%;
	color: #211d1e;
}
* {
	font-size: 1em;
}
/* -------------- General Formatting -------------- */
/*	Farben
		olive-gr�n:		#555d42
		beige-braun:	#ba906c
		schwarz:			#211d1e
*/
br.clear {
	clear: both;
}
img {
	border: 0;
}
p, h1, h2, h3, h4 {
	margin: 0;
	font-size: 1em;
}
p {
	margin-bottom: 1.4em;
}
h1 {
	font-weight: bold;
	margin-bottom: 1.4em;
}
h1 span {
	font-weight: normal;
	padding-left: 1em;
}
a {
	font-weight: bold;
}
a:link, a:visited {
	color: #ba906c;
}
a:hover {
	color: #555d42;
}
a:active {
	color: #ba906c;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul li {
	margin-bottom: 1.4em;
	background-image: url(../images/ic_list.gif);
	background-position: 0 0.7em;
	background-repeat: no-repeat;
	padding-left: 15px;
}

table {
	border: 0;
	border-collapse: collapse;
}
table td, table th {
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	padding: 0 5px 0 0;
}



div#wrapper {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}


/*  Zentrierung des Layouts IE */
  body { text-align: center; }
  #wrapper { text-align:left; }




/* -------------- Header -------------- */
div#header {
	width: auto;
	height: 158px;
	background-color: #555d42;
}
div#logo {
	float: left;
	display: inline;
	margin: 27px 0 0 50px;
}
div.visual {
	float: right;
}
/* -------------- Language -------------- */
div#language {
	background-color: #ffffff;
	height: 39px;
	width: 450px;
	float: left;
}
div#search {
	width: 270px;
	height: 28px;
	float: right;
}
div#socialmedia {
	width: 260px;
	height: 28px;
	float: left;
}
div#socialmedia div.item {
	width: 100px;
	float: left;
	padding-top: 10px;
}
div#search {
	padding-top: 11px;
	padding-right: 10px;
	text-align: right;
}
div#language ul {
	list-style-type: none;
	margin: 0;
	padding: 11px 0 12px 50px;
}
div#language ul li {
	float: left;
	margin: 0;
	padding: 0 10px;
	background-image: url(../images/ic_navsep.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}
div#language ul li.first {
	padding: 0 10px 0 0;
	background-image: none;
}
div#language a {
	text-decoration: none;
	font-weight: normal;
}
div#language a:link, div#language a:visited {
	color: #555d42;
}
div#language a:hover {
	color: #ba906c;
}
div#language a:active {
	color: #555d42;
}
/* -------------- Navigation -------------- */
div#navigation {
	background-color: #ba906c;
	height: 51px;
}
div#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 17px 0 18px 50px;
}
div#navigation ul li {
	float: left;
	margin: 0;
	padding: 0 5px;
	background-image: url(../images/ic_navsep.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}
div#navigation ul li.home {
	width: 4.2em;
	padding: 0;
	background-image: none;
}
div#navigation ul li.first {
	background-image: none;
	padding: 0 5px 0 0;
}
div#navigation a {
	text-decoration: none;
	font-weight: normal;
}
div#navigation a:link, div#navigation a:visited {
	color: #ffffff;
}
div#navigation a:hover {
	color: #555d42;
}

div#navigation #current a{font-weight: bold;color: #555d42;
}

div#navigation a:active {
	color: #ffffff;
}
div#navigation a.selected {
	font-weight: bold;
}
div#navigation a.selected:link, div#navigation a.selected:visited, 
div#navigation a.selected:hover, div#navigation a.selected:active {
	color: #555d42;
}
/* -------------- Content -------------- */
div#content_container {
	background-color: #ffffff;
	min-height: 245px;
	height: auto !important;
	height: 245px;
	padding: 45px 0 20px 50px;
}
div#content_container h2{
	font-size: 1.75em;
	font-weight:normal;
}

div#content_container p {
	width: 70%;
}

div#content_container h2 {
	font-size: 1.5em;
	width: 70%;
	margin: 0 0 10px 0;
	padding: 0;
}

div#content_container h3 {
	width: 70%;
	margin: 0 0 10px 0;
}

div.column {
	float: left;
	width: 440px;
	margin-right: 20px;
}

div.column_1spaltig {
	width: 100%;
	margin-right: 0;
}

div#content_container div.column p {
	width: auto;
}
div.separator {
	border-top: 1px solid #555d42;
}
div#content_container ul li {
	width: 70%;
}
table {
	border: 0;
	border-collapse: collapse;
}
table td, table th {
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	padding: 0 5px 0 0;
}
table td p.bodytext {
	margin: 0;
}

/* -------------- Footer -------------- */
div#footer {
	background-color: #ba906c;
	text-align: right;
	padding-right: 20px;
	color: #ffffff;
	
}
div#footer {
	height:17px;
	margin: 0;
	padding: 16px 0 17px 0;
}
div#footer a {
	text-decoration: none;
	font-weight: normal;
}
div#footer a:link, div#footer a:visited {
	color: #ffffff;
}
div#footer a:hover {
	color: #555d42;
}
div#footer a:active {
	color: #ffffff;
}
div#footer a.selected {
	font-weight: bold;
}
div#footer a.selected:link, div#footer a.selected:visited, 
div#footer a.selected:hover, div#footer a.selected:active {
	color: #555d42;
}

#contact {float:right; text-align:right;}
#disclaimer {float:right;text-align:right; width:auto; margin-right:30px;margin-left:20px;}




/*****************************************************
* Styles f�r Extension "tx_dropdownsitemap" SEITENBAUM
******************************************************/ 
  
.tx-dropdownsitemap-pi1 A {
	font-weight: normal;
	text-decoration:none;
	  }

.tx-dropdownsitemap-pi1 .spc {
	font-weight: normal;
  }

.tx-dropdownsitemap-pi1 .description {
	font-style: italic;
	font-size: 80%;
	margin-left: 0px;

  }

.tx-dropdownsitemap-pi1 LI.open OL {
	display: block;
  }

.tx-dropdownsitemap-pi1 LI.closed OL {
	display: none;
  }

.tx-dropdownsitemap-pi1 LI.open UL {
	display: block;
  }

.tx-dropdownsitemap-pi1 LI.closed UL {
	display: none;
  }

.tx-dropdownsitemap-pi1 DIV {
	padding: 2px;
	margin-bottom: 8px;
  }

.tx-dropdownsitemap-pi1 DIV.level_2 {
  }

.tx-dropdownsitemap-pi1 DIV.level_2 A {
	font-weight: normal;
 }

.tx-dropdownsitemap-pi1 DIV.level_3 {
  }

.tx-dropdownsitemap-pi1 DIV.level_4 {
  }

.tx-dropdownsitemap-pi1 DIV.level_5 {
  }

.tx-dropdownsitemap-pi1 DIV.expAll {
	text-align: left;
  } 


/*******************************************
* Styles f�r Extension "mailformplus"
********************************************/

.label   {
	float:left;
	text-align:left;
	width:160px; 
	
}
.labeltext {
	width:500px;
}

.radio {
	vertical-align:bottom;
}


.button {margin-top:10px; margin-right:10px;}
input.textfeld, textarea.textfeld, 
#function, #firstname,#lastname,#company, #street, #zip, #city, #email, #phone, #address {
	border:1px solid #616a71;margin-bottom:5px; width:300px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
ul.error {
	margin-bottom: 1.4em;
}
ul.error li {
	margin-bottom:0;
}

/* Auflistung Suchergebnisse */

.tx-indexedsearch-res {
	padding-right: 50px;
}

/* tt news styles */

p.news-list-date {
	font-weight: normal;
	font-size: 1em;
	padding: 0;
	margin: 0.5em 0;
}

p.news-list-item-title a {
	/* font-weight: normal; */
	/* color: #000000; */
	/* text-decoration: none; */
}
div.news-list-item h3 {
	font-size: 1.2em;
	font-weight: normal;
}

div.news-single-timedata {
	margin-bottom: 0.5em;
}


td.tx-ttnews-browsebox-SCell p a {
	text-decoration: none;
	color: #000;
}
