/* css */

/* ----------------------------------
 Theme: bsc_accordeon v1.0
 by http://www.bavariansocialclub.de
 (c) 2008 Stefan A. Wimmer
-------------------------------------
*/

//note: modified & stripped down version of prototype, to be used with moo.fx by mad4milk (http://moofx.mad4milk.net).

body {
	color: #563407;
	font: 12px Arial, sans-serif;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #a1b3bf;
}
a {
	color: #5b7378;
}
a:hover {
	text-decoration: none;
}
h2.display {
	font-size: 14px;
	line-height: 26px;
	//background: url(../img/bg_slider.gif) repeat-x 0 0;
	background: url(../img/bg_slider_gloss4.gif) no-repeat 0 0;
	color: #cfd8de;
	padding: 0 .85em;
	margin: 0 0 1px 0;
	cursor: pointer;
	letter-spacing: 1px;
	clear: left;
}
div.stretcher {
	font-size: 1em;
}
.stretcher h3,.stretcher p,.stretcher table,.stretcher dl {
	margin: 1em 2em;
}
#header {
	height: 136px;
	border-top: 4px solid #60431c;
	border-bottom: 2px solid #60431c;
	text-align: center;
	background: #fff;
}
#header h1 {
	width: 600px;
	height: 99px;
	background: url(../img/logo.jpg) no-repeat 0 0;
	margin: 10px auto 0;
	text-indent: -10000px;
	overflow: hidden;
}
#wrapper {
	background: #d0d9df url(../img/bg_wrapper.gif) repeat-x 0 0;
}
#content {
	background: #eeeae2;
	width: 678px;
	margin: 0 auto;
}
#footer {
	border-top: 2px solid #60431c;
	background: url(../img/bg_footershade.jpg) repeat-x 0 0;
	height: 150px;	
	clear: left;	
}
#footer div {
	background: #60431c url(../img/bg_footer_gloss.gif) repeat-x 0 0;
	width: 678px;
	height: 44px;
	margin: 0 auto;
	text-align: center;
	line-height: 44px;
	color: #BDB99D;
	font-size: .9em;
}
table, ul, dl {
	font-size: .9em;
}
th {
	xvertical-align: top;
	xtext-align: left;
	padding: .5em;
}
td {
	vertical-align: top;
	text-align: left;
	padding: .5em;
}
td.even, th.even {
	background: #DCD9C1;
}
td.odd, th.odd {
	background: #E6DBC4;
}
ul {
	list-style: none;
	margin: .5em 0 1em 3em;
	padding: 0;
}
.ul2col {
	width: 45%;
	float: left;
}
table ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	background: url(../img/bullet.gif) no-repeat 0 4px;
	margin: .2em 0;
	padding: 0 0 0 12px;
}
img.teaserimg {
	width: 150px;
	height: 110px;
	float: left;
	margin: .5em 1.5em 1em 0em;
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px;
}
#portrait {
	width: 200px;
	float: right;
}
#portrait img {
	margin: 1em 0;
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px;
}
dl {
	display: block;
	width: 400px;
	margin: 0 0 0 250px;
}
dt {
	float: left;
	margin: .2em 0;
	padding: .2em 0;
}
dd {
	margin: .2em 0 .2em 150px;
	padding: .2em 0;
}
.stretcher dt p, .stretcher dd p {
	margin: .2em 0;
	padding: 0;
}
.impressum {
	font-size: .9em;
	width: 32%;
	float: left;
}
