﻿body { 
background-color:#21262A; 
color: #847766; 
font-family: "Lucida Grande", Tahoma, Georgia, Arial, "Times New Roman", serif;
}

nav {
position: relative;
top: 45px;
display: inline-block;
float: left;
/* max-width: 200px; */
min-width: 20%;
margin: 0px 15px 15px 0px;
/* border-right: 1px solid black; */
}

ul.navi, li.navi {
list-style-type: none;
padding: 0px 15px;
/* max-width: 120px; */
text-align: center;
line-height: 300%;
}

.keinuser {
  -webkit-user-select: none;
  -khtml-user-drag: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  /* user-select: none; */
  cursor: default;
}

.inhalt {
/* margin: auto;
text-align: center; */
max-width: 65%;
border: 4px solid white;
border-radius: 7px;
display: inline-block;
}


a {
color: #847766;
background-color: #21262A;
}

a.navi {
display: block;
color: #847766;
background-color: #21262A;
}

/* unvisited link */
a.navi:link {
color: #847766;
background-color: #21262A;
text-decoration: underline;
}

/* visited link */
a.navi:visited {
color: #847766;
background-color: #21262A;
}

/* mouse over link */
a.navi:hover {
/* display: block; */
background-color: #847766;
color: #21262A;
}

/* selected link */
a.navi:active {
color: white;
background-color: #21262A;
text-decoration: underline;
}