﻿html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	text-align: center;
	background-color: #FFFFFF;
}

h1
{
	font-size: 24px;
	color: #3a3a3a;
	padding-left: 15px;
	padding-top: 15px;
	line-height: 24px;
}
h2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	color: #000000;
}
h3 {
	font-size: 12px;
	margin-left: 0px;
	color: #000000;
	line-height: 16px;
}

/* Inhaltsbereich */
div.Master {
	width: 780px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background: url(images/querschnitt.gif) repeat-y;
}
div.title /* Der Titel */
{
	height: 171px;
	background-color: #FFFFFF;
	background-image: url(images/kopf.png);
	background-repeat: repeat-x;
	width: 780px;
	text-align: left;
	margin: 0px auto;
	line-height: 10px;
}

div.left {
	width: 160px;
	float: left;
	padding: 0; border:0; margin:0;
	color: #fff;
	text-align:left;
}

div.right {
	width: 160px;
	float: right;
	padding: 0;
	color: #000000;
	text-align: center;
}

div.content {
	margin: 0 163px;
	padding: 10px;
	text-align: left;
}


a.menu 
{	position:relative;
	left:10px;
	width:132px;
	margin:5px 5px 5px 0px;
	padding-top:-5px;
	display:block;
	color:#474646;
	text-decoration:none;
	border-left:10px solid #bcd11e;
	background-color:#edf2c4;
	text-indent:10px;
	text-align:left;
	vertical-align: middle;
	border-top:0px;
	border-bottom:0px;
 }


a.menu:link, a.menu:visited
{
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	line-height: 28px;
	margin-left: 0px;
}

a.menu:active, a.menu:hover
{
	color:#4a781c;
	font-weight:bold;
}

div.clear {
clear: both;
margin: 0;
padding: 0;
height: 0;
line-height: 0;
font-size: 0;
}
