/* General */
* {
    margin: 0;
    padding: 0;
}

#logo-main {
    position:absolute;
    top:16px;
    left:48px;
}

html, body {
    background:#0066B3;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 1em;
}

body {
    font-size: 100.01%;
    padding:32px 0 16px 0;
    text-align:center;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

.y {
    clear: both;
}

.x {
    height: 0px;
    width: 0px;
    display: block;
    overflow: hidden;
}

ul, li, ol {
    list-style: none;
}

#wrap {
    position:relative;
    background:#fff;
    margin:0 auto;
    padding:16px;
    text-align:left;
    width:736px;
}

/* Meta navigation */
#meta {
    background: #F1F1F1;
    padding: 3px 0 0 0;
    width: 736px;
}

#meta p {
    background: #fff;
    width:px;
    margin: 0 0 0 0px;
    padding: 0 0 3px 0;
    text-align: center;
    color: #a0a0a0;
}

#meta p a {
    color: #a0a0a0;
}

/* Header */
#header {
    background: url(../images/bg2.gif);
    padding:0;
}

#header p {
    background: #fff no-repeat top right;
    height:176px;
}

#header p img {
    margin:-32px 265px 0 265px;
}

/* Layout columns */
#col-left {
    width:192px;
    float:left;
    font-size:0.6875em;
}

#col-body {
    width:512px;
    font-size: 0.6875em;
    margin:0 16px;
    float:left;
}

/* Main navigation */
#mnavi a {
    display:block;
    color:#0062B7;
    background-color:#85B6DB;
    border-bottom:1px solid #0062B7;
}

#col-left ul.e1 {
    margin:0 0 16px 0;
}

#col-left li a.e1p {
    padding:3px 5px 3px 10px;
}

#col-left li a.e1a,
#col-left li a.e1o,
#col-left li a.e1oa {
    padding: 3px 5px 3px 10px;
    background: #fff url(../images/navi_pfeil_rechts.gif) no-repeat right center;
}

#col-left li a.e1oa {
    background: #fff url(../images/navi_pfeil.gif) no-repeat right center;
}

#col-left li a.e1o {
    background: #e8e8ee url(../images/navi_pfeil.gif) no-repeat right center;
}

#col-left li a.e2p {
    padding: 3px 5px 3px 20px;
}

#col-left li a.e2a,
#col-left li a.e2o,
#col-left li a.e2oa {
    padding: 3px 5px 3px 20px;
    background: #fff url(../images/navi_pfeil_rechts.gif) no-repeat right center;
}

#col-left li a.e2oa {
    background: #fff url(../images/navi_pfeil.gif) no-repeat right center;
}

#col-left li a.e2o {
    background: #e8e8ee url(../images/navi_pfeil.gif) no-repeat right center;
}

#col-left li a.e3p {
    padding: 3px 5px 3px 30px;
    background: #e8e8ee url(../images/pf_navi1.gif) no-repeat 25px 8px;
}

#col-left li a.e3a,
#col-left li a.e3o {
    padding: 3px 5px 3px 30px;
    background: #fff url(../images/navi_pfeil_rechts.gif) no-repeat right center;
}

#col-left li a.e3o {
    background: #e8e8ee url(../images/navi_pfeil.gif) no-repeat right center;
}

#col-left ul.e3 {

}

/* Boxes, left */
.boxleft,
.logoutbox {
    background:#85B6DB;
    width:192px;
    border-top:1px solid #0062B7;
    border-bottom:1px solid #0062B7;
    margin:0 0 16px 0;
    padding:8px 0 0 0;
    font-size:1.45em;
}

.boxleft label {
    float:left;
    width:80px;
    text-indent:16px;
    padding:1px 0 0 0;
    cursor:pointer;
    color:#0062B7;
    font-size:0.6875em;
}

.boxleft input {
    float:left;
    width:64px;
    margin:0 8px 8px 0;
    font-size:0.6875em;
}

.boxleft a {
    float:left;
    width:32px;
    color:#0062B7;
    padding:1px 0 0 0;
    font-size:0.6875em;
}

.boxleft a:hover {
    text-decoration: none;
}

.boxleft select {
    float:left;
    width:80px;
    font-size:0.6875em;
    margin:0 5px 5px 59px;
}

.logoutbox p {
    font-size: 0.6875em;
    padding: 0 10px 10px 10px;
}

.logoutbox p {
    font-size: 0.6875em;
    padding: 0 16px 10px 16px;
}

.logoutbox p a {
    color:#0062B7;
    padding: 0 13px 0 0;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat right center;
}


/* Content */
h1, h2, h3 {
    font-size: 1.32em;
    color:#C20000;
    padding:0 0 8px 0;
}

#col-body h2 {
/*  font-size: 0.6875em;    */
    color: #0062B7;
    padding: 16px 0 4px 0;
}

#col-body p {
/*  font-size: 0.6875em;    */
    color: #493E34;
    padding:8px 0 8px 0;
    line-height: 1.5;
}

#col-body div.artikelliste p {
    padding:0;
}

#col-body h2 a,
#col-body div.artikelliste p a {
    color: #0062B7;
}

#col-body a {
    color: #0062B7;
}

#col-body div.content ul {
    color: #0062B7;
    padding: 10px 16px 0 16px;
/*  font-size: 0.6875em;        */
}

#col-body div.content ul li {
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 0px 7px;
    padding: 3px 0 3px 16px;
}

* html #col-body div.content ul {
    width: 100%;
}

* html #col-body div.content ul li {
    float: left;
    width: 400px;
}

#bc {
    color: #a0a0a0;
    font-size: 0.6875em;        
    padding: 2px 16px 10px 16px;
}

#bc a {
    color: #a0a0a0;
}

/* Footer */
#footer {
    border-top: 1px solid #d2d2d2;
    margin: 40px 10px 50px 10px;
    padding: 5px 0 0 0;
    text-align: center;
    font-size: 0.6875em;
    color: #a0a0a0;
}

#footer a {
    color: #a0a0a0;
}

/* Contact form */
.kontaktformular label {
    float: left;
    width: 100px;
}

.kontaktformular input {
    vertical-align: middle;
}

.kontaktformular p.abschicken {
    margin: 0 0 0 100px;
}

.kontaktformular p.abschicken input {
    font-size: 11px;
}

.kontaktformular input.eingabe,
.kontaktformular textarea {
    width: 300px;
}

.kontaktformular textarea {
    height: 150px;
}

/* Right column */
#col-right h1 {
    padding: 10px 10px 0 10px;
}

#col-right h3 {
    font-size: 0.6875em;
    padding: 0 10px;
}

#col-right p {
    font-size: 0.6875em;
    padding: 0 10px 20px 10px;
    color: #3E4D74;
    line-height: 1.5;
}

#col-right a {
    color: #D9681C;
}

/* Search results */
.suchausgabe hr.noshade {
    border: none;
    border-top: 1px solid #a0a0a0;
    height: 0px;
    margin: 15px 10px 0 10px;
}

.suchausgabe h2 {
    padding: 0;
}

.suchausgabe p {
    padding: 0;
    margin: 0;
}

.suchausgabe h2 span {
    color: #000;
    font-weight: normal;
}

/* Image gallery */
table.gallery {
    margin: 20px 10px 0 10px;
    width: 410px;
}

table.gallery td.gallery-navigation {
    font-size: 0.6875em;    
}

table.gallery tr.thumbnails td {
    padding: 0 0 30px 0;
}

table.gallery dd {
    font-size: 0.6875em;
}

.download {
    font-size: 0.6875em;
    padding: 3px 0 3px 10px;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 0px 7px;
}

.download-img {
    font-size: 0.6875em;
    padding: 3px 0 3px 20px;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
    font-size: 0.6875em;
    margin: 20px 10px 0 10px;
    color: #3E4D74;
}

dl.gallery-detail dt {
    text-align: center;
    padding: 0 0 5px 0;
}

/* Sitemap */
ul.sitemap {
    width: 512px;
    margin: 20px 0 0 0;
}

ul.sitemap li {
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
    padding: 3px 0 3px 20px;
    float: left;
    /*font-size: 0.6875em;*/
    width: 390px;
}

ul.sitemap li ul {
    width: 350px;
    margin: 5px 0 0 0;
}

ul.sitemap li ul li {
    float: left;
    width: 300px;
}

ul.sitemap li ul li {
    font-size: 1em;
}

a.extern {
    padding: 0 0 0 12px;
    background: url(../images/button_externen_link.gif) no-repeat 0 4px;
}

.artikelliste h2 {
    font-size:1.2em;
    line-height:1.8em;
}
.artikelliste p a img {
    padding-right:16px;
    float:left;
}