body {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size:1em;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	z-index: -100;
}

h2 {
	color:#0D2B57;
	font-family: 'Eurosoft-SemiboldItalic', sans-serif;
	font-size: 1.5em;
}

h3 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	margin-bottom: 15px;
}

a { color:#0D3B6A;
	text-decoration: none;
}  

a:hover { 
	color:#999999;
	text-decoration: underline;
}
a:active { color:#FFFFFF;
}

table {
	width: 100%;
}

header {
	clear: both;
	height: 100%;
	margin-top: 20px;
	z-index: -50;
}
nav {
	clear: both;
	position: relative;
	z-index: 100;
}

#logo {
	width: 180px;
	float: left;
	padding-left: 20px;
}

#wrapper { /* umfassender div-container */
	width: 1200px;
	background-color: aliceblue;
	height: auto;
	margin: 0 auto;
	overflow: auto;
	z-index: -1;
	}

#login {
	width: 600px;
	height: 100%;
	clear: both;
	margin-top: 100px;
	}

#logout {
	margin-right: 10px;
	float: right;
	width: 40%;
}

#user {
	float: left;
	margin-right: 10px;
}

#userbtns {
	float: right;
	width: 40%;
}

label {
	font-family: 'Eurosoft-LightItalic', sans-serif;
	font-size: 1em;
	color: #1E1E1E;
}

input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input[type=submit] {
	width: 100%;
}

textarea {
	width: 98%;
	height: 90px;
}

.button {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 0.9em;
	background-color: #0D2B57;
	color: #FFF;
	padding: 5px 10px;
	margin: 8px 0;
	border: none;
	width: 100%;
	border-radius: 2px;
}

.button:hover {
	background-color: #3769B2;
}

.button [name=delete] {
	background-color: #ED9474 ;
}


#forgotpassword {
	float: left;
	clear: both;
}

#forgotpassword ul {
	font-size: 0.9em;
	list-style: none;
	display: inline;
	margin-left:0;
	padding-left: 0;
}

#forgotpassword li {
	display: inline;
	margin-left:0;
	padding-left: 0;
}

	
section {
	float:left;
	width: 890px;
	margin: 20px;
	position: relative;
	z-index: 50;
}


.aenderungen {
	width:50%;
}

aside {
	float: right;
	width: 250px;
	background-color:#FFFFFF;
	margin: 20px 10px;
	padding: 0;
	border-radius: 2px;
}

#bestelluebersicht {
	clear: both;
	text-align: center;
}

#bestellen {
	clear: both;
	width: 90%;
	margin: auto;
	padding: 0;
}

.beschreibung {
	text-align: center;
}

.video {
	margin: 10px;
	float: left;
	height: auto;
	width: 45%;
}

.video video {
	width: 100%;
	height: auto;
}


footer {
	clear: both;
	float: bottom;
	background-color: #0D3B69;
	height: auto;
	overflow: auto;
	color:#FFFFFF;
	z-index: 9999;
}


#footer-links a{
	font-size:0.9em;
	text-decoration: none;
	list-style-type: none;
	color:#FFFFFF;
	margin: 0;
	padding: 0;

}

#footer-links a:hover { 
	text-decoration: underline;
	background: none;
	
}

#footer-links ul {
	text-align: center;
	padding: 0;
	margin:0;
	z-index: 1000;
}

#footer-links li {
	display:  inline;
}