body {
	background-image: url(../images/bgpattern.png);
	background-repeat: repeat;
	font-family: 'Lucida sans', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 14px;
}

/****** Common             *************************************/

#page {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

#bg {
	position: absolute;
	top: -10px;
	left: 160px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 732px;
}

#header {
	position: relative;
	clear: both;
	float: none;
	height: 	130px;
}

#header #logo {
	position: absolute;
	top: 45px;
	left: -30px;
}

#content {
	position: relative;
	clear: both;
	float: none;
	background-image: url(../images/bgcontent.png);
	background-repeat: repeat-y;
	background-position: right;
	height: 449px;
}

#content .linie_oben {
	border-bottom: 1px solid #A3112E;
	width: 680px;
	float: right;
}

#content .linie_unten {
	clear: both;
	height: 1px;
	border-top: 1px solid #A3112E;
}

#footer {
	position: relative;
	clear: both;
	float: none;
	width: 100%;
	text-align: right;
	font-size: 11px;
	color: #898989;
	height: 20px;
	text-wrap: none;
}

#text {
	float: left;
	width: 620px;
}

#text .textframe {
	margin: 90px 0px 20px 40px;
}

#foto {
	float: right;
	width: 323px;
	height: 449px;	
}

/****** Navigation             *************************************/

#navigation {
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-family: 'SourceSans Semibold', 'Lucida sans', Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	list-style: none;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #989898;
}

#navigation ul li.end {
	border: 0;
}

#navigation ul li a {
	font-size: 15px;
	
}

#navigation ul li.aktiv a {
	color: #A3112E;
}

/****** Styles             *************************************/

a {
	text-decoration: none;
	color: #a3858b;
}

a:hover, a.aktiv {
	text-decoration: none;
	color: #a3112e;
}

#header h1 {
	display: none;
}

#text ul li {
	padding-bottom: 10px;
}

.secr {
	display: none;
}

h2 {
	font-size: 16px;
	border-bottom: 1px dotted #898989;
}

.farbe {
	color: #A3112E;
}

.linie {
	border-bottom: 1px dashed #898989;
}