*{
	margin: 0;
	padding: 0;
}
body{
	background:#f2f2f2 url('../images/background.jpg') repeat-x center top;
	font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:140%;
	color:#000000;
}
p, #content ul, #content ol, #content table, address, h1, h2, h3, h4, h5, h6{margin-bottom: 8px;}

h1 a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 1px;
	font-size: 0;
	background: url("../images/logo-frank-simon.gif") center 13px no-repeat transparent;
	width: 300px;
	height: 187px;
}

h2{
	color:#6f2b25;
	font-weight:bold;
	font-size:22px;
	margin:0 0 4px 0;
}

h2 span {
	font-weight:normal;
}
h3{
	font-size:20px;
	margin:0 0 4px 0;
}
h4{
}

address{
	margin-bottom: 16px;
	font-style: normal;
}

a,
a:visited{
	outline: none;
}

a:hover,
a:active,
a:focus{
	text-decoration: none;
}

img{
	border: none;
}

/**********************************************

	   ////////// Nicht löschen ///////////

***********************************************/

.clear{
	clear: both;
	float: none;
}

.nopadding{
	padding: 0 !important;
}
.nomargin{
	margin: 0 !important;
}

/**********************************************

	   ////////// Seitenformatierung ///////////

***********************************************/
#container {
	position:relative;
	max-width:1054px;
	min-width:960px;
	margin:0 auto;
}

#containerInner {
	background:url('../images/eyecatcher.jpg') no-repeat center 50px;
}

#logo {
	position:absolute;
	top:0;
	padding:0 0 13px;
	left:50%;
	width:300px;
	height:187px;
	background:#ffffff;
	margin:0 -150px;
	text-align:center;
	z-index:100;
	-webkit-box-shadow: 1px 1px 1px #6d8564;
	-moz-box-shadow: 1px 1px 1px #6d8564;
	box-shadow: 1px 1px 1px #6d8564;
	-webkit-box-shadow: 1px 1px 1px rgba(29,29,29,.37);
	-moz-box-shadow: 1px 1px 1px rgba(29,29,29,.37);
	box-shadow: 1px 1px 1px rgba(29,29,29,.37);
}

#navigationMain {
	position:absolute;
	top:120px;
	width:100%;
	height:60px;
	line-height:60px;
	background:#ffffff;
}

#navLeft {
	float:left;
	width:33%;
	text-align:right;
}

#navRight {
	float:right;
	width:33%;
}

#navigationMain ul {
	padding:0;
	margin:0;
}

#navigationMain #navLeft ul {
	float:right;
	margin:0 -30px 0 0;
}

#navigationMain ul li {
	list-style-type:none;
	float:left;
	margin:0 30px 0 0;
	padding:0;
}

#navigationMain ul li a:link, #navigationMain ul li a:visited, #navigationMain ul li.empty span{
	color:#6f2b25;
	font-size:17px;
	line-height:17px;
	font-weight:bold;
	text-decoration:none;
}

#navigationMain ul li.empty span{
	cursor: help;
}

#navigationMain ul li a:hover {
	color:#c7bfbe;
}

#navigationMain ul li.active a:link, #navigationMain ul li.active a:visited {
	color:#e20915;
}

.contentOutter {
	padding:585px 0 0 0;
	width:960px;
	margin:0 auto;
}

.contentInner {
	background:#ffffff;
	border-top: #6f2b25 solid 3px;
	padding:40px;
	margin:0 0 45px 0;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4); /* WebKit */
	-moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4); /* Firefox */
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4); /* Standard */
}

.contentTeaser {
	background:#ffffff;
	padding:30px;
	margin:0 0 45px 0;
	font-size:20px;
	text-align:center;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4); /* WebKit */
	-moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4); /* Firefox */
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4); /* Standard */
}

.contentTeaser strong {
	font-size:23px;
	line-height:23px;
	font-weight:bold;
	color:#6f2b25;
	margin:0 8px 0 0;
}

.spacer {
	border-top:#000000 dotted 1px;
	margin:30px 15%;
}

.teaserIndex ul {
	margin:0 0 0 0;
	padding:0;
}

.teaserIndex ul li {
	float:left;
	width:23%;
	background:#ffffff;
	list-style-type:none;
	margin:0 0 46px 8%;
	padding:18px 0;
	height:260px;
	text-align:center;
	border-top:#6f2b25 solid 3px;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4); /* WebKit */
	-moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4); /* Firefox */
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4); /* Standard */
}

.teaserIndex ul li.a {
	background:#ffffff url('../images/content/bg-teaser.jpg') no-repeat 0 bottom;
}

.teaserIndex ul li.b {
	background:#ffffff url('../images/content/bg-teaser.jpg') no-repeat -264px bottom;
}

.teaserIndex ul li.c {
	background:#ffffff url('../images/content/bg-teaser.jpg') no-repeat -528px bottom;
}

.teaserIndex ul li.d {
	background:#ffffff url('../images/content/bg-teaser.jpg') no-repeat -792px bottom;
}

.teaserIndex ul li .spacerline {
	border-top:#6f2b25 solid 1px;
	margin:14px 48px;
}

#footer {
	max-width:1054px;
	min-width:960px;
	background:#6f2b25;
	margin:0 auto;
	color:#ffffff;
	font-size:17px;
}

#footer p {
	margin:0;
}

#footerInner {
	position:relative;
	width:960px;
	margin:0 auto;
	padding:10px 0 14px 0;
	height:85px;
}

#footerInner a{
	font-size: 15px;
}

#footerInner ul {
	position:absolute;
	right:14px;
	bottom:14px;
	margin:0;
	padding:0;
}

#footerInner ul li {
	float:left;
	list-style-type:none;
	margin:0 0 0 16px;
	padding:0;
	text-transform:uppercase;
}

#footerInner a:hover {
	color:#ffffff;
}

#footer .colA {
	position:absolute;
	bottom:14px;
	width:160px;
	height:auto;
}

#footer .colB {
	position:absolute;
	bottom:14px;
	left:160px;
	width:160px;
	height:auto;
}

#footer .colC {
	position:absolute;
	bottom:14px;
	left:320px;
	width:320px;
	height:auto;
}

#footer a {
	color:#c5aaa8;
	text-decoration:none;
}

.left{
	float: left;
}

.right{
	float: right;
}

.halfcol{
	width: 430px;
	margin: 0 auto;
}

ul.ein{
	padding-left: 20px;
}