/* Grundgerüst
-----------------------------------------------------------*/
html, body {
	min-height: 101%;
}

body {
	font-family: 'TeeFranklinLtRegular',Helvetica,sans-serif;
	font-size: 16px;
	color: #282826;
}	

#frame {
	width: 930px;
	margin: 0 auto;
}

#header {
	
}

#main {
	border-top: 10px solid #1f170e;
	border-top: 10px solid #130e09;
	background: #efeeed;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); 
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); 
	position: relative;
}

#textBlock {
	padding: 20px 20px 40px 20px;
}

.mainText {
	float: left;
	width: 530px;
}

.subText {
	float: right;
	width: 340px;
}

.text50 {
	float: left;
	width: 435px;
	padding: 0 5px;
}

.text50r {
	float: right;
	width: 425px;
}

#footer {
	clear: both;
}

#logo {
	float: left;
	width: 170px;
	padding: 30px 0 0 0;
}

#imgGross {
	width: 930px;
	height: 560px;
	overflow: hidden;
	/*position: relative;*/
}

#imgGross img {
	border-bottom: 10px solid #fff;
}

#imgGross iframe {
	border-bottom: 10px solid #fff;
}

#textBlock {
}

p {
	line-height: 1.45em;
	padding: 0 0 1.45em 0;
}

h1 {
	line-height: 1.45em;
	font-family: 'TeeFranklinMedium', Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	color: #000;
}

h2 {
	line-height: 1.45em;
	font-family: 'TeeFranklinMedium', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
}

h3, h4, h5, h6 {
	line-height: 1.45em;
	font-family: 'TeeFranklinMedium', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #555;
}

b, strong {
	font-weight: normal;
	font-family: 'TeeFranklinMedium', Helvetica, sans-serif;
}

em {
	font-weight: normal;
	font-style: normal;
	background: #fff;
}

a {
	color: #000;
	/*color: #a5191a;
	color: #6c0c0c;*/
	/*font-family: 'TeeFranklinMedium', Helvetica, sans-serif;*/
	text-decoration: none;
	border-bottom: 1px solid #c02121;	
	-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;
}




/* MainNav
-----------------------------------------------------------*/
ul#nav, #footer ul {
	float: right;
	/*width: 740px;*/
	color: #fff;
}

ul#nav li, #footer ul li {
	font-family: 'TeeFranklinMedium', Helvetica, sans-serif;
	float: left;
}

ul#nav li a, #footer ul li a {
	color: #fff;
	margin: 0 0 0 30px;
	line-height: 90px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #c02121;
}

#body_front ul#nav li#liHome a, #body_standort ul#nav li#liStandort a, #body_ausstellung ul#nav li#liAusstellung a, #body_kuenstler ul#nav li#liKuenstler a, #body_kontakt ul#nav li#liKontakt a {
	border-bottom: 0;
}


/* Footer Nav
-----------------------------------------------------------*/
#footer ul li a {
	text-transform: none;
	line-height: 45px;
	font-size: 14px;
}

/* subText Nav
-----------------------------------------------------------*/
.subText li a {
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid #c02121;
	line-height: 1.45em;
	display: block;
	/*font-family: 'TeeFranklinMedium', Helvetica, sans-serif;*/
}

.subText li a:visited {
	color: #4c4c4c;
}

.subText li a span {
	float: right;
	color: #565654;
	font-size: 0.9em;
}


/* Footer Nav
-----------------------------------------------------------*/
#navImgFade {
	position: absolute;
	top: 515px;
	left: 20px;
	z-index: 10;
}

#navImgFade a {
	margin: 0 6px 0 0;
}

#navImgFade a {
	margin: 0 6px 0 0;
}

#navImgFade a.activeSlide {
	border: none;
}


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