* {
    padding: 0;
    margin: 0;
}

body {
    background-color: white;
    font-family: verdana, sans-serif;
    font-size: 12px;
    background-repeat: repeat-y;
    background-image: url("../images/bg.png");
           background-position:left top;
}

body.home #wrap {
    background-image: url("../images/bodybg_home.png");
    background-position:left top;
    background-repeat: repeat-x;
background-position:left 2px;
}


html {
    overflow-x: hidden;
   

}

a img {
    border: 0;
}

a:active, a:focus{
	outline:none;
}

ol {
    list-style-position:outside;
    padding-left:24px;
    text-indent:0px;
    
}

#wrap {
      background-color:transparent;
    margin: 0;
    position: relative;
    height:100%;

}
#wrap, #leftcol, #subnav, #content, #contentWrap {
      background-color:transparent;
}
#logo {
    position: absolute;
    top: 40px;
    left: 79px;

}
  #header {
      
  }
#headermetanav {
    position: absolute;
    right: 113px;
    top: 39px;
    color: #8596b2;
    font-size:11px;
}

#headermetanav a {
    text-decoration: none;
    color: #8596b2;
    font-size:11px;
}

#headermetanav a:hover {
    text-decoration: underline;
}

#headerwhite {
    background-color: white;
    height: 65px;
    width: 100%;
    position: relative;
    width:1000px
}

#langmenu, #toolsmenu {
    display: inline;
}

#langmenu {
    padding-right: 4px;
}

#headerblue {
    position: relative;
    height: 75px;
    width: 100%;
    background-color: #1d3a6c;
}
#headerblueinner {
    width:1000px;
    position:relative;
}
#headernames {
    position: absolute;
    height: 54px;
    top: 6px;
    right: 114px;

    background-color: #1c3a6c;
}

#homeGhostNav #headernames {
    right:0;
    top:11px;
}


#headernames {
    height: 20px;
}
#headernames table {border-collapse: collapse;}
#headernames td {
    vertical-align: middle;
}
.headname{display: block;}
#nav {
    position: absolute;
    left: 77px;
    bottom: 1px;
    background-color: #1c3a6c;
    height: 20px;
    z-index: 3;
}

#nav table {

    clear: both;
    width: 810px;
    border: 1px solid #8596b2;
    border-collapse: collapse;
    border-width: 1px 1px 0 1px;
    height: 20px;

}

#nav td {
    border: 1px solid #8596b2;
    border-collapse: collapse;
    border-width: 1px 1px 0 1px;
    height: 20px;
    vertical-align: top;
    text-align: center;
    line-height:18px;

}

#nav td:hover, #nav td.active {
    background-color: #567097;
}
#nav #firstemptycell:hover {
    background-color:transparent;
}

#nav td:hover a, #nav td.active a {
    color: #c9d4e3;
}


#nav table #firstemptycell {
    width:202px;
}

#nav a {
    line-height: 18px;
    color: #809abd;
    text-decoration: none;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;

}

#navprebox {
    border: 1px solid #8596b2;
    border-width: 1px 0 0 1px;
    position: absolute;
    left: 77px;
    height: 20px;
    z-index: 2;
    width: 600px;
    height: 20px;
    bottom: 1px;
}

#subnav {
    position: absolute;
    overflow-x: hidden;
    overflow-y:visible;
    top: 187px;
    left: 78px;
    width: 173px;
    
    /*background-image: url("../images/menubg.png");
    background-repeat: repeat;
    padding-bottom: 1px;      */
}

#subnav li {
    list-style: none;
    background-image: url("../images/subnav-dot.png");
    background-repeat: no-repeat;
    background-position: 9px 13px;
    border:1px solid #e8eced;
    border-width:1px 0 0 0;

}

#subnav li:hover {
        background-image: url("../images/subnav-hover-dot.png");
}

#subnav li li {
    background-position: 20px 12px;
}

#subnav a {
    color: #1d3a6c;
    text-decoration: none;
    font-size: 12px;
    display:block;
    padding-top:4px;
    padding-bottom:3px;
    line-height:16px;
}

#subnav li a {
    padding-left:23px;
}
#subnav li li a {
    padding-left:31px;
}

#subnav a:hover, #subnav a.active {
    color: #8596b2;
}

#subnavhead {
    color: #1d3a6c;
    text-decoration: none;
    font-size: 12px;
    display:block;
    line-height:14px;
    font-weight: bold;
    padding-left: 10px;
    border:1px solid #e8eced;
    border-width:1px 0 0 0;
}

#subnav {
    border:1px solid #e8eced;
    border-width:0 0 1px 0;
}

#contentWrap {
    position: absolute;
    right: 0;
    top: 148px;
    left:278px;
    overflow-x: hidden;
    overflow-y: visible;
           
}

#content {
    width: 590px;
    line-height: 16px;
    padding-top:40px;

}

#content img.right {
    margin-right: -18px;
   position: relative;
}

#content h2 {
    color: #567097;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 16px;
}

#content h3 {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0.6em;
}

#content {
    color: #666;
}

#content a {
    color: #1d3a6c;
    text-decoration:underline;
}

#content a:hover {
    text-decoration:none;
    color: #8596b2;
}


#content ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#content ul li {
background:transparent url(../images/lidot.png) no-repeat scroll 0 7px;
padding-left:10px;
}


table.twoCols, table.twoCols td, table.twoCols tr { 
    border: 0;
    border-collapse: collapse;
    vertical-align: top;
    
}

.twoColsLeft {

    padding-right: 37px;
}

#footer {
    background-color: white;
    margin-top: 2em;
    padding-top: 6px;
    padding-bottom: 1em;
            font-size:11px;
    width: 605px;
}

#footerline {
    border: 1px solid #dee5ed;
    border-width: 1px 0 0 0;
    width: 590px;
    margin-bottom: 6px;
}
#footerLeft{
    width: 400px;
    float: left;
}
#footerRight{
    width: 180px;
    float: right;
    margin-right: 18px;
}
#footerRight li{float: right;}
#footer p {
    display: inline;
    color: #8596b2;
    font-size:11px;
}

#footer a {
    color: #8596b2;
    text-decoration: none;
    font-size:11px;
}

#footer a:hover {
    text-decoration: underline;
}

#footer {
    color: #8596b2;
}

#footer ul, #footer ul li, #footer p {
    display:inline;
    background-image: none;
}

.spacerAfter1 {
    margin-bottom: 1em;
}

.spacerAfter2 {
    margin-bottom: 2em;
}

.spacerBefore1 {
    margin-top: 1em;
}

.spacerBefore2 {
    margin-top: 2em;
}

.line {
    border: 1px solid #8596b2;
    border-width: 1px 0 0 0;
}

.adminfeedback {
    border: 1px #DD3300 solid;
    padding: 1em;
}

.clearer {
    clear: both;
}

/** bilder Text **/
img.top {
    display: block;
}

img.left {
    float: left;
    margin-right: 10px;
}

img.right {
    float: right;
    margin-left: 10px;
}
img.top {
    margin-bottom:10px;
}

/**** ****/
#formChSp {
    display: none;
}


#headerEditButton {
position: absolute;
top: 30px;
left: 0px;
}

#homeEditButton {
position: absolute;
top: 230px;
left: 20px;
}


#startpageImage img {
    border: 0;
    z-index: 999;
}
#homeGhostNav {
    position:absolute;
    top:72px;
    left:0;
    width:900px;

}
#homeGhostNav {
    float: right;
    background-color: transparent;
    z-index: 222;

}

#homeGhostNav td, #homeGhostNav td a, #homeGhostNav #headernames {
    background-color: transparent;
}

.ankerhint {
    font-size:12px;
}


#home-text {
    position:absolute;
    top:360px;
    left:626px;
    color: #DDD;

}
#home-text a {
    color:#8596b2;
    text-decoration:underline;
    
}
.pre-ueberschrift-1 {
    height: 15px;
}

.pre-ueberschrift-2 {
    height:24px;

}
.pre-ueberschrift-line, .line {
    border: 1px solid #dee5ed;
    border-width:1px 0 0 0;
    height:0px;
}

a.anker {
    display:block;
    height:1px;
}



