

.header {
    /*background: #c7c7c7;*/
    background: #85171b;
    color: #eee;
    padding-top: 1em;
    
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -khtml-border-top-left-radius:5px;
    -khtml-border-top-right-radius:5px;
}

.header p {
    padding-left: 10px;
    font-size: 1.6em;
    font-color: #fff;
    font-weight: bold;
}

.header a {
	text-decoration: none;
	color: #fff;
}

.topnav {
    margin: 0;
    padding: 0;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    /* IE fix */
    /* width:100%; */
    overflow:hidden;
    float:right;
    display:inline;
    /* IE fix */
    position: relative;
    border-top:1px #eee solid;
    /*
    border-bottom:1px #333 solid;
    */
/*    line-height:0; */
    
    background:#ccc url("../images/topnav/button.png") repeat-x center right; 
     
    -moz-border-radius-bottomleft:7px;
    -moz-border-radius-topleft:7px;
    -moz-border-radius-bottomright:7px;
    -moz-border-radius-topright:7px;
    -khtml-border-bottom-left-radius:7px;
    -khtml-border-top-left-radius:7px;
    -khtml-border-bottom-right-radius:7px;
    -khtml-border-top-right-radius:7px;

    /* visibility:hidden; */
}

.topnav ul {
    margin:0;
    margin-left: 1.5em;
    padding:0;
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    /*border-left:1px #aaa solid;
    border-right:1px #fff solid;
    */
}

.topnav ul li {
    display: inline;
    /*background:#ccc url("../images/topnav/button120.png") repeat-x center right;*/
    list-style-type:none;
    /*line-height:2.0em; */
    border-right:1px #ccc solid;
 
}

.topnav ul li.last {
	border-right: none;
}

.topnav ul li.active a {
/*    background:#ccc url("../images/topnav/button120focus.png") repeat-x center right; */
    color: #ccc;
    /*line-height:2.0em; */

}

.topnav ul li a {
    padding:0em 1.2em 0em 1.2em;
    font-size: 1.4em;
/*    display:block; */
    text-decoration: none;
    font-weight:bold;
    color: #eee;
    /* line-height:2.0em; */

}

.topnav ul li a:focus,
.topnav ul li a:hover,
.topnav ul li a:active {

/*    padding:0em 1.2em 0em 1.2em; */
/*    background:#ccc url("../images/topnav/button120focus.png") repeat-x center right; */
    color: #ccc;
    /* line-height: 2em; */
}

.topnav .search {
    float: right;
    margin: 0;
    padding: 0em 0.5em 0.1em 1em;
}

/*
.topfast {
    display: inline;
    text-align: right;
}

.topfast ul {
    display: inline;

}

.topfast ul li {
    padding: 0.5em 0em 0em 0.2em;
    display: inline;
}

.topfast ul li a {
    text-decoration: none;
    color: #000;

}
*/

.rightnav {
    margin: 0;
    padding: 0;
    text-align: left;
    background: #fff;
}

.rightnav ul li {
/* background:#fff url("../images/leftnav/button.png") repeat-x center right;   */
   list-style-type:none;
   width: 100%;
   height: 30px;
    
}

.rightnav ul li a {
    padding: 0em 1.2em 0em 0.2em;
    margin: 0;
    text-decoration: none;
    font-size: 1.4em;
   /* font-weight: bold; */
    color: #000;

}


.rightnav ul li a:focus,
.rightnav ul li a:active,
.rightnav ul li a:hover {
    color:#333;
}


.footer {
}

.footer a {
    padding-right: 0.5em;
    text-decoration: none;
}

.main {
    min-height: 400px;
}

a {
    color: #85171b; 
}

.topspace {
    height: 30px;
}

.clickpfad {
  padding-top:15px;
  padding-left: 37px;
}

