﻿@charset "utf-8";
body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
table {
	border-collapse: separate;	
}
td {
	padding: 5px 15px;
}
#main {
	margin: auto;
	width:955px;
}
#headleft {
	width:570px;
	height:88px;
	background-color: #FFFFFF;	
	margin: 0;
	padding: 0;
}
#headleftmain {
	width:570px;
	height:115px;
	float:left;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF; 
	overflow: hidden;
}
#headright {	
	float: left;
	width:385px;
	height:115px;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(images/headright.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#navigation {
	width:570px;	
	height:27px;	
	background-image: url(images/navigation.jpg);	
	background-repeat: no-repeat;
	color: white;
	padding: 2px 0 0 10px;
	background-position: top left;
}
#content {
	width:955px;
	background-image: url(images/content_bkg.jpg);
	background-repeat: repeat-y;
	clear:both;
	font-size: 15px;
}
#contentfooter {
	width:955px;
	height:19px;
	padding-top: 15px;
}
#contentbody {
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	line-height: 1.3;
}
#navigation ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
#navigation li {
	display: inline;
	font-size: 14px;
	list-style-position: inside;
	padding: 0 5px;
}
#contentbody table {
	clear: both;
}
#contentbody p {
	margin: 3px;
}
#info {
	position: relative;
	bottom: 0px;
	top: 50px;
	height: 60px;
	margin-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#navigation a, #navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
#navigation a.selected {
	color: #FFF3B0;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	margin:2px 0 2px 0;
	padding:0;
}
p { margin: 2px 0; }
h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 2px 0;
	padding: 4px 0;
}
h3 {
	font-size:105%;
	margin: 1px 0;
	font-weight:bold;
	padding: 5px 0;
}
h1 {
	font-size: 150%;
	font-weight: bold;	
}
h3.teaser { 
	color: black; 
	font-size:110%;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px 0 15px 0;	
	font-weight: normal;
}
h4{ 
	color: black; 
	font-size:110%;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}
h4 a, h4 a:visited {
	color: #07009d;
	text-decoration: none;
}
h4 a:hover {
	border-bottom: 1px dotted #060262;	
	color: #060262;
}
a, a:visited {
	color: #700104;
	text-decoration: underline;
	font-weight: bolder;	
}
a:hover {
	color: #9D0003;
	text-decoration: underline;
	font-weight: bolder;
}
table.customer  {
  background-color: white;
  border-spacing: 1px;
  width: 600px;
}
table.customer td {
	padding: 2px;
}
#contentbody ul {	
}
#contentbody li {
	list-style-type: circle;
	list-style-position: inside;
	margin: 0 1px 2px 5px;
}

/* form */
input[type=submit], input[type=text], textarea {
 background-color: #eeffff;
 border:1px solid #ccc;
 font:1em "trebuchet ms", arial, sans-serif;
 overflow:auto;
}
input[type=submit] {
	margin: 2px;
	background-color: #970203;
	color: #fff;
	border: 1px inset #CeCeCe;
	padding: 2px 4px;
}
input[type=submit]:hover {	
	background-color: #CF8E8F;
	color: #000;
}
span.fehler {
	color: #f01a1a;
}