/* ============ Engelmann / Layout / Media Screen ========== */

/* ==== General Stuff ==== */



body {
height:99%;
width:99%;
color:#111;
font:14px verdana, arial, sans-serif;
background-color:#96000C;
}
#container {
width:1002px;
margin:14px auto;
text-align:left;
}

#content {
padding: 30px 40px 30px 40px;
background:#fff;
}
#content_start {
padding: 30px 40px 30px 40px;
background:#fff url(bilder/ich.jpg) right top no-repeat;
height:1170px;
}
a {
font-size:12px;
text-decoration: underline;
color:#96000C;
}

a:hover,
a:focus,
a:active {
color:#540108;
}

#header {
width:1002px;
background:url(bilder/pano_engelmann.jpg) left bottom no-repeat;
height:211px;
}

#header h1, h3 {
position: absolute;
top:-2000px;
right:2000px;
width:1px;
}

/* ==== menü ==== */

#menuebar {
height:26px;
width:1002px;
padding:10px 0px 5px 0px;
text-align: left;
letter-spacing:2pt;
}

a.menu {
font-size:14px;
text-decoration: none;
color:#fff;
padding-right:20px;
}

a.menu:hover,
a.menu:focus,
a.menu:active {
color:#111;
background-color:inherit;
}

a.menu_s {
color:#111;
font-size:14px;
text-decoration: none;
padding-right:20px;
}

.bild_l {
border: none;
margin-right:20px;
margin-bottom:10px;
float: left;
}

.bild_r {
border: none;
margin-left:20px;
margin-bottom:10px;
float: right;
}
.rot {
color:#96000C;
}

.text {
margin-left:300px;
width:540px;
}
#content_start #column7 {
float:left;
width:70%;
}
#content_start #column13 {
float:left;
width:29%;
}

#content_start #column3 {
float:right;
width:39%;
}
#content_start #column31 {
float:right;
width:30%;
}

hr {
 border: none; 
 border-top: 1px solid #96000C;
 height: 1px;
 margin:40px 0 40px 0;
 }