
/* ----- Globale Einstellungen ----- */

* {
	margin: 0; 
	padding: 0; 
	}
html, body {
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	height: 100%;
	}
body {
	background: white; 
	}
a:link {
	Color : black ;
	Text-Decoration : Underline
		}
a:active {
	Color : black ;
	Text-Decoration : None
		}
a:visited {
	color : #333333 ;
	Text-Decoration : Underline
		}
a:hover {
	color : #990000 ;
	text-decoration: none;
	}
.pfeil {
	background: white url(bilder/pfeil.gif) no-repeat 0 0.3em;
	padding: 0 0 0 10px;
	}
i {
	letter-spacing: 1px;
	}
.normal {}
.absatz {
	font-size: 6px; 
	line-height: 6px; 
	}
h1,
.head   {
	color: #900;
	font-weight: bold;
	font-size: 13px;
	}
h2,
.subhead  {
	color: #900;
	font-weight: bold;
	font-size: 14px;
	}
h3,
.subheadw {
	color: white;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	line-height: 16px;
	}
p, ul, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 6px 0;
	}
ul { 
	list-style-type: none; 
	list-style-image: none;
	padding: 7px 0px 7px 0px;
	}
li {
	background:  white url(bilder/liste.gif) no-repeat 0 0.5em;
	padding-left: 14px;
	margin: 0px 0px 5px;
	}	
img {
	border: 0;
	}
.klein {
	font-size: 12px;
	line-height: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif
	}
.newsbox {
	background: #f0f0f0;
	padding: 5px;
	}
#inhalt {
	position: relative;
	width: 680px;
	background: white; 
	margin: auto auto;
	padding: 0px 0px 0px 0px;
	min-height: 100%;
	height: auto;
	}
* html #inhalt {
	height: 100%;
	}
#header {
	height: 126px;
	}
#header-box {
	height: 32px;
	width: 342px;
	background: #990000;
	padding: 10px 0 0 20px;
	margin: 0 0 20px 0;	
	}
.start-box {
	float: left;
	/* width: 342px; */
	padding: 0;
	margin: 0 30px 0 0;
	}
#navigation {
	font-size: 11px;
	height: 27px;
	padding: 7px 0 0 0;
	}
#navigation a {
	color : #990000 ;
	text-decoration: none;
	}
a.aktiv {
	font-weight: bold;
	}
#margin {
	float: right;
	width: 200px;
	padding: 20px 0;
	}
#content-sp {
	float: left;
	width: 450px;
	padding: 20px 0;
	margin: 0;
	}
#content {
	width: 680px;
	padding: 20px 0;
	margin: 0;
	}
#content-window {
	padding: 20px;
	}
#fussnote {
	clear: both;
	height: 19px;
	margin-top: 50px;
	text-align: right;
	padding: 3px 10px 0 0;
	font-size: 10px;
	color: white;
	background: #990000;
	}
	
.vcenter {
	vertical-align: middle;
	}
	
/* ----- Formulare ----- */

label {
	width: 150px;
	float: left;
	background: #F0F0F0;
	padding: 3px 5px 5px 5px;
	margin: 0 10px 0 0;
	}
.form-box {
	float: left;
	padding: 0;
	margin: 0 0 5px 0;
	}
p input {
	float: left;
	}
form .standard {
	float: none;
	}
form p {
	clear: both;
	}
.clear {
	clear: both;
	margin: 0;
	}
.preis {
	color:#990000;
	font-weight: bold;
	text-align: center;
	}

/* ----- Tabellen ----- */

table.form-table {
	/* width: 100%; */
	border-collapse: collapse;
	border: 0;
	vertical-align: top;
	background: #FBECBF;
	}
.form-table th {
	font-weight: bold;
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
	}
.form-table td {
	padding: 5px 10px;
	vertical-align: top;
	border-left: 1px dotted white;
	}
.form-table .trenner {
	padding: 0 5px;
	border: none;
	}
.form-table h1 {
	margin: 5px 0 0 0;
	}
.form-table hr {
	height: 1px;
	margin: 5px 0;
	border: 0;
	border-bottom: 1px solid black;
	}
.form-table .preis {
	text-align: right;
	}
.form-table .vortrag {
	background: #F8E29E;
}