
html, body {
	background-color:#e9e8e8;
	padding:0px;
	margin:0px;
	height: 100%;
	font-family:arial;
}

h1 {
	color:#bd2025;
	margin-top:0px;
	font-size:16px;
}

h2 {
	color:#bd2025;
	margin-top:0px;
	font-size:13px;
}

h3 {
	color:#bd2025;
	margin-top:0px;
	font-size:11px;
}

ul {
	padding:0px;
	margin:0px;
	margin-left:20px;
	padding-right:8px;
}

#bg {
	position:relative;
	top:0px;
	left:30px;
	width:900px;
	background-image:url("/images/bg.jpg");
	background-repeat:repeat-y;
}

#container {
	position:relative;
	top:0px;
	left:30px;
	width:827px;
	height:100%;
	border-right:1px dashed #999;
	border-left:1px dashed #999;
	background-color:#fccabc;
	border-bottom:1px dashed #999;
}

.header {
	position:absolute;
	top:0px;
	z-index:1;
}

.cutout {
	display:none;
}

#nav_container {
	vertical-align:top;
	width:172px;
	height:100%;
	border-right:1px dashed #999;
	background-color:#fccabc;
}

#content_container {
	vertical-align:top;
	height:100%;
	width:481px;
	background-color:#fcece9;
}

#right_container {
	vertical-align:top;
	width:172px;
	height:100%;
	background-color:#fff8f7;
	border-left:1px dashed #999;
}

#adresse {
	width:481px;
	padding-top:2px;
	height:18px;
	background-color:#bd2025;
	border-top:1px dashed #FFF;
	border-bottom:1px dashed #e9e8e8;
	color:white;
	text-align:center;
	font-size:9px;
}

.content {
	padding-left:30px;
	padding-top:20px;
	padding-right:30px;
	font-size:11px;
	line-height:17px;
}

.content_vid {
	padding-left:6px;
	font-size:11px;
	line-height:17px;
}

.abstand {
	position:relative;
	top:0px;
	left:0px;
	height:159px;
}

#mitgliedschaften_head {
	color:#fcece9;
	padding-top:3px;
	height:17px;
	border-top:1px dashed #FFF;
	border-bottom:1px dashed #e9e8e8;
	font-size:10px;
	text-align:center;
	background-color:#794749;
}

.mitgliedschaften_liste {
	list-style-image: url("/images/bullet.gif");
	color:#666;
	font-size:10px;
	margin-bottom:12px;
	margin-left:0px;
}


#nav a {
	display:block;
	height:18px;
	background-color:#fccabc;
	border-bottom:1px dotted #e88468;
	color:#000;
	font-weight:normal;
	padding-left:10px;
	padding-top:3px;
	font-size:12px;
}

#nav a:link {
	color:#000;
	background: #fccabc;
	text-decoration:none;
}

#nav a:visited {
	color:#000;
	background: #fccabc;
	text-decoration:none;
}

#nav a:hover {
	color:#FFF;
	background: #bd2025;
	text-decoration:none;
}

#nav a:active {
	color: #000;
	background: #fcece9;
	text-decoration:none;
}

a:link, a:visited, a:hover, a:active {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}

.nav_active {
	display:block;
	height:18px;
	background-color:#fcece9;
	border-top:1px dotted #e88468;
	border-bottom:1px dotted #e88468;
	color:#bd2025;
	font-weight:bold;
	padding-left:11px;
	padding-top:3px;
	font-size:12px;
}

#footer {
	position:relative;
	left:60px;
	top:5px;
	width:800px;
	font-size:11px;
	color:#999;
	display:none;
}

#lang {
	position:absolute;
	top:19px;
	left:773px;
	z-index:2;
}

.photo {
	border:1px solid #bd2025;
	clear:both;
	margin-bottom:5px;
	margin-left:5px;
}