body {
    position: relative;
	background: #bcbcbc;
	text-align: left;
	color: #6f6f6f;
    font-family: Microsoft Sans Serif;
	font-size: 13px;
    font-weight: normal;
	margin:  0px;
}
#page {
    background: url("mitte.jpg") repeat-y top;
    border: none;
    margin: 4% auto;

    padding: 0;
    width: 700px;
    border: 2px solid #727272;
}
#header {
    position: relative;
	background: url('header.png');
 	width: 700px;
 	height: 111px;
	margin: 0px;
	margin-top: 0px;
}
#h_img {
	position: relative;
	background: url('header.jpg');
 	width: 700px;
 	height: 111px;
	margin: 0px;
	margin-top: 0px;
}
#mittelteil {
    float:left;
    width:519px;
	text-align: left;
    padding-left: 30px;
}

a, a:visited{
    color: #6f6f6f;
    text-decoration:none;
}

a:hover{
    color: #b71d1b;
    text-decoration:none;
}

.m_text{
    text-align: left;
	line-height: 12pt;
    padding-left: 200px;
}
.m2_text{
    text-align: left;
	line-height: 12pt;
    text-align: center;
    width: 305px;
    float: left;
    padding-top: 70px;
    height: 240px;
}
.rahmen{
    background: #ffffff;
	border: 1px solid  #999999;
	padding: 3px;
}
.schatten{
    background: url("s.gif") no-repeat bottom right;
	padding-right:14px;
	padding-bottom:2px;
    float: left;
}
#sidebar{
	float: left;
    padding-left: 30px;
	width: 100px;
	text-align: left;
	font-family: Microsoft Sans Serif;
	font-size: 12pt;
	line-height: 20pt;
    color: #797e7a;
}
#sidebar a, a:visited{
    color: #797e7a;
    text-decoration:none;
}
#sidebar a:hover{
    color: #b71d1b;
    text-decoration:none;
}
#footer {
    background: url("unten.jpg") repeat-y top;
    border: none;
	padding: 0;
	margin: 0;
	width: auto;
	clear: both;
	height: 30px;
	}
#footer .f_text{
	padding-top: 15px;
    padding-right: 2px;
    text-align: right;
    font-family: Microsoft Sans Serif;
	font-size: 7.5pt;
    font-weight: normal;
    color: #797e7a;
}
