/* Gasthof Stegmühle */




body
{
padding:0;
margin:0;
background-color:#D67F2C;
background-image:url(../images/hg_body.jpg);
background-repeat: repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

a
{
color: #660000;
text-decoration: none;
}
a:hover
{
color: #660000;
text-decoration: underline;
}



#wrapper
{
width:1000px;
background-image:url(../images/hg_body.jpg);
background-repeat: repeat-x;
background-color: #D5AD72;
padding: 0;
margin: auto;
}

#page
{
width:1000px;
/*background-image:url(../images/hg_page.gif);
background-repeat:no-repeat;*/
float: left;
}

#header
{
width:1000px;
height: 233px;
background-image:url(../images/headergrafik.jpg);
background-repeat:no-repeat;
float: left;
}

#navigation
{
width:200px;
margin-top: 30px;
margin-left: 20px;
font-size: 12px;
float: left;
}

#inhalt
{
width:720px;
padding:20px;
float: left;
}

#fusszeile
{
width:716px;
padding: 4px;
text-align:right;
background-color: #FBF5E5;
margin-top: 15px;
margin-left:240px;
border-top: 1px solid #660000;
float: left;
}

.killfloat
{
clear:both;
}

#inhalt td.gallery_image
{
    padding: 10px;
    width: 140px;
    height: 140px;
    background-color: #FBF5E5;
    border: 1px solid #E4E4E4;
    /*margin: 5px;*/
    text-align: center;
    vertical-align: top;
}

