body {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0;
	background: #aea9a9 url(images/bg.gif) repeat-x;
	line-height: 1.6em;
	color: #424242;
}



/* begin global */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

* html .clearfix {
	height: 1px;
}

*+html .clearfix {
	min-height: 1px;
}

a img {
	border: 0;
}



* {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pic {
	background: url(images/pic_bg.gif) no-repeat right bottom;
	padding: 0 8px 8px 0;
}

/* end global */


.wrapper {
	margin: 9px auto 0;
	width: 962px;
}


/* begin header */

.header {
	background: #fff url(images/header.gif) no-repeat right 0;
	height: 137px;
	padding: 9px 17px 0 9px;
}

.innerHeader {
	background: #424242;
	color: #fff;
	height: 120px;
	position: relative;
}

.header h1 {
	background: url(images/logo.gif) no-repeat;
	text-indent: -9999em;
	width: 216px;
	height: 34px;
	position: absolute;
	left: 17px;
	top: 44px;
}

.header p {
	font-size: 14px;
	position: absolute;
	left: 251px;
	top: 62px;
	font-weight: bold;
}

.header ul {
	position: absolute;
	right: 0;
	bottom: 5px;
}
.header li {
	float: left;
	padding: 0 8px;
	border-right: 0px solid #bf2a39;
	line-height: 12px;
}
.header li.last {
	border: 0;
}

.header a:link, .header a:visited {
	color: #fff;
	text-decoration: none;
}

/* end header */

/* begin container */

.container {
	background: #fff url(images/right.gif) repeat-y right;	
}

.innerContainer {
	background: url(images/line.gif) repeat-y 242px 0;
}

/* end container */


/* begin content */

.content {
	float: left;
	width: 405px;
	overflow: hidden;
	padding-left: 20px;
	min-height:400px;
}

.content a, .content a:visited {
	text-decoration: none;
	color: #d03847;
}

.content a:hover {
	text-decoration: none;
	color: #681b22;
}


.content h1, .content h2 {
	font:bold 14px Tahoma, Arial, Verdana, sans-serif;
	color: #d03847;
	line-height: 20px;
}

.content p {
	padding: 1em 0;
}

.content .pics li {
	float: left;
}
.content .pics img {
	float: left;
	margin: 0 10px;
}

.content li {
	list-style:disc;
	margin-left:20px;
	padding:3px;
	padding-left:0px;
}


#inhalt {
	margin: 10px 0px 0px 0px;
}

/* end content */

/* begin sidebar */

.sidebar {
	width: 220px;
	float: right;
	overflow: hidden;
	padding: 10px 20px 0 0;
	font: normal 10px Tahoma, Arial, Helvetica, sans-serif;
}

.sidebar a:link, .sidebar a:visited {
	color: #d03847;
	text-decoration: none;
}

/* end sidebar */

/* begin footer */

.footer {
	padding-top: 10px;
	background: #fff url(images/bottom.gif) no-repeat left bottom;
	padding-bottom: 12px;
}

/* end footer */