﻿#eingabefeld {
  left: 300px;
}
@charset "utf-8";

*    {margin: 0px;padding: 0px;list-style-type: none;}

div#download {width: 150px;}

div#headline {
    background-color: black;
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: -1;
}

div#regi {
width: 20%;margin: 0 auto;}

input[type="submit"] {
    width: 90px;
    height: 30px;
}

div#error {
    border: 2px solid grey;
    padding: 5px;
    width: 130px;
    color: white;
    margin: 0 auto;
}

form {
margin: 50px 20px;color: white;}



h2 a {
    font-size: 18px;
    text-align: right;
    text-decoration: none;
    color: rgb(109, 43, 119);
}

h1 {
    font-size: 30px;
    text-align: center;
}

h2 {
}



div#infoboard {
    float: right;
    min-height: 600px;
    width: 200px;
}

div#mainbranch {
    /* float: left; */
    width: 100%;
    min-height: 600px;
    /* background-color: white; */
    margin: 0 auto;
}

div#sidebar {
    float: right;
    width: 180px;
    min-height: 300px;
    background-color: grey;
    margin-bottom: 30px;
    padding-left: 5px;
    border: 1px solid grey;
}

div#sidebar a:hover {
    background-color: grey;
}

div#sidebar ul a {
    color: white;
    text-decoration: none;
}
html  { height: 100%; }
body  {background-color: wheat;background-attachment: fixed; background-image: url(../images/bg.jpg)}

/**** GRUNDGERÜST ****/
div#wrapper { width: 1000px; margin: 0px auto;}

/** kopfbereich **/
div#header {height: 60px;opacity: 0.8;}
div#header-text { width:625px; height: 95px; margin-top: -105px; margin-left: 150px;}

div#header-text {
    background-image: url(../images/headertext.jpg);
    width: 300px;
    height: 100px;
    margin: -100px auto;
}
#logo { 
	
	background-color: grey;
	display: block; 
	width:110px; 
	height: 106px;   
	
	overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
	border:1px solid #CCC;
							}

/** contentbereich **/
div#content {width: 1010px;min-height: 600px;margin-top: 10px;overflow: hidden;}

div#menu {width: 1000px;min-height: 30px;padding-top: 10px;}
div#menu h3 { background-color: grey;; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-align: center; padding-top: 5px; padding-bottom: 5px; margin-bottom: 10px; }
div#menu ul {}
div#menu ul li {  display: inline-block; margin: 0px 10px; }
div#menu ul ul { margin-left: 10px; }
div#menu a { font-family: Verdana, Arial, Helvetica, sans-serif; color: white; text-decoration: none; font-size: 20px; }


/** footerbereich **/

div#mainfooter {
	background-color: #333333;
	width: 1030px;
	height: 35px;
	margin-top: 5px;
	margin-left: -10px;
	position: fixed;
	bottom: 0px;
	}

div#mainfooter a {
	text-decoration: none;
	margin: 8px;
	float: right;
	color: #fff;
	transition: font-size 0.2s;
	-webkit-transition: font-size 0.2s;
	
}

div#mainfooter a:hover {
	text-decoration: none;
	color: #fff;
	font-size: 110%;
}

div#servergreen {
	
    background-color: #27ae60;
     border: none;
    border-radius: 10px;
    color: white;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
}

div#serverred {
	
background-color:#c0392b;
	
border: none;
	
border-radius: 10px;
	
color: white;
	
padding: 5px 32px;
	
text-align: center;
	
text-decoration: none;
	
display: inline-block;
	
font-size: 16px;
	
margin: 4px 2px;
}

div#downloadbutton a{
	text-decoration: none;
	background-color: #27ae60;
	border: none;
	border-radius: 10px;
	color: white;
	padding: 5px 32px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	float:right;
	cursor: pointer;
	margin: 10px;
}

div#downloadbutton a:hover{
	
    background-color: #2ecc71;
	
}

div#buttonlink a{
	
	background-color:#3498db;
    border: none;
    border-radius: 10px;
    color: white;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
}

div#buttonlink a:hover{
	
	background-color:#2980b9;
}

nav ul {
    text-align: center;
    /* weitere Angaben */
}
 
nav li {
    display: inline-block;
    /* weitere Angaben */
}
 
nav a, nav span {
    display: block;
    width: 8em;
    /* weitere Angaben */
}

div#downloadbox{
	width:200px;
}

div#serverbox{
	width:200px;
	float:right;
	height: 200px;
	margin: 0 auto;
}