BODY {
	background-color: #fff;
	font-family: Arial;
	font-size: 12px;
}
#all{
	position: relative;
    width: 1000px;
    margin: 0 auto;
    background: url(/design/roemischeherberge/img/bg_slice.png) repeat-y;
}
#left_col{
    width: 175px;
    float:left;
}
#left_col .flag {
    float:left;
    width:50px;
    padding:7px 12px;
}
#outer_right_col{
    float: left;
    width: 825px;
}

#top_imgs{
    height: 137px;
    overflow: hidden;
}
#menu{
    height: 34px;
    overflow: hidden;
    background: #DED7D3;
}
#inner_right_col{
    width: 270px;
    overflow: hidden;
    float: left;
}
.img{
    margin-top: 20px;
}
.img IMG{
    border: 4px solid #DED7D3;
}

#content{ 
    float: left;
    min-height: 400px;
    width: 500px;
    margin: 30px 30px 30px 25px;
}

#imprint{
    margin: 20px 30px 30px 25px;
}

#divider{
   background-color: #DED7D3;
   height: 30px;
   margin-top: 40px;
}
#divider SPAN{
   font-size: 15px;
   position: relative;
   top: 6px;
   left: 25px;
}
#contact{
    color: #B81A06;
    width: 165px;
    margin: 0 5px 0 10px;
    font-size: 10px;
    margin-top: 100px;
}
#contact A{
	text-decoration: none;
}

#menu OL{
    margin-top :10px;
}
#menu OL LI{
    display:inline;
}
#menu A{
    color: #000;
    text-decoration: none;
    padding-top: 8px;
}
#menu A:hover{
    color: #B81C07;
}

#submenu OL {
    margin-top: 45px;
    list-style-type: none;
}
#submenu OL LI{
    margin: 20px 0;
}
#submenu OL LI A{
    color: #000;
    text-decoration: none;
    text-align: right;
    display:block;
    padding-right: 10px;
}

#submenu OL LI A:hover{
    font-weight: bold;
}

.imprint{
	margin-top: 20px;
}
.imprint A{
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}
.imprint A:hover{
	color: black;
}
.content .imprint P{
	font-size: 9px;
	margin-top: 5px;
}

.footer{
	position: relative;
}
.footer #imprint_link{
	color: #000;
	text-decoration: none;
	position: absolute;
	top: 8px;
	left: 25px;
}

.footer #datenschutz_link{
	color: #000;
	text-decoration: none;
	position: absolute;
	top: 8px;
	left: 125px;
}

/*Bildergallery*/
.xd-media-box {
	float: left;
}
.xd-media-box{
	margin-right: 10px;
}