body {
	max-width: 100%;
	font-family: Arial;
	color: white;
	background:  black;
	font-size: 0.8em;
	}

	 
header {
	max-width: 100%;
	font-family: Arial;
	color: white;
	background:  black;
	font-size: 0.8em;
}

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: white;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
   margin-bottom: 7%;
  text-align: center;
}

article {
	max-width: 100%;
	font-family: Arial;
	color: white;
	background:  black;
	font-size: 0.8em;
	text-align: center;
}

aside {
	background: white;
}

footer {
	background: white;
	grid-column: 1 / 6;
    bottom:0px;
    position:fixed !important;
    position:absolute;
	width:100%;
}


h1 {
	color: black;
	font-size:1.5em;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: black;
	font-size:1.2em;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: white;
	font-size: 1.2em;
	font-family: Billabong;
	text-align: center;
}

h4 {
	color: black;
	font-size: 1.2em;
	font-family: Billabong;
	text-align: center;
	border-width:2px;  
    border-style: solid;
	border-color: #E0FFFF;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
}


p {
	color: black;
	font-size:1em;
	font-family: Arial; 
	text-align: center;
}

button {
	background: black;
	color: white;
	border-color: white;
	height: auto;
	width: 25%;
	text-align: center;
	font-family: Arial;
	border-radius: 5px;
}


th.Diverses{
	text-shadow: 3px 2px 1px grey;
	box-shadow: 6px 5px 24px #666666;
} 


th.auswahl {
	color: black;
	background: #fcf2ef;
	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.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; 
}

table {
	color: black;
	font-size:1em;
	font-family: Arial;
	background: black;
}


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.login {
  width: 50%;
  font-size:1em;
  text-align: right;
  font-family: Arial;
  background:  black;
}

th.reg {
  width: 50%;
  font-size:1em;
  text-align: left;
  font-family: Arial;
  background:  black;
}

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: 150px;
	font-family: Arial;
	font-size: 1em;
	text-shadow: none;
	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;}
