/* Leuchtameisen kommunikationskooperative */

body {

    font-family: "Trebuchet MS";
    background-color: #ffffff;
    color: #000000;
    background-image: url("../image/head_bg.jpg");
    background-position: 0 0;
    background-repeat: repeat-x;
    margin: 0;

}

div#container {

    width: 100%
}


div#wrap {

    width: 970px;
    margin: 0 auto;

}

div#head {

    width: 970px;

}

div#logo {

    float: left;

}


div#adresse {
    padding-top: 5px;
    float: right;
    text-align: right;
    font-size: 13px;
    color: #277621;
	line-height: 16px;

}

.clear {

    clear: both;

}

div#page_head {

    width: 970px;
    height: 75px;
    padding-top: 40px;


}


div#page_foot {

      width: 970px;
      height: 75px;

      text-align: center;

  }


div#footer_txt {

    margin-top: 30px;
    border-top: 2px solid #acab99;
    font-size: 12px;
}


div#page_head h1 {

    padding-left: 295px;
    margin: 0;
    font-size: 35px;
    color: #277621;
}

div#page_right h2 {

    padding-left: 90px;
    margin: 0;
    font-size: 17px;
    }



div#page_right {

    width: 763px;
    float: right;
    background-image:url("../image/text_bg.png");
    background-repeat: repeat-x;
    min-height: 600px;
    background-color: #eeeeee;
    border-left: 2px solid #277621;



}



div#page_right p, div#page_right img {
    
    padding-left: 90px;
    padding-right: 70px;
    
}


div#page_right p {

    line-height: 25px;

}


p.first {

    margin-top: 0px;

}

div#page_left {

    width: 205px;
    float:left;
    text-align: right;




}

ul#navi {

    padding-right: 20px;
    list-style-type: none;
    margin-top: 0;
	font-weight: bold;


    
}


ul#navi li {
    
    margin-bottom: 10px;
    color: #277621;
    
}

ul#navi li a:link {

    color: #acab99;
    text-decoration: none;
}

ul#navi li a:visited{

    color: #acab99;
    text-decoration: none;
}

ul#navi li a:focus{

    color: #acab99;
    text-decoration: none;
}

ul#navi li a:hover{

    color: #277621;
    text-decoration: none;
}

ul#navi li a:active{

    color: #acab99;
    text-decoration: none;
}


div#adresse a:link, p a:link {

    color: #277621;
    text-decoration: none;
}

div#adresse a:visited, p a:visited{

    color: #277621;
    text-decoration: none;
}

div#adresse a:focus, p a:focus{

    color: #277621;
    text-decoration: none;
}

div#adresse a:hover, p a:hover{

    color: #277621;
    text-decoration: underline;
}

div#adresse a:active, p a:active{

    color: #277621;
    text-decoration: none;
}

ul.speisekarte {

    padding-right: 70px;
	padding-left: 90px;
	    list-style-type: square;
    list-style-position: outside;
    margin-top: 0;
}


ul.speisekarte li:first-child {

    list-style-type: none;
	
}

ul.weinkarte {

    padding-right: 70px;
	padding-left: 90px;
	    list-style-type: square;
    list-style-position: outside;
    margin-top: 0;
}

 ul.weinkarte li span#sub {

    font-style: italic;
	font-size: 13px;


}

div#page_right p#impressum {
	font-size: 12px;
	line-height: 15px;
	}


li#zeiten {

    font-size: 12px;
}



	



