#base {
  position:relative;
  width:800px;
  margin:auto;
  background:white url(../img/background.jpg) 0px 95px repeat-x;
  z-index:1;
  border:1px solid black;
}

#top {
  position:relative;
  width:800px;
  height:95px;
  background:url(../img/top.jpg) no-repeat;
  z-index:2;
}

#menu {
  position:relative;
  float:left;
  z-index:3;
  padding:5px;
  margin-top:10px;
}

#menu ul {
  list-style:none;
  margin:0;
  padding:0;
}

#menu li {
  display:block;
  margin:2px 0;
  border-top:1px solid #0076dc;
  border-bottom:1px solid #0076dc;
}

#menu a {
  display:block;
  padding:5px 10px;
  background-color:transparent;
  color:#0076dc;
}

#menu a:hover {
  display:block;
  padding:5px 10px;
  background-color:#0076dc;
  color:white;
}

#inhalt {
  position:relative;
  float:left;
  width:590px;
  padding:0 20px;
  z-index:4;
}

#bottom {
  position:relative;
  clear:both;
  text-align:right;
  padding:10px;
}

#bottom a {
  color:black;
  font-size:12px;
  padding-right:20px;
}

#bottom a:hover {
  color:gray;
}

#bottom p {
  color:white;
  float:left;
  margin:0;
  padding:0;
}

.box_gradient {
background: rgb(240,249,255); /* Old browsers */
background: -moz-linear-gradient(top, rgb(240,249,255) 0%, rgb(203,235,255) 65%, rgb(161,219,255) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240,249,255)), color-stop(65%,rgb(203,235,255)), color-stop(100%,rgb(161,219,255))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(240,249,255) 0%,rgb(203,235,255) 65%,rgb(161,219,255) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(240,249,255) 0%,rgb(203,235,255) 65%,rgb(161,219,255) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgb(240,249,255) 0%,rgb(203,235,255) 65%,rgb(161,219,255) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgb(240,249,255) 0%,rgb(203,235,255) 65%,rgb(161,219,255) 100%); /* W3C */
  -moz-box-shadow: 0px 0px 4px #61431F; /* FF3.5 - 3.6 */
  -webkit-box-shadow: 0px 0px 4px #61431F; /* Saf3.0+, Chrome */
   box-shadow: 0px 0px 4px #61431F; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
   -moz-border-radius: 12px; /* FF1-3.6 */
  -webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
          
  /* useful if you don't want a bg color from leaking outside the border: */        
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
  padding: 10px;
}

.box_gradient p {
	line-height: 150%;	
	font-size: 10pt;
	font-weight: bold;
}
