/* CSS-Befehl Initialisierung */
div#container
{
	width: 1200px;
	position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
}
body
{
	background-color: #fff;
	color: #000;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.42857143;
	margin: 0;
	text-align: center;
}
a {
	background:0 0;
	color:#000;
	text-decoration:none
}
a:focus,a:hover,a:active{
	outline:none;
}
a:hover,a:focus{
	color:red;
	text-decoration:underline
}
a:target{
	outline:thin dotted;
}
input,button,optgroup,select,textarea {
	color:black;
	font:inherit;
	margin:0;
}
img {
	vertical-align:middle
}
footer{
	padding:0px;
}
body > footer {
	color: #888;
	padding: 0px; 
}
h1,.h1 {
	font-size:36px;
	color:#000;
}
h2,.h2 {
	font-size:30px;
	color:#000;
}
h3,.h3 {
	font-size:24px;
	color:#000;
	margin: 2px;
}
h4,.h4 {
	font-size:18px;
	color:#000;
}
h5,.h5 {
	font-size:14px;
	color:#000;
}
h6,.h6 {
	font-size:12px;
	color:#000;
}
p {
	margin:0 0 0px
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family:inherit;
	font-weight:500;
	line-height:1.1;
}
th {
	text-align:left;
}
td,th {
	padding:0;
	color:#000;
}
ul,ol {
	margin-top:0;
	margin-bottom:0px;
	padding-left:0px
}
table {
	border-collapse:collapse;
	border-spacing:0;
	color:black;
}
/* CSS-Class Initialisierung */
.background01 {
	background-color:black;
	display: inline-block;
}
.buttonL:link, .buttonL:visited {
	background-color:transparent;
	color: white;
	padding: 4px 16px;
	text-align: center; 
	text-decoration: none;
	display: inline-block;
	border: 2px solid white;
	font-weight: normal;
}
.buttonL:hover, .buttonL:active {
    background-color: white;
	color: black;
	font-weight: normal;
}
.buttonA:link, .buttonA:visited {
	color:#fff;
}
.buttonA:hover,.buttonA:focus{
	color:red;
	text-decoration:underline
}
.table td,.table th {
	background-color:#fff!important
}
.container {
	margin-right:auto;
	margin-left:auto;
	padding-left:0px;
	padding-right:0px;
	min-height:200px;
	background-image:url(../images/header.jpg);
	color: #fff;
}
.container1 {
	background-image:url(../images/back.jpg);
	min-height: calc(100vh - 300px);
}

.containerAdmin {
	background-image:url(../images/backAdmin.jpg);
	min-height: calc(100vh - 300px);
}
.container2 {
    text-align: center;
	color: #fff;
	min-height: calc(100vh - 320px);
}
.container3 {
	text-align: center;
	color: #000;
}
.container3 p{
	font-weight: bold;
}
.container4 {
	text-align: right;
}
.container5 {
	text-align: left;
	float: left;
}
.container6{
	text-align: center;
	color: #000;
}
.containerLogo {
	text-align: left;
	float: left;
}
.containerLogin {
	height:250px;
	width:400px;
}
.containerLogin td {
	height: 28px;
}
.containercopy {
	font-size: 8pt;
}
.imgbutton{
	border:0;
	background:transparent;
}