﻿/* CSS-Layout */
body {
	background-color: #333;
	background-image: url('../images/bg1.png');	
}

#masthead {
	margin: 20px auto;
	padding-bottom: 20px;
	color: #000;
	background-color: #F7F7F7;
	background-image: url('../images/bg_cont1a.jpg');
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

#header {
	margin-left: 180px;
	background-image: url('../images/klammer_tr.gif');
	background-repeat: no-repeat;
	background-position: left;
	height: 152px;
}

#container {
	position: relative;
}

#navi {
	position: absolute;
	float: left;
	margin-left: -20px;
	width: 180px;
}

#navi ul {
	list-style: none;
	line-height: 25px;
	background-color: #ADCBBA;
	background-image: url('../images/bg_nav1a.jpg');
	margin: 0;
	padding: 25px 10px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #FFF;
}

#navi ul li {
	background-color: #333;
	padding-left: 10px;
	margin-bottom: 2px;
	font-size: 0.95em;
}

#navi ul li a {
	text-decoration: none;
	color: #FFF;
	letter-spacing: 2px;
}

#navi ul li a:hover {
	text-decoration: none;
	color: #F90;
	letter-spacing: 2px;
}

#content {
	height: 100%;
	width: 480px;
	clear: left;
	position: relative;
	left: 180px;
	border-left: 3px #000 dotted;
	padding: 10px 20px 10px 70px;
}

#formular {
	margin: 20px 0;
	padding: 10px 0 20px 15px;
	border: 5px #76274F double;
	width: 450px;
	background-color: #F0F0F0;
}

#footer {
	clear: both;
	padding-right: 20px;
	height: 30px;
	padding-top: 30px;
	color: #76274F;
	font-size: 0.85em;
	font-weight: bold;
	font-style: oblique;
	text-align: right;
}

#ref ul li{
	line-height: 1.95em;
}

.spalte {
	width: 228px;
}

.links {
	float: left;	
}

.rechts {
	float: right;
}

.cl_float {
	clear: both;
}

.center {
	text-align: center;
}

.hr1 {
	color: #76274F;
	width: 480px;
	height: 1px;
	margin-top: 1em;
}

.head {
	margin-top: 35px;
	margin-left: 60px;
	border: 0;
}

.active {
	color: #FF0 !important;
}

.big {
	font-size: 1.75em;
	font-weight: normal;
	font-style:oblique;
	color: #76274F;
	padding-right: 2px;
}

.logo_mini {
	margin-top: -30px;
	padding: 0;
	float: left;
	border: 0;
}

h3 {
	letter-spacing: 1px;
	font-size: 1.25em;
	line-height: 25px;
}

h4 {
	font-size: 1.1em;
	line-height: 18px;
}
