/* Farben */
.grey1 { color: #737373;} /* Helles Grau        */
.grey2 { color: #383330;} /* Hintergrund Header */
.grey3 { color: #615c5c;} /* Mittleres Grau     */
.grey4 { color: #4c4a47;} /* Hintergrund Grau   */
/* Hintergund für Content ist weiß */
.tuerkis { color: #3bb2c7;} /* Auszeichnungen */

/* Allgemein */
img {
	border: 0;
}

p {
	padding-left: 5px;
	padding-right: 5px;
}
.clearfix:after {
 content:".";
 clear:both;
 display:block;
 height:0;
 visibility:hidden
}
.clearfix {display: inline-block; }
/* Verstecke vor IE-mac \*/
 * html .clearfix {height: 1%; }
 .clearfix {display: block; }
/* Ende Verstecke vor IE-mac */

/* Header */
#headerLogo {
	float: left;
}
#headerNavigation {
	float: left;
}

#headerNavigation a {
	border-bottom: 4px solid #888;
	display: block;
	float: left;
	margin-top: 61px;
	padding-bottom: 8px;
	margin-left: 3px;
}

#headerNavigation a.grey1 {	border-color: #615c5c; }
#headerNavigation a.grey2 {	border-color: #737070; }
#headerNavigation a.grey3 {	border-color: #828282; }
#headerNavigation a.grey4 {	border-color: #969494; }
#headerNavigation a.grey5 {	border-color: #aba8a8; }
#headerNavigation a.grey6 {	border-color: #c3c3c3; }
#headerNavigation a.grey7 {	border-color: #dedede; }

#headerNavigation a:hover, #headerNavigation a.active {
	border-bottom: 12px solid #3bb2c7;
	padding-bottom: 0;
}


/* Teaser */
#teaserSubnavi {
	width: 32px;
	float: left;
}

#teaserSubnavi a {
	display: block;
	padding: 5px 0 7px 0;
}

#teaserGfx {
	float: right;
}

#breadcrumb {
	margin-top: 25px;
	background-color: #3bb2c7;
	width: 201px;
	height: 17px;
	padding: 2px 10px 0 10px;	
}


.previtem {
	margin-left: -415px;
	float: left;
	margin-top: 60px;
}
.nextitem {
	margin-top: 60px;	
}
/* Content */

#contentFloatRight {
	 width: 214px; float: left; margin-right: 6px; 
}
#contentFloatMain {
	width: 348px; float: left; margin-right: 6px; 
}
#contentFloatLeft {
	width: 216px; float: left;
}

#submenu { }

/* Input Elements */
input, textarea {
	border: 1px solid #3bb2c7;		
}

.tx-thmailformplus-pi1 {
	padding: 5px;
}

/* Images */
#contentFloatMain img {
	padding-left: 5px;
}
/* Footer */
#footerFirst { width: 219px; height: 100%; float: left; background-color: #383330; margin-right: 6px; border-top: 1px solid #403c39;}
#footerMiddle { width: 348px; height: 100%; float: left; background-color: #615c5c; margin-right: 6px; border-top: 1px solid #595554;}
#footerLast { width: 221px; height: 100%; float: left; background-color: #737373; border-top: 1px solid #636361;}