/*----------- all ------------*/
html {
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
  min-width: 800px;
}

body {
  margin: 0;
  padding: 0;
  width:100%;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  background-color: black;
}

#content {
  width: 70%;
  min-width: 790px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 90px;
}

a {
  color:white;
}

a:focus, a:hover, a:active {
  color: lightblue;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: black; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #555; 
  border-radius: 5px;
}

/*----------header-------------*/
#header {
  background-color: #2b2927;
  overflow: hidden;
  height: 80px;
  position: fixed;
  top: 0;
  width: 100%
}

.wrap-header {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  min-width: 750px;
}

#title-area {
  line-height: 80px;
  height: 80px;
  float: left;
  width: 30%;
}

#title:hover, #title:visited, #title:active, #title {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 25pt;
}

nav {
  line-height: 80px;
  height: 80px;
  float: right;
  width: 60%;
}

nav table {
  width: 100%;
  text-align: center;
}

nav a {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-size: 12pt;
}

nav a:focus, nav a:hover, nav a:active {
  color: lightblue;
}

/*--------- Sozial ----------*/
table.Sozial{
  border: 1px solid white;
  margin-left: auto;
  margin-right: auto;
}

.Sozial img {
  height: 100px;
}

.Sozial td {
  margin: 20px;
}

.Sozial tr {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-collapse: collapse;
}

.Sozial a {
  color: lightblue;
}
