@import url(http://fonts.googleapis.com/css?family=Reenie+Beanie);


body  {
  margin:0px auto;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul {
  margin:0;
  padding:0;
}

body {
  background-image:url('background3.png'); 
  /*width:100%;
  height:100%;
  top:0px;
  left:0px;*/
  background-position:bottom center;
  background-attachment: fixed;
}


div#background {
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
}

div#outer {
  position:relative;
  width:960px;
  margin:50px auto;
}


div#top {
  height:1em;
}


div#inner {
 background-image: url('gelbverlauf.png') ;
  background-repeat: repeat-y;
  
}

div#content {
 
}


div#header a {
  text-decoration:none;
}


h1 { 
  font-family: 'Reenie Beanie', arial, serif; 
  font-weight:bolder;
  color:#0C3370;
  font-size: 3em;
}

h2, h3{
  font-family: 'Reenie Beanie', arial, serif; 
  font-size: 3em;
  text-align: right;
  color:#0C3370;
}

h3 {
  font-size: 2em;
}

div#header {
  background-image: url('logo.png') ;
  height:150px;
}

div#header  h1 {
  height: 150px;
  text-align: right;
  vertical-align:middle;
  color: #0C3370;
  margin-right:20px;
  
}

div#footer {
  background-image: url('footerbackground.png') ;
  background-repeat: repeat-y;
  color: #aaaaaa;
  font-size: 70%;
  margin-bottom:100px;
}

div #footersitemap  {
  padding-left: 10px;
  padding-top: 5px;
}

div #footersitemap a {
  text-decoration: none;
  color:#ffffff;
}



div #footersitemap a:hover {
  background-color:#5586D4;
}

div #footersitemap  ul{
  list-style-type: none;
  padding-left:0;
  
}

div #footersitemap   ul  li{
  float: left;
  width: 135px;
  padding-left:10px;
  padding-right:10px;
  font-weight: bold;
}

div #footersitemap   ul  li ul {
  padding-top: 0.5em;
}

div #footersitemap   ul  li ul li{
  font-weight: normal;
  padding-left:15px;
  padding-bottom: 0.5em;
  width:117px;
}

p#copyright {
  font-size: 85%;
  text-align: right;
}

p#copyright a {
  text-decoration:none;
  color: #aaaaaa;
}

p#copyright a:hover {
  text-decoration:none;
  background-color:#5586D4;
}


.clearer {
  clear:both;
}



.important {
  font-size: 120%;
}

a {
  color:#0C3370;
}


/*------------------------------------*/
div#menu {
   background: url(a_bg.png) repeat-x;
   width:100%;
   height:40px;
 
}

ul.topnav {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  float: left;
  /*width: 960px;*/
  /*background: #222;*/
  font-size: 0.8em;
  text-transform: uppercase;
  z-index: 8;
}



ul.topnav li {
  float: left;
  margin: 0;
  padding: 0 15px 0 0;
  position: relative; /*--Declare X and Y axis base for sub navigation--*/
}



ul.topnav li a{
  padding: 10px 5px;
  color:#fff;
  display: block;
  text-decoration: none;
  float: left;
}
ul.topnav li a:hover{
  background: url(topnav_hover.png) no-repeat center top;
  color: #FFDE56;
}
ul.topnav li span { /*--Drop down trigger styles--*/
  width: 17px;
  height: 35px;
  float: left;
  background: url(subnav_btn.png) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
  list-style: none;
  position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
  left: 0; top: 35px;
  background: #333;
  margin: 0; padding: 0;
  display: none;
  float: left;
  width: 170px;
  border: 1px solid #111;
}
ul.topnav li ul.subnav li{
  margin: 0; padding: 0;
  border-top: 1px solid #252525; /*--Create bevel effect--*/
  border-bottom: 1px solid #444; /*--Create bevel effect--*/
  clear: both;
  width: 170px;
  z-index:5;
}
html ul.topnav li ul.subnav li a {
  float: left;
  width: 145px;
  background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
  padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
  background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
}


.showHideContent {
  display:none;
}

