@charset "utf-8";
/* CSS Document */
*
{
	font-family:arial, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
body
{
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	color:#000000;
}
h1
{
	font-size:12px;
	font-weight:bold;
}
#site
{
	width:1000px;
	text-align:center;
	margin:0 auto;
}
#header
{
	width:1000px;
	height:80px;
}
#navigation
{
	width:1000px;
	height:19px;
	margin: 0 0 0 45px;
}
	#navigation ul, #subnavigation ul {
		width:1000px;
 		text-align: left;
 		margin: 11px 0 0 0;
		}
	#navigation li, #subnavigation li {
		float: left;
		margin: 0;
		padding: 0;
		font-size: 10px;
		display: inline;
	}
	#navigation a, #subnavigation a {
		display: block;
		margin: 0 4px 0 4px;
		padding: 0px 8px;
		text-decoration: none;
		font-weight:bold;
	}
	#navigation .abstand
	{
		display: block;
		margin: 0 4px 0 75px;
		padding: 0px 8px;
		text-decoration: none;
		font-weight:bold;
	}
	#navigation a  {color:#ffffff;}
	#subnavigation a {color:#9e9e9f;}
#subnavigation
{
	margin: 9px 0 0 45px;
	width:1000px;

}
#content
{
	height:550px;;
	text-align:left;
}
#text
{
	width:500px;
	padding: 100px 5px 5px 45px;
}
#text p
{
	
}
.clear{clear:both;}

/* Input Felder Kontaktformular */

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	height: 16px;
	border: 1px solid #f0bb39;
	padding: 2px;
}

.input_small
{
	width:140px;
}
.input_big
{
	width:305px;
}
.input_plz
{
	width:60px;
}
.input_ort
{
	width:205px;
}
.selectBox
{
	width:80px;
	border: 1px solid #f0bb39;
}
.submit
{
	width:180px;
	height:20px;
}
textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width:490px;
	height:80px;
	border: 1px solid #f0bb39;
}
a {
	font-weight:bold;
	display: inline;
	margin: 0 0 10px 0;
	color:#000000;
	text-decoration:none;
	text-align:right;
}
/* Referenzen */

.refListElement {
	width: 500px;
	padding: 5px;
	background-color: #e0e5e8;
	margin: 0 0 10px 0;
}
.refListElement .imgBlock {
	width: 100px;
	display: block;
	float: left;
	text-align: center;
	margin: 0 10px 0 0;
}
.refListElement .textBlock {
	margin: 0 0 0 130px;
}	
.refListElement h1 {
	font-weight:bold;
	border-bottom: 1px solid #f0bb39;
	margin: 0 0 10px 110px;
	width: 370px;
}
.refDetailElement {
	width: 940px;
	padding: 5px;
	background-color: #ffffff;
}
.refDetailElement td{
	padding:5px;
}
.refDetailElement .preview{
	float:left;
	margin: 0 5px 5px 0;
}
.refDetailElement .textBlock {
	width: 620px;
	margin: 0 20px 0 0;
}
.refDetailElement h1 {
	font-weight:bold;
	border-bottom: 1px solid #f0bb39;
	margin: 0 0 10px 0;
}
.refDetailElement .picBox{
	width: 315px;
	padding: 5px 0 5px 5px;
	background-color: #e0e5e8;
}
/*
.refDetailElement .picBox img {
	float: left;
	padding: 0 3px 5px 0;
}
*/
.refDetailElement .picBox .imgBlock {
	width: 150px;
	display: block;
	float: left;
	text-align: center;
	margin: 0 3px 3px 0;
}
.refDetailElement .linkLeiste {
	height: 18px;
	padding: 3px;
	margin-right:15px;
	background-color: #e0e5e8;
}
.refDetailElement a.link {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	text-align:right;
	padding-right: 20px;
}
.inputSuche
{
	width:200px;
	background-color:#e0e5e8;
	border: 1px solid #f0bb39;
}
.selectBoxSuche
{
	width:200px;
	border: 1px solid #f0bb39;
	background-color:#e0e5e8;
}
ul {
	margin: 7px 0 7px 20px;
}
ul a {
	font-weight: normal;
	color:#000000;
	text-decoration:none;
}
ul a:hover {
	font-weight: normal;
	color:#000000;
	text-decoration:underline;
}
/* TT_News */

.news-single-img {
	
	width: 100%;

}
.tx-ttnews-browsebox {
	border: 0;
	border-top: 1ßx solid #000000;
	background-color: #FFFFFF;
	text-align: center;
}
.tx-ttnews-browsebox table {
	text-align: center;
	margin: 0 auto;
}
.tx-ttnews-browsebox-SCell {
	border: 1px solid #000000;
	padding: 3px;
	background-color: #FFF;
}