* {
  padding: 0;
  margin: 0;
}

body {
  margin: auto;
  background: #F0F0F0;
  font-family: Georgia;
  font-size: 14px;
  min-width: 1100px;
}

h1 {
  font-family: Georgia;
  font-size: 24px;
  margin: 16px 0px;
}

h2 {
  font-family: Georgia;
  font-size: 18px;
  margin: 14px 0px;
}

h3 {
  margin: 12px 0px 6px 0px;
}

h4 {
  margin: 12px 0 -13px 0px;
}

p {
  margin: 10px 0px 16px 0px;
}

ul {
  padding-left: 20px;
}

ol {
  padding-left: 40px;
}

label {
  float: left;
  width: 100px;
  margin-right: 10px;
  clear: left;
}

.labelumfrage {
  float: left;
  width: 200px;
  margin-right: 10px;
  clear: left;
}

input, select, textarea {
  float: left;
  clear: right;
  width: 200px;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.inputumfrage {
  float: left;
  clear: right;
  width: 20px;
}

.aktivgreen {
  width: auto;
  background: none !important;
  background-color: green !important;
  border-radius: 8px;
  display: inline-block;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0px green;
}

.aktivred {
  width: auto;
  background: none !important;
  background-color: red !important;
  border-radius: 8px;
  display: inline-block;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0px red;
}

.aktivyellow {
  width: auto;
  background: none !important;
  background-color: yellow !important;
  border-radius: 8px;
  display: inline-block;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0px yellow;
}

input[type=submit] {
  width: auto;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf);
  background: -o-linear-gradient(top, #ededed 5%, #dfdfdf);
  background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf);
  background: linear-gradient(to bottom, #ededed 5%, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  border-radius: 8px;
  display: inline-block;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffffff;
}

input[type=submit]:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  background: -ms-linear-gradient(top, #dfdfdf 5%, #ededed);
  background: -o-linear-gradient(top, #dfdfdf 5%, #ededed);
  background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed);
  background: linear-gradient(to bottom, #dfdfdf 5%, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color: #dfdfdf;
}

input[type=submit]:active {
  position:relative;
  top:1px;
}

table, th, td {
  font-family: Georgia;
  border: 1px solid #000000;
  border-collapse: collapse;
  text-align: center;
  padding: 5px;
  margin-bottom: 16px;
}

th {
  background-color: green;
  color: #FFFFFF;
  border: 1px solid #000000;
}

.ungerade td {
  background-color: #D6CFCE;
}

.gerade td {
  background-color: #EFEBEF;
}

#innercontent {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  width: 620px;
  padding: 10px 50px 10px 50px;
  margin: auto;
  text-align: justify;
}

#adventskalender {
  width: 1200px;
  margin: auto;
  text-align: center;
}

#adventskalender td {
  border: none;
}

.rightcolumntext {
  width: 200px;
  text-align: right;
  font-weight: bold;
  float: right;
  padding: 0px 0px 10px 20px;
}

.bottombox {
  border: thin solid;
  background-color: #BDBEBD;
  text-align: center;
  margin: 10px 0px 10px 0px;
}

.important {
  color: #FF0000;
  font-weight: bold;
}

.twocoltable {
  width: 100%;
  table-layout: fixed;
}

/*Navigation*/
#nav {
  width: 100%;
  float: left;
  margin: 0 0 1em 0;
  padding: 0;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
}

#nav ul {
  list-style: none;
  width: 722px;
  margin: 0 auto;
  padding: 0;
}

#nav ul ul {
  position: absolute;
  display: none;
  background-color: #F2F2F2;
  border: 1px solid #ccc;
  width: auto;
}

#nav ul ul ul {
  position: absolute;
  display: none;
  background-color: #F2F2F2;
  border: 1px solid #ccc;
  width: auto;
  margin: -33px 0 0 100%;
}

#nav ul li:hover ul {
  display: block;
}

#nav ul ul li:hover ul{
  display: block;
}

#nav li {
  float: left;
}

#nav li a {
  display: block;
  padding: 8px 5px;
  text-decoration: none;
  font-weight: bold;
  color: #069;
  border-left: 1px solid #ccc;
}

#nav li:last-child a {
  border-right: 1px solid #ccc;
}

#nav ul li ul li a {
  border: none !important;
}

#nav ul li ul li {
  float: none;
  display: block;
  clear: both;
}

#nav li a:hover {
  color: #c00;
  background-color: #fff;
}

/*Login-Box*/
#loginbox {
  position: absolute;
  float: right;
  left: 10px;
  width: 165px;
  text-align: justify;
}

#notloggedin {
  border: #FF0000 solid 5px;
  background: #FF0000;
}

#loggedin {
  border: #009900 solid 5px;
  background: #009900;
}

/*Statusbox*/
#statusbox {
  text-align: center;
  border: #FF0000 solid 5px;
  background: #FF0000;
}

#calendar {
  display: table;
  width: 100%;
}

#calendarcontrols {
  float: left;
  clear: both;
  width: 80%;
}

#calendardetails {
  width: 19%;
  float: right;
}

#projectdetails {

}

#aktuellermonat {
  width: 50px;
  text-align: center;
}

#calendarheader {
  width: 80%;
  display: table;
  clear: both;
  float: left;
  border-collapse: collapse;
}

.calendarwochentag {
  display: table-cell;
  min-width: 100px;
  border: solid 1px #000000;
  text-align: center;
}

#calendarmain {
  width: 80%;
  display: table;
  clear: both;
  float: left;
  border-collapse: collapse;
}

.calendarweek {
  width: 100%;
  display: table;
  clear: both;
  float: left;
  border-collapse: collapse;
}

.calendarday {
  display: table-cell;
  min-width: 100px;
  height: 120px;
  border: solid 1px #000000;
  border-collapse: collapse;
}

.calendarentryZ {
  background-color: #30CC30;
}

.calendarentryK {
  background-color: #ECEC46;
}

#detailbox {
  position: relative;
  min-width: 200px;
  min-height: 200px;
  background-color: #FFFFFF;
  border: solid 2px #000000;
}
