/* Meeresberg Intro-Page v1.0 */

body {
 background: #F2DFCE;
 margin: 0;
 padding: 0;
 color: #FFD1B3;
 font-family: "trebuchet ms", verdana, arial, tahoma;
 text-align: center;
}

a {
 color: #40291C;
 text-decoration: none;
}

a:hover {
 text-decoration: none;
 color: #8C5A3D;
}

#balken {
 height: 150px;
 position: fixed;
 top: 75px;
 left:0px;
 width: 100%;
 background: #A6695B url('images/balken-stripe.png');
 z-index: -1;
}

#page-wrap-l {
 margin: 0 auto;
 padding: 0 0 0 15px;
 width: 85%;
 min-width: 900px;

 background: url('images/bd-l.png') no-repeat left top;
}

#page-wrap-r {
 padding: 0 15px 0 0;
 width: 100%;
 height: 715px;
 background: url('images/bd-r.png') no-repeat right top;
 overflow: hidden;
}

#header {
 width: 100%;
 height: 165px;
 background: #40291C;
}

#rosi {
 background: url("images/rosi.png") no-repeat bottom left;
 height: 165px;
}

#content {
 width: 100%;
 min-height: 540px;
 background: #8C5A3D url('images/bg.jpg') repeat-x top center;
 text-align: left;
 overflow: hidden;
}

#mb {
 position: relative;
 top: 180px;
 width: 49%;
 float: left;
 font-size: 65px;
 font-weight: bold;
 text-align: center;
 color: #40291C;
}

#eh {
 position: relative;
 top: 180px;
 width: 49%;
 padding: 0 0 0 10px;
 float: left;
 font-size: 65px;
 font-weight: bold;
 text-align: center;
 color: #40291C;
}

#border-bottom {
 width: 100%;
 height: 15px;
 background: url('images/bd-b.png') repeat-x top center;
}
