html {
  background:#d6e3ef;
}

body {
    margin:0px;
}

body#popup {
    margin: 0px;
    padding: 0px;
    width: auto;
}

#background {
    margin:0px auto 0px auto;
    width:826px;
    background: #fff url(../images/layout/bg.gif) repeat-y;
    position:relative;
}

#container {
    width:812px;
    margin: 0px 7px;
}

/******************************/

#logo {
    margin: 0px;
}

#logo:link, #logo:visited {
    width: 610px;
    height: 98px;
    margin: 0px;
    display: block;
    float:left;
    position:relative;

    background: url(../images/layout/header.png) no-repeat;
    text-indent: -10000px;
}
#logo:active, #logo:focus {
  outline: none;
}

#pdf:link, #pdf:visited {
    width: 202px;
    height: 98px;
    margin: 0px;
    display: block;
    float:right;
    background: url(../images/layout/pdf.png) no-repeat;
    text-indent: -10000px;
}
#pdf:active, #pdf:focus {
  outline: none;
}


#header {
  height:98px;
  background-color: #fff;
  width:812px;
}

#nav {
    margin: 1px 0px;
    padding: 0px;
    width: 812px;
    height: 28px;
    float: left;
    background:#d6e3ef;
}

/*
#title {
    margin: 0;
    width: 532px;
    line-height: 32px;
    padding: 11px 0 11px 10px;
    font-weight: normal;
    background: #e73439;
    color: #fff;
    font-size: 32px;
    float: left;
}*/

/******************************/


#columns {
    background: #fff url(../images/layout/columns.gif) repeat-y;
    margin-top:30px;
}

* html #columns {
    margin-top:0px;;
}

#leftmenu {
    position:absolute;
    left:14px;
    top:135px;

}

#bottomimg {
    position:absolute;
    left:8px;
    bottom:11px;
    width:202px;
}

* html #bottomimg {
    bottom:7px;
}


#lefttext {
    width:191px;
    margin:24px 5px;
    font-size:10px;
}

#lefttext a {
    text-decoration:none;
    color:#FF3334;
    font-weight:normal;
    font-size:10px;
}

#content {
    padding: 10px;
    position:relative;
    width: 390px;
    min-height:300px;
    left:200px;
}
* html #content {
  height:300px;
}


#rightbar {
    position:absolute;
    top:129px;
    right:7px;
    width:202px;
    height:330px;
    background-repeat: no-repeat;
}

#footer {
    margin:-10px auto 0px auto;
    padding:10px 0px;
    width:826px;
    position: relative;
    background: #d6e3ef url(../images/layout/footer.gif) no-repeat;
    color:#4064B1;
}

#footer a {
    font-weight: bold;
    text-decoration:none;
    margin: auto 10px;
    color:#4064B1;
}

.contactlink {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0 !important;
}

.layoutfix {
  clear:both;
  font-size:1px;
  line-height:1px;
}

.msg_warning {
    border: 2px solid red;
}

div.msg_warning {
    padding: 5px;
    margin: 5px;
    background: #fcc;
}

#sitemap ul ul {
    margin: 0 0 0 15px;
    padding: 0;
}
.contactform {

}
.formcontainer {
    float: left;
    width: 390px;
    background:#fff;
}
.formsidebar {
    padding: 0 25px;
    float: left;
}
.bericht {
    display: none;
}
.pagebrowser {
    color: #666;
}
.multirow td {
    vertical-align: top;
}
