body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: black;
	
	vertical-align: top;
	text-align: left;
	
	margin: 0px;
	border: 0px;
	padding: 0px;	
}


table, th, td
{
	vertical-align: top;
	text-align: left;
	
	border-collapse: collapse;
	border: 0px;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}


a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	color: gray;
	text-decoration: underline;
}


a:active
{
	color: black;
}


img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}



.Kopf
{
	font-size: 12pt;
	font-weight: bold;
	color: white;
}

.Adresse
{
	font-size: 8.5pt;
}


.MenuBox, .MenuBoxActive, .SubmenuBox, .SubmenuBoxActive
{
	display: block;
	width: 100%;
	height: 25px;
	
	color: white;
	background-color: #D10030;
}

.MenuBoxActive
{
	color: black;	
	background-color: #8F8F8F;
}

.SubmenuBox, .SubmenuBoxActive
{
	width: 100%;
	height: 25px;
	
	font-size: 7pt;
}

.SubmenuBoxActive
{
	color: black;	
	background-color: #8F8F8F;
}

.MenuBox:hover, .MenuBox:active, 
.MenuBoxActive:hover, .MenuBoxActive:active, 
.SubmenuBox:hover, .SubmenuBox:active, 
.SubmenuBoxActive:hover, .SubmenuBoxActive:active
{
	color: white;
	background-color: #8F8F8F;
	
	text-decoration: none;
}

.MenuBoxText
{
	padding-left: 5px;
	line-height: 25px;
	
	vertical-align: middle;
	
	font-weight: bold;
}


.Main
{
}


.Titel
{
	font-size: 10pt;
	font-weight: bold;
}

.Untertitel
{
	font-size: 8.5pt;
	font-weight: bold;
}

.welcomeTitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	left: 200px;
	position: relative;
	font-weight: bold;
}

.Linie {
	background-image: url( '../img/linie.png' );
	background-repeat: repeat-y;
	background-position: 150px;
	
}