html, body, a, p, div, span, input, textarea, button, select, option, h1, h2, h3, h4, h5, h6, pic{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #000000;
}

html, body{
    width:100%;
    height: 100%;
}

body{
    background-image:url(../pic/smooth.gif);
    background-repeat: repeat-x;
}

/* ###################################################### */
/* ################### Seiten_Container ################# */
/* ###################################################### */
#seite_komplett{
    width: 1000px;
    margin: 10px auto;
    background-color: #faf7f2;
    min-height: 300px;
}

#KopfBereich_Nav_Meta{
    line-height: 25px;
    color: #b1c580;
    margin: 0 20px 0 20px;
    text-align: right;
}

#KopfBereich_Nav_Meta a{
    color: #b1c580;
    text-decoration: none;
    padding: 0 3px 0 3px;
}

#KopfBereich_Nav_Meta a:hover{
    text-decoration: underline;
}

#LEFT_container{
    float: left;
    width: 120px;
    padding: 0 10px 0 20px;
}

#LEFT_container img.link{
    margin-top: 5px;
}

#NAV_CONTENT_container{
    float: left;
    width: 850px;
}

#NAV_container{
    float: left;
    width: 180px;
}

#LOGO img{
    margin-left: 10px;
}

#CONTENT_container{
    float: left;
    width: 630px;
    padding: 0 20px 0 20px;
}

#CONTENT_TEXT_container{
    float: left;
    width: 345px;
    min-height: 455px;
}

#CONTENT_TEXT_container div.Headline{
    margin: 6px 0 15px 0;
    font-size: 13px;
    font-weight: bold;
    color: #638c02;
    line-height: 1.5em;
}

#CONTENT_TEXT_container div.Text p{
    margin-bottom: 10px;
    line-height: 1.5em;
    color: #330000;
}

#CONTENT_PIC_container{
    float: left;
    width: 260px;
    margin-left: 25px;
}

#CONTENT_PIC_container div.pic_text div.text{
    color: #638c02;
    margin: 5px 0 15px 0; 
}

#INNER_FOOTER{
    border-top: solid 1px #638c02;
    margin-top: 10px;
}

#INNER_FOOTER #DESIGN_LINK{
    margin-top: 5px;
    float: left;
    width: 345px;
    font-size: 10px;
    color: #b1c580;
    line-height: 1.5em; 
}

#INNER_FOOTER #DESIGN_LINK a{
    font-size: 10px;
    color: #b1c580;
    text-decoration: none;  
}

#INNER_FOOTER #DESIGN_LINK a:hover{
    text-decoration: underline; 
}


#INNER_FOOTER #FussBereich_Nav_Meta{
    float: left;
    width: 260px;
    margin-left: 25px;
    text-align: right;  
}

/* ###################################################### */
/* ################### Nav_Main ######################### */
/* ###################################################### */
#Nav_Main_outer{
    margin-top: 20px;
    padding: 0 10px 0 10px;
    border-left: solid 1px #638c02;
    border-right: solid 1px #638c02;
}

#Nav_Main{
    background-color: #faf5db;
    min-height: 445px;
}

/* ################### Nav_Ebene 1 ###################### */
#Nav_Main div.e1 a{
    display: block;
    font-size: 13px;
    color: #330000;
    text-decoration: none;
    line-height: 2em;
    padding-left: 5px;
    background-color: #eddb82;
    margin-bottom: 3px;
}

#Nav_Main div.e1 a:hover, #Nav_Main div.e1 a.e1_a{
    font-weight: bold;
}

/* ################### Nav_Ebene 2 ###################### */
#Nav_Main div.e2 a{
    display: block;
    font-size: 13px;
    color: #330000;
    text-decoration: none;
    line-height: 2em;
    padding-left: 15px;
    background-color: #f5eab7;
    margin-bottom: 3px;
}

#Nav_Main div.e2 a:hover, #Nav_Main div.e2 a.e2_a{
    font-weight: bold;
}

/* ################### Nav_Ebene 3 ###################### */
#Nav_Main div.e3 a{
    display: block;
    font-size: 11px;
    color: #330000;
    text-decoration: none;
    line-height: 2em;
    padding-left: 25px;
    margin-bottom: 3px;
}

#Nav_Main div.e3 a:hover, #Nav_Main div.e3 a.e3_a{
    font-style: italic;
}



/* ###################################################### */
/* ################### Nav_Meta ######################### */
/* ###################################################### */
#Nav_Meta{
    line-height: 25px;
    color: #b1c580;
}

#Nav_Meta a{
    color: #b1c580;
    text-decoration: none;
    padding: 0 3px 0 3px;
}

#Nav_Meta a:hover{
    text-decoration: underline;
}

#Nav_Meta a.language{
    font-weight: bold;
    color: #638c02;
    text-decoration: none;
    padding: 0 3px 0 3px;
}

#Nav_Meta a.language:hover{
    text-decoration: underline;
}

/* ###################################################### */
/* ################### Nav_Breadcrumb ################### */
/* ###################################################### */
#Nav_Breadcrumb{
    margin-top: 5px;
    font-size: 10px;
    line-height: 20px;
    color: #b1c580;
    position: relative;
    left: -3px;
}

#Nav_Breadcrumb a{
    color: #b1c580;
    font-size: 10px;
    text-decoration: none;
    padding: 0 3px 0 3px;
}

#Nav_Breadcrumb a:hover{
    text-decoration: underline;
}


/* ###################################################### */
/* ################### Kontaktformular ################## */
/* ###################################################### */
#kontakt_form {
    margin-bottom: 15px;
}

#kontakt_form div.sp1{
    float: left;
    width: 100px;
    padding: 3px 0 3px 0;
}

#kontakt_form div.sp2{
    float: left;
    width: 245px;
    padding: 3px 0 3px 0;
}

#kontakt_form div.normal{
    padding: 3px 0 3px 0;
}

#kontakt_form div.line{
    margin: 5px 0 5px 0;
    height: 1px;
    background-color: #b1c580;
}

/* ###################################################### */
/* ################### Impressum ######################## */
/* ###################################################### */
#Impressum div.block{
    margin-bottom: 10px;
}

#Impressum div.headline{
    font-weight: bold;
    margin-bottom: 5px;
}

#Impressum div.sp1{
    float: left;
    width: 60px;
}

#Impressum div.sp2{
    float: left;
    width: 220px;
}


table {
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
    border: solid 1px #808080;
    vertical-align: middle;
}

table tr{
    vertical-align: middle;
    }

table td{
    border: solid 1px #808080;
    vertical-align: middle;
    padding: 3px;
    }

/* ###################################################### */
/* ################### FLOAT_BRECHER #################### */
/* ###################################################### */
.clearfix{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}


