

* {
    margin: 0;
    padding: 0;
  }


body {
    font: 110% Optima, Verdana, Arial, Helvetica, sans-serif;
    color: #f00;
    background: #E6D7BE;
  }


h1 {
    font: normal 2.0em Optima, Georgia, 'Times New Roman', sans-serif;
    color: #d29b2a;
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
  }


h2 {
    font-size: 1.4em;
    font-weight: normal;
  }


h3 {
    font-size: 1.2em;
    font-weight: normal;
  }


h4 {
    font-size: 1em;
    font-weight:bold;
  }


p {
    font-size: 1em;
  }

/* IDs */




#container {
    color: #000;
    background: #E6D7BE;
    width: 100%;
  }


#xtranav {
    
    top: 0;
    right: 0;
    height : 20px;
  }


#xtranav li {
    display: inline;
  }


#xtranav a {
    text-decoration: none;
    display: block;
    float: right;
    padding: 3px 20px;
    font-weight: bold;
    line-height: 1.5em;
    color: #fff;
    background: transparent;
  }


#xtranav a:hover {
    color: #fff;
    background:#cc0066;
  }


#header {
    width: 100%;
    height: 150px;
    background: #76A7F4 url(../../img/header.jpg) 30% 0 no-repeat;
  }


#logo {
    position: absolute;
    background-color : #716959;
    color : #fff;
    top: 12px;
    left: 5px;
    height : 122px;
    width : 250px;
  }


#main {
    margin-left: 200px;
    color: #000;
    background: #E6D7BE;
    line-height: 1.2em;
    /* to avoid the peekaboo bug */;
  }


#column {
    float: right;
    width: 200px;
    min-height: 350px;
    margin-top: 20px;
    color: #000;
    background: #a3c5c3;
  }


#column h2 {
    font-size: 1.2em;
  }


#column h3 {
    font-size: 1em;
  }


#column h4 {
    font-size: 1em;
    font-weight:bold;
  }


#column p {
    font-size: 0.8em;
  }


#column .newsdate {
    padding-top:20px;
  }

#column img {

 max-width: 200px;

}
#content {
    background-color: #E6D7BE;
    color : #000;
    margin-bottom : 20px;
    margin-right : 200px;
  }


p.dklettertech {
    text-decoration: underline;
    margin-top: 30px;
    margin-bottom: 20px;
  }


#content h2, h3, h4 {
    padding: 10px 20px;
  }


p.fett {
    font-weight : bold;
  }


#content img {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }


#content h1 {

 padding-bottom:1px;
 padding-left: 20px;
 padding-top:40px;
   
  }


#content p {
    padding: 3px 20px;
  }

#content address {

 padding:20px 20px;
font: normal 1.4em Optima, Georgia, 'Times New Roman', sans-serif;

}

#content li {

 margin-left:20px

}

p.containerbot {
    padding-bottom : 10px;
    text-align : center;
  }

p.mainbot {
clear: both;
height: 28px;
background: #B4A895;
padding: 0px 20px;
}


/* Navigation */





#navigation {
    position: absolute;
    top: 160px;
    left: 0;
    width: 200px;
    color: #000;
    background: #E6D7BE;
  }

/* navgation css */




#menue1 {
    margin-bottom : 0;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0;
    width : 180px;
  }


#menue1 #abstand1 {
    background-color : #E6D7BE;
    border-bottom-color : #304e6a;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #ffffff;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #304e6a;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #ffffff;
    border-top-style : solid;
    border-top-width : 1px;
    padding-bottom : 5px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 5px;
  }


#schalter1 a {
    display: block;
    padding: 2px;
    text-decoration: none;
    border: 1px solid #ccc;
    width: 160px;
    font-weight: bold;
    text-align: right;
    margin: 3px 0;
    background-color: #F5E9C7;
  }


#schalter1 a:link {
    color: #304E6A;
  }


#schalter1 a:visited {
    color: #369;
  }


#schalter1 a:hover {
    border: 1px solid;
    border-color: #eeeeee #304e6a #304e6a #eeeeee;
    background-color: #8DCAD0;
    color: #fff;
  }


#schalter1 a:active {
    color : #c00;
  }


#schalter1 a .pfeil1 {
    display: none;
  }


#schalter1 a:hover .pfeil1 {
    display: inline;
    color: #c00;
  }


#menue1 .toc1 {
    color: #757575;
    font-size: 85%;
    font-weight: bold;
    margin: 0 5px 5px;
  }


#menue1 .copy1 {
    color : #757575;
    font-size : 80%;
    font-weight : normal;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 5px;
    text-align : center;
  }


#menue1 .space1 {
    font-size: 1px;
    margin: 3px 0;
  }


#text1 {
    background-color : #000000;
    background-position : center center;
    border-left-style : solid;
    border-left-width : 2px;
    border-right-style : groove;
    border-right-width : 2px;
    font : message-box;
    font-size : 15px;
    text-align : left;
    top : 200px;
  }


