/* CSS Selector-Styles */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#333333;
}
/* table {
	font-size:1em;
	line-height:1.6;
	color:#333333;
	text-align:left;
} */
h1, h2, h3 {
	/* margin-top: 10px; */
	/* margin-right: 10px;  */
	margin-bottom: 5px;
	/* margin:0 0 10px 0; */
	clear:both;
	font-weight:normal;
}
h4, h5, h6 {
	margin:0 0 5px 0;
	color: #CC071E;
}
h1 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-style:normal;
	text-transform: lowercase;
	text-align:right;
}
h2 {
	font-size:15px;
	font-weight: bold;
}
h3 {
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
}
h5 {
	font-size:1em;
	font-weight:bold;
	line-height:15px;
}
h6 {
	font-size:1em;
	font-weight:bold;
	color:#333333;
}
p, address {
	margin-bottom: 10px;
}
#textContent {
	line-height: 22px;
}
strong, td strong {
	font-weight:bold
}
a {
	color: #482a16;
	text-decoration: none;
}
a img {
	border:none;
}
a:hover {
	color: #FF9933;
}
a.extern {
	background: transparent url('/pix/icons/aoutside.gif') 100% 50% no-repeat;
	padding-right: 10px;
	font-weight:bold;
}
a.back {
	padding-left:30px !important;
	background:url(../pix/icons/back.gif) no-repeat 10px center !important;
}
a.link-more {
	behavior:url('/css/linkmore.htc');
	font-weight:bold;
}
a.link-more-mail {
	font-weight:bold;
	padding-left:20px !important;
	background:url(../pix/icons/contact_icon.gif) no-repeat left center;
}
a.link-pdf {
	font-weight:bold;
	padding-left:20px;
	background:url('/pix/icons/pdf_icon.gif') no-repeat left center;
}
a.link-more img {
	vertical-align:text-bottom
}
a.link-more:after {
	content:' \00BB';
}
ol, ul {
	margin:auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
li {
	list-style:none;
}

/* --- Alte Tabellendefinitionen
.tabelle {
	width: 100%;
	border:none;
}
.tabelle caption {
	text-align: left;
	color: #F6600B;
	font-size:12px;
}
.tabelle thead th {
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 10px;
	text-align: left;
	border-right: 1px solid #F6600B;
	vertical-align:middle;
}
.tabelle tbody tr {
}
.tabelle tbody th, .tabelle tbody td {
	padding:0 0 10px 10px;
	text-align: left;
	vertical-align:top;
}
.tabelle tbody th {
	border-right:thin dashed #333;
	font-weight:bold;
	padding:0 10px 10px 0;
}
.tabelle tfoot th {
}
.tabelle tfoot td {
}
---- */

.col50P {
	float:left;
	width:50%;
}
.tabelleInhalt {
	width: 650px;
	height: 440px;
	border: none;
	text-align: left;
	vertical-align: top;	
}
.tabelleInhalt td {
	valign="top"
}
.BildRahmen {
	border:1px solid #333;
}
.BildLinks {
	margin-right: 8px;
	margin-bottom: 5px;
	float:left;
	border:1px solid #333;
}
.BildRechts {
	margin-left: 8px;
	margin-bottom: 5px;
	float:right;
	border:1px solid #333;
}
/* Projekte */
.unten {
	height: 180px;
	background-color: #fff;
	background-image: url(../pix/layout/ecke.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #58585a;
	clear: both;
	margin:10px 0 10px -20px;
	position:relative;
}
.projekt1 {
	height: 10em;
	width: 15em;
	float: left;
	padding-left: 3em;
	margin-top: 1em;
}
.projekt2 {
	height: 10em;
	width: 15em;
	float: left;
	padding-left: 5em;
	margin-top: 1em;
}
.projekt3 {
	height: 10em;
	width: 15em;
	float: left;
	padding-left: 5em;
	margin-top: 1em;
}
.dashed {
	border-top:thin dashed;
	border-bottom:thin dashed;
	line-height:2.5;
	margin:0.5em 0;
}
.textKastenRechts {
	padding: 10px;
}
.newsLeft {
	float:left;
	width:59%;
	margin:0 0 1em 0;
}
.newsRight {
	float:right;
	width:37%;
	margin:-4em 0 1em 0;
	border-left:thin dashed #45aec4;
	border-collapse:separate;
	border-spacing:1em;
}
.newsRight th {
	background:#45aec4;
	color:#fff;
	font-weight:bold;
}
.newsRight th, .newsRight td {
	padding:0.5em 1em;
}
.teaserTitle { 
	padding-left: 20px;
	background-image:url(../pix/layout/highlight_gross.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	font-size:14px;
	color:#e7511e;
	padding-bottom:15px;
	
}
