html {
   margin: 0px;
   padding: 0px;
}
body { 
    margin: 0px;
    padding: 0px;
    background-image: url(http://www.passeier.it/natuerlich/img/background_01.gif); 
    background-repeat: none;
    color: #666666;
}

a { 
    text-decoration: none; 
}
a:link {  
    color:#007000; 
}
a:visited { 
    color:#007000;
}
a:hover {
    color:#000000;
}
a:active { 
    color:#000000;
}

/*Layout*/
#kopf { 
    width:559px; 
    height: 126px; 
    margin:0px; 
    background-color: #ffffff;
    background-image: url(http://www.passeier.it/natuerlich/img/head_02.gif); 
    background-repeat: none;
}
#kopf_rechts { 
    position:absolute;
    margin-left:561px; 
    margin-top:50px; 
    height: 76px; 
    width: 200px;
    background-color: #f4d100;
    z-index: 1;
}
#kopf_links { 
    position: absolute;
    margin-left:0px; 
    margin-top:0px;
    width: 260px;
    height: 125px;
    cursor: pointer;
}
#navi_oben { 
    position: absolute;
    margin-left:282px; 
    margin-top:34px;
}
#l_block { 
    width:150px; 
    margin:0px; 
    float:left;
    background-color: #ffffff;
}
#inhalt { 
    width:410px; 
    float:left;
}
#inhalt_container { 
    margin-top: 20px;
    margin-left: 10px;
    padding-right: 6px;
}
#rechteSpalte { 
    position:absolute;
    margin-left:616px; 
    margin-top:0px; 
    height:300px; 
    width: 200px;
}
#r_block { 
    width:200px; 
    margin-left:561px;
    margin-top: 2px;
}
#rechts_1 { 
    padding-left:6px;
    width:400px; 
    color: #666666;
    background-color: #ffffff;
}
#rechts_2 { 
    padding-left:6px;
    width:400px; 
    background-color: #ffffff;
}
#rechts_3 { 
    background-color: #d6e2ec;
    border-top: 3px solid #d6e2ec;
    border-left: 3px solid #d6e2ec;
    border-right: 3px solid #d6e2ec;
    width: 200px;
}
#rechts_3_inhalt { 
    padding-left: 5.5px;
    padding-top: 5.5px;
    background-color: #d6e2ec;
}
#rechts_4 { 
    background-color: #ffffff;
    border-top: 3px solid #d6e2ec;
    border-bottom: 3px solid #d6e2ec;
    border-left: 3px solid #d6e2ec;
    border-right: 3px solid #d6e2ec;
    width: 200px;
}

#rechts_5 { 
    background-color: #ffffff;
    border-bottom: 3px solid #d6e2ec;
    border-left: 3px solid #d6e2ec;
    border-right: 3px solid #d6e2ec;
    width: 200px;
}


#rechts_6 { 
    background-color: #ffffff;
    border-bottom: 3px solid #d6e2ec;
    border-left: 3px solid #d6e2ec;
    border-right: 3px solid #d6e2ec;
    width: 200px;
}
.titel_rechts{ 
color:#007000;
}
#suche { 
    background-color: #ffffff;
    padding: 20px 0px 10px 10px;
}

#link_mitglieder { 
    background-color: #cccccc;
    border-top: 1px solid #007000;
    padding: 20px 0px 10px 10px;
}

/* Einstellungen Inhalt  */
.titel_inhalt{ 
color:#6699cc;
}
.text_basic{ 
color: #666666;
}

.bild_basic{ 
background-color:ffffff;
vertical-align: top;
}


.text_basic a { color:#007000; text-decoration: none; }
.text_basic a:link  {  color:#007000; }
.text_basic a:visited { color:#007000;}
.text_basic a:hover   {  color:#000000;}
.text_basic a:active  { color:#000000;}


#stop{
  clear: both;
}