/* CSS Document - Obstparadies Schuback*/

/* BODY */
#body {
text-align: center;
padding: 0px;
margin: 0px;
font-family: verdana;
font-size: 80%;
background-color: #ebca72; 
}

/* WRAPPER */

#wrap {
margin: 0 auto;
padding: 0;
width: 952px;
text-align: left;
background-color: #ebca72;
}

/* HEADER */
#header {
background-color: #ebca72;
width: 950px;
height: 171px;
border-bottom: 2px solid #872828;
}

#logodiv {
float: left;
margin-top: 10px;
margin-left: 10px;
}

#headright{
margin-left: 10px;
float: left;
}

#slogan {
margin-top: 10px;
margin-left: 16px;
color: #862828;
font-size: 300%
}

#menu {
margin-top: 80px;
border-top: 2px solid #872828;
padding: 2px; 
text-align: left;
}

.men {color: #862828; text-decoration: none; margin-left: 5px;}
.men:hover {color: #862828; text-decoration: none; margin-left: 5px; border-bottom: 2px solid #862828;}

/* MITTE */

#mitte {
background-color: #ebca72;
width: 950px;
border: 0px solid #872828;
}

#rand {
width: 150px; 
float: left; 
border-right: 0px solid #872828; 
border-left: 0px solid ;
}

#rand img {
border-right: 0px solid #872828;
}

#content{
margin-left: 150px; 
text-align: center; 
padding-left: 10px; 
padding-top: 10px; width: 650px; 
border-left: 2px solid #872828;
}

/* content */

#content img {border: 1px solid #872828}
#content a {color: #862828; text-decoration: none; margin-left: 5px;}
#content a:hover {color: #862828; text-decoration: none; margin-left: 5px; border-bottom: 1px solid #862828;}
/* FOOTER */

#spacer {
height: 50px;
width: 950px;
background-color: #ebca72;
}

#footer {
background-color: #ebca72;
width: 950px;
height: 20px;
border-top: 2px solid #872828;
}

