﻿html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	align: center;
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

h1
{
	font-size: 24px;
	color: #ffffff;
	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_rot.gif) repeat-y;
}
div.title /* Der Titel */
{
	height: 171px;
	background-color: #FFFFFF;
	background-image: url(images/kopf_weihn-gruen.jpg);
	background-repeat: repeat-x;
	width: 780px;
	text-align: left;
	margin: 0px auto;
	line-height: 10px;
}

div.left {
	width: 160px;
	float: left;
	padding: 0;
	color: #fff;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
}

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_top {
	display:block;
	padding:0px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	height: 30px;
	vertical-align: bottom;
	background-image: url(images/menue_1.gif);
	background-repeat: no-repeat;
	border: 1px none #000000;
}

a.menu 
{
	display:block;
	padding:0px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	height: 30px;
	background-repeat: no-repeat;
	border-bottom:1px solid white;
 }


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:#313131;
	font-weight:bold;

}
div.clear {
clear: both;
margin: 0;
padding: 0;
height: 0;
line-height: 0;
font-size: 0;
}
