@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700);

* {
   margin: 0;
   padding: 0;
}

html {
   background: #7dbe3c;
}

body {
   color: #464646;
   font-family: 'Roboto Condensed', sans-serif;
   font-size: 15px;
   text-transform: uppercase;
   letter-spacing: 0.75px;
}

::selection {
   color: #FFF;
   background-color: #7dbe3c;
}

::-moz-selection {
   color: #FFF;
   background-color: #7dbe3c;
}

#page_margin {
   width: 900px;
   margin: 0 auto 15px;
   background-color: white;
   -webkit-box-shadow: 0px 0px 10px #286419;
   -moz-box-shadow:    0px 0px 10px #286419;
   box-shadow:         0px 0px 10px #286419;
   padding-bottom: 25px;
}

/* ---------- Header -------------- */

header {
   overflow: auto;
}

nav {
   float: left;
}

nav ul {
   margin-top: 164px;
   margin-left: 25px;
}

nav ul li {
   display: inline;
}

nav ul li a,
nav ul li a:link,
nav ul li a:visited,
nav ul li a:focus,
nav ul li a:active {
   color: #464646;
   text-decoration: none;
   padding: 164px 10px 5px;
}

nav ul li a:hover {
   background: #7dbe3c;
   background: -moz-linear-gradient(-45deg, #7dbe3c 0%, #286419 100%);
   background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#7dbe3c), color-stop(100%,#286419));
   background: -webkit-linear-gradient(-45deg, #7dbe3c 0%,#286419 100%);
   background: -o-linear-gradient(-45deg, #7dbe3c 0%,#286419 100%);
   background: -ms-linear-gradient(-45deg, #7dbe3c 0%,#286419 100%);
   background: linear-gradient(135deg, #7dbe3c 0%,#286419 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dbe3c', endColorstr='#286419',GradientType=1 );
   color: #FFF;
}

nav ul li a.current {
   background: #7dbe3c;
   background: -moz-linear-gradient(-45deg, #7dbe3c 0%, #286419 100%);
   background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#7dbe3c), color-stop(100%,#286419));
   background: -webkit-linear-gradient(-45deg, #7dbe3c 0%,#286419 100%);
   background: -o-linear-gradient(-45deg, #7dbe3c 0%,#286419 100%);
   background: -ms-linear-gradient(-45deg, #7dbe3c 0%,#286419 100%);
   background: linear-gradient(135deg, #7dbe3c 0%,#286419 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dbe3c', endColorstr='#286419',GradientType=1 );
   color: #FFF;
}

nav ul li a.sommernachtslauf:hover {
   background: #00a6d2;
   background: -moz-linear-gradient(-45deg, #00a6d2 0%, #000e42 80%);
   background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#00a6d2), color-stop(80%,#000e42));
   background: -webkit-linear-gradient(-45deg, #00a6d2 0%,#000e42 80%);
   background: -o-linear-gradient(-45deg, #00a6d2 0%,#000e42 80%);
   background: -ms-linear-gradient(-45deg, #00a6d2 0%,#000e42 80%);
   background: linear-gradient(135deg, #00a6d2 0%,#000e42 80%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6d2', endColorstr='#000e42',GradientType=1 );
   color: #FFF;
}

.logo {
   float: right;
   margin: 25px;
}

/* ---------- Content -------------- */

h1 {
   color: #286419;
   font-size: 2em;
}

body#index #contentbild h1 {
   background-color: #FFF;
   position: relative;
   top: -180px;
   float: left;
   padding: 25px 25px 25px 10px;
   letter-spacing: normal;
}

h2 {
   color: #286419;
   font-size: 1.5em;
   text-transform: none;
   margin-top: 25px;
}

#contentbild {
   margin: 0 25px;
   height: 354px;
   overflow: hidden;
}

#content {
   margin: 25px 35px 0 35px;
}

#content p,
#content table,
#content table th {
   text-transform: none;
   font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
   letter-spacing: normal;
   line-height: 25px;
   text-align: justify;
   font-weight: normal;
}

th {
   padding-right: 25px;
}

th:last-child {
   padding: 0;
}

/* ---------- Footer -------------- */

footer {
   width: 900px;
   margin: 0 auto 35px;
   text-align: right;
}

footer a,
footer a:link,
footer a:visited,
footer a:focus,
footer a:active {
   color: #FFF;
   text-decoration: none;
}

footer a:hover {
   color: #286419;
}