﻿/*
Ersteller: Ampere
Ã„nderungsdatum: 13.05.2018
Mitwirkende: Ampere
Dokumenttyp: CSS
Datei: /css/stylesheet.css
Codierung: UTF-8
*/

body {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
}

* {
  margin:0;
  padding:0;
}

#seite {
  width: auto;
  max-width: 1500px;
  margin: 0 auto;
  background-color: black;
}

#kopfbereich {
  background-color: black;
}

#inhalt {
  background-color: black;
  margin-left: 250px;
}

#steuerung {
  float: left;
  width:250px;
  background-color: black;
}

#fussbereich {
  clear: both;
  background-color:	black;
}

nav {
	border-radius: 0px 0.5em 0.5em;
	border: 1px solid;
	padding: 10px;
	margin: 10px;
	-webkit-flex: 1 100%;
	flex: 1 100%;
	background: black;
	border-color: black;
	text-align: center;
}

#redmark {
	border-radius: 0px 0.5em 0.5em;
	border: 1px solid;
	padding: 10px;
	margin: 10px;
	-webkit-flex: 1 100%;
	flex: 1 100%;
	background: red;
	border-color: red;
	text-align: center;
}

#maintext {
	border-radius: 0px 0.5em 0.5em;
	border: 1px solid;
	padding: 10px;
	margin: 10px;
	-webkit-flex: 1 100%;
	flex: 1 100%;
	background: red;
	border-color: red;
}