* {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
/*	border: 0;*/
}
body {
	background-color: #D1DADF;
	color: # fff;
	font-family: verdana;
	
}


/*Hintergründe*/
#top {
	background-image: url(bilder/top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 993px;
	height: 125px;

	}

#left_infinity {
	background-image: url(bilder/left_infinity.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 34px;
	height: 550px;
}
#middle {
	width: 928px;
	height: 550px;
	background-color: #fff; 
	vertical-align: top;
	font-size: 11px;
	text-align: center;
}
#right_infinity {
	background-image: url(bilder/right_infinity.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 31px;
	height: 550px;
}
#bottom {
	background-image: url(bilder/bottom.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 993px;
	height: 47px;
}
/*inhalt*/
#content {
	width: 800px;
	
	padding: 10px;
	margin: 0 auto 0;
	text-align: justify;
	font-size: 12px;
	line-height: 1.5;
}
#content a {
	color: #000;
	
}

#content a:hover {
	color: #00a;
}
	

/*Menü*/
.m_titel {
	background-image: url(bilder/tab.jpg);
	background-position: center;
	background-repeat: no-repeat;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
	width: 120px;
	height: 21px;
	text-align: center;
	margin: 0 auto 0;
}
.m_punkt {
	background-color: #6683A3;
	border-left: 1px solid #b9cee1;
	border-right: 1px solid #b9cee1;
	width: 118px;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
}

.m_sub {
	display: none;
	width: 120px;
}
.m_titel:hover .m_sub {
	display: block;
	position: relative;
}
.m_border_b {
	background-color: #6683A3;
	border-bottom: 1px solid #b9cee1;
	border-left: 1px solid #b9cee1;
	border-right: 1px solid #b9cee1;

}
.m_border_t {
	background-color: #6683A3;
	border-top: 1px solid #b9cee1;
	border-left: 1px solid #b9cee1;
	border-right: 1px solid #b9cee1;
	margin-top: 6px;
}


#m_rahmen {
	position: relativ;
	overflow: none;
	padding-top: 104px;
	padding-left: 30px;
	color: #fff;

}
#m_rahmen a {
	color: #fff;
}
#m_rahmen ul {
	padding:0;
	margin:0;
	list-style-type: none;
	font-size: 11px;

}




