body {
	max-width: 100%;
	font-family: Arial;
	color: white;
	background:  black;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 80px 1fr 150px;
}

	 
header {
	background: white;
	grid-column: 1 / 6;
	top:0px;
    position:fixed !important;
    position:absolute;
	width: 98%;
}

nav {
	background: white;
	grid-column: 1 / 6;
	grid-row: 2;
}


div.container {
  width: 100%;
}

div.box {
  box-sizing: border-box;
  display: flex:1;
  float: center;
  background-color: black;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
   margin-bottom: 7%;
  text-align: center;
}

article {
	background:  black;
	grid-column: 1 / 6;
	grid-row: 3;
    text-align: center;
	width: 98%;
}

aside {
	background: white;
}

footer {
	background: white;
	grid-column: 1 / 6;
    bottom:0px;
    position:fixed !important;
    position:absolute;
	width:100%;
}


h1 {
	color: white;
	font-size:1.5em;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: black;
	font-size:1.1em;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: black;
	font-size: 0.8em;
	font-family: Arial;
	text-align: center;
}

h4 {
	color: white;
	font-size: 0.8em;
	font-family: Arial;
	text-align: center;
}

h4 {
	color: white;
	font-size: 0.8em;
	font-family: Arial;
	text-align: center;
}

h5 {
	color: #A9a9a9;
	font-size: 0.5em;
	font-family: Arial;
	text-align: center;
}


p {
	color: black;
	font-size:1em;
	font-family: Arial; 
	text-align: center;
}

button, th.Status {
	color: black;
	background:  #fcf2ef;
	font-size: 1em;
	text-align: center;
	width: 30%;
    cursor: pointer;
    border-width:1px;  
    border-style: solid;
	border-color: black;
	border-radius: 5px;
}


th.Diverses{
	text-shadow: 3px 2px 1px grey;
	box-shadow: 6px 5px 24px #666666;
} 


th.auswahl {
	color: white;
	background: yellow;
	font-size: 1em;
	text-align: center;
	width: 98%;
	cursor: pointer;
	font-family: Arial;
    text-decoration-line: underline;
}

th.auswahlgrau {
	color: black;
	background: #f2cbbe;
	font-size: 1em;
	text-align: center;
	width: 50%;
	cursor: pointer;
	font-family: Arial;
	border-width:2px;  
    border-style: solid;
	border-color: white;
	border-radius: 5px;
}
 
th.Inhalt {
	color: black;
	background: white;
	font-size: 1.2em;
	text-align: left;
	width: 24%;
	cursor: pointer;
	font-family: Arial;
	padding: 20px 0px;
}



th.item_row {
	color: black;
	background: white;
	font-size: 1em;
	text-align: left;
	width: 25%;
	cursor: pointer;
	font-family: Arial;    
	padding: 2px; 
    border-bottom: 2px solid grey; 
}



th.Guthaben {
  width: 50%;
  font-size:1em;
  text-align: right;
  font-family: Arial;
}

th.Freunde {
  width: 33%;
  font-size:1em;
  text-align: right;
  font-family: Arial;
}

th.Stadt {
  width: 33%;
  font-size:1em;
  text-align: left;
  font-family: Arial;
}

th.Ersteller, th.Name, th.Betrag {
  width: 25%;
  font-size:0.8em;
  text-align: left;
  font-family: Arial;
}

th.Nachrichten, th.Suche, th.Mediathek,  th.Neu,  th.Profil {
  width: 20%;
  font-size: 1.2em;
  text-align: center;
  color: black;
  font-family: Arial;
  background: white;
  top-bottom: 1px solid grey; 
}


.rund {
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-width:1px;  
    border-style: solid;
	border-color: white;
	box-shadow: 0 0 0.2em #666666;
}

.rundklein1 {
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-width:1px;  
    border-style: solid;
	border-color: white;
	box-shadow: 0 0 0.2em #666666;
}

.rundklein2 {
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-width:1px;  
    border-style: solid;
	border-color: white;
	box-shadow: 0 0 0.2em #666666;
    margin-left: -10px; 
}

input[type=submit] {
background: black;
	color: white;
	border-style: solid;
	border-width: 1px; 
	border-color: white;
	height: 30px;
	width: 100px;
	font-family: Arial;
	font-size: 0.8em;
    text-align: center;
	border-radius: 10px 10px 10px 10px;
}

a:link, a:visited {
 text-decoration: none;
 font-weight: bold;
 color: black;
 font-size:1em;
 font-family: Arial;
}

.dropbtn {
  background-color: white;
  color: black;
  padding: 0px;
  font-size: 32px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: white;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 120px;
  overflow: auto;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 8px 14px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 1.0em;
}

.dropdown a:hover {background-color: white;}

.show {display: block;}
