/* Grundgerüst
-----------------------------------------------------------*/
html {
	-webkit-text-size-adjust: auto;
}

body {
	font-family: "Century Gothic";
	background: #292828 url(../_img/bodyBG.jpg) repeat-x left top;
	font-size: 14px;
	color: #c5c2c2;
}	

.frame {
	width: 950px;
	margin: 0 auto;
}

.header {
	padding: 23px 0 50px 0;
}

.main, .imgP {
	position: absolute;
	bottom: 0;
}

.text {
	height: 127px;
	overflow: hidden;
}

.textFrame {
	position: relative;
	height: 127px;
/* 	overflow: hidden; */
/* 	background: #ddd; */
}

.textBlock {
	height: 127px;
	width: 277px;
	margin: 0 20px 0 0;
	overflow: hidden;
	float: left;
}

.contentBox {
	position: relative;
	height: 450px;
/* 	padding: 55px 0 0 0; */
}

.footer p {
	padding: 20px 0;
	margin-bottom: 40px;
	text-align: right;
	font-size: 9px;
	font-family: Verdana;
	letter-spacing: 0;
	/*background: url(../_img/dots.png) repeat-x left bottom;*/
}

.logo {
	float: right;
}

/* Allgmeine Formatierungen
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.05em;
	line-height: 1.6em;
	font-weight: normal;
	/*text-transform: uppercase;*/
	font-family: 'KandalMedium',Helvetica,sans-serif;
	/*font-family: 'GestaRegular',Helvetica,sans-serif;*/
	letter-spacing: 1px;
	color: #494949;
	padding: 0 0 5px 0;
}

a {
	color: #fa4d3f;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #fcfcfc;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.35em;
	letter-spacing: 1px;
	text-align: justify;
}

p.imgP {
	margin: 0 0 0 0;
}

p.imgP img {
	float: left;
}

/* Sonder Formatierungen
-----------------------------------------------------------*/
.footer a {
	color: #c5c2c2;
}

p.imgRight {
	position: absolute;
	right: 0;
	bottom: 0px;
/* 	background: #ddd; */
	height: 127px;
	margin: 0;
	padding: 0;
}

.imgRight img {
	float: left;
}

/* Galerie
-----------------------------------------------------------*/
.navigation {
	height: 127px;
	overflow: hidden;
	position: absolute;
	left: -5px;
	width: 960px;
}

.navigation a {
	float: left;
}

ul.navigation li {
	float: left;
	margin: 0 5px 10px 5px;
/* 	margin: 19px 10px 0 10px; */
}

ul.navigation li img {
	float: left;
}

.galerieGross {
	width: 950px;
	height: 320px;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.galerieGross img {
	position: relative;
}



/* MainNav
-----------------------------------------------------------*/
.mainNav {
	margin: 21px 0 0 0;
	float: left;
}

.mainNav li {
	float: left;
	margin: 0 22px 0 0;
}

.mainNav li a {
	color: #c5c2c2;
	letter-spacing: 1px;
}

.mainNav li a:hover {
	color: #fa4d3f;
}

body.body-index .mainNav li.selected a
{
	color: #fa4b3e;
}


/* Clearfix
-----------------------------------------------------------*/
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}