@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #798a9f;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #444;
	size: 1em;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1 {
	margin-top: 0;
	font-size: 2.2em;	
	font-weight: 400;
	color:#444;
}

h3, h4, p {
	margin-top: 0;	
	font-weight: 400;
	color:#444;
	line-height: 1.5em;
}

h5 {
	margin-top: 0;	
	font-weight:600;
	font-size:1em;
}

h6 {
	margin-top: 0;	
	font-size: 0.4em;
	font-weight:300;
	color:#666666;
}

span.fett {
	font-weight:700;
	}

a img { 
	border: none;
}

img.left {
	float:left;
	padding: 5px 30px 2px 0;
}

img.right {
	float:right;
	padding: 5px 0px 2px 20px;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid #666;
}

IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

dl.imgRight {float: right;}
dl.imgRight dd {float: right; font-size:80%;}

dl.imgLeft {float: left; margin-right: 20px}
dl.imgLeft dd {float:left; margin:0px 20px 0px 0px; font-size:80%;}


a:link {
	color: #4f4f4f;
	text-decoration: underline; 
}
a:visited {
	color: #4f4f4f;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #36332f;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
	color:#444;
}

.header {
	background: transparent;
	background-image:url(images/header.png);
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	border: 1px solid #666;
	height: 200px;
}

.sidebar1 {
	float: left;
	width: 200px;
	height: 100%;
	background: #adc8e5;
	padding-bottom: 10px;
	line-height: 1.5em;	
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
.sidebar1, .content {
	min-height: 600px;
	height:auto !important;
	height:600px;
}

.content {
	padding: 10px 30px 0 30px;
	width: 697px;
	height: auto;
	float: left;
	font-size: 0.8em;
	line-height: 1.6em;
	border-right: 1px solid #666;
	background:#F8F8FF;
}

.content ul, .content ol { 
	padding: 0 15px 15px 15px;
	text-indent: hanging;
}

ul.nav {
	list-style: none;
	margin-bottom: 40px; 
}

ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 180px;
	text-decoration: none;
	background: #adc8e5;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #e9bb6a;
	color: #000;
	font-size: 1.3em;
}

.footer {
	padding: 10px 10px;
	background: #e9bb6a;
	position: relative;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.6em;
	clear: both;
	border: 1px solid #666;
	line-height: 1.5em;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container .content body {
	background:#F3F2ED;
}

.container .content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}
.container .content h2 {
	font-family: Verdana, Geneva, sans-serif;
}
.container .sidebar1 .nav li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000;
}

/* Formular CSS*/

form {
  background-color: #eee;
  width: 370px;
  padding: 20px;
  border: 1px solid #adc8e5;
}
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
}
input#absender,
input#name,
textarea {
  width: 360px;
  border: 1px solid #adc8e5;
  margin-bottom: 1em;
}
textarea {
  height: 10em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
  border-color:#adc8e5;
}	

