﻿#bgAllgemein {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/Hintergrund2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #E1E1E1;
	color: #000000;
}

#bgAllgemeinH {
	margin: 0;
	padding: 0;
	background: url(../images/Hintergrund2.jpg) no-repeat center center fixed; 
	background-color: #E1E1E1;
	color: #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#bgLogin {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/*
	overflow: hidden;
	*/
	background: url(../images/Hintergrund.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #E1E1E1;
	color: #000000;
}

#bgLoginH {
	/*
	width: 100%;
	height: 100%;
	*/
	margin: 0;
	padding: 0;
	background: url(../images/Hintergrund.jpg) no-repeat center center fixed; 
	background-color: #E1E1E1;
	color: #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000090;
}

.untertitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000090;	
}

.textblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000090;	
}

.feldbeschriftung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000090;	
}

.feldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000090;	
}

.fehlermeldungrot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;	
	background-color: #A50000;
}

.fehlermeldunggruen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;	
	background-color: #006400;
}

input.textfeld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000090;	
}

input.schaltflaeche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000090;	
}

.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000090;	
}

.menulink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000090;	
}

.menulink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000090;	
}

.menulink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #000090;	
}