/* this is the master css we will use for styling */

body{
	margin: 0;
	padding: 0;
	background-color: #2198e3;
	color: #7C7566;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
a:link, a:visited    {
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a:active, a:hover    {
	color: #0CF
}
.tabelle {
	font-size: 14px;
	line-height: 40px;
	float: left;
	color: #FFF;
}
.tabelle1 {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	padding: 20px;
}
#main {
	width: 990px;
}
#header {
	width: 990px;
	background-image: url(Bilder/banner.png);
	height: 159px;
}
#navi {
	width: 970px;
	height: 51px;
	background-image: url(Bilder/navi.png);
	padding-left: 20px;
}
#navi_link {
	width: auto;
	height: 40px;
	text-align: left;
	margin-left: 30px;
	padding-top: 15px;
	clip: rect(auto,auto,auto,auto);
	float: left;
}
#main_bg {
	width: 990px;
	background-image: url(Bilder/main_bg.png);
	height: auto;
}
#navi_trennung {
	background-image: url(Bilder/navi_trennung.png);
	height: 55px;
	width: 4px;
}
#content {
	width: auto;
	margin-right: 30px;
	margin-left: 30px;
	height: auto;
}
#text_m {
	width: 930px;
	height: auto;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	line-height: 25px;
}
#text_h {
	width: 930px;
	height: auto;
	color: #FFF;
	font-size: 24px;
	text-align: left;
	padding-top: 5px;
	line-height: 28px;
	font-weight: bold;
}
#text_m_g {
	width: 930px;
	height: auto;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	padding-top: 5px;
	line-height: 25px;
	font-weight: bold;
}
#text_l {
	height: auto;
	color: #FFF;
	font-size: 14px;
	padding-top: 5px;
	line-height: 25px;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}
#text_r {
	width: 930px;
	height: auto;
	color: #FFF;
	font-size: 14px;
	padding-top: 5px;
	line-height: 25px;
	text-align: right;
	padding-left: 15px;
	float: right;
}
#frei {
	width: 930px;
	height: 30px;
}
#bilder {
	width: auto;
	height: auto;
	padding-top: 10px;
	text-align: center;
}
#bilder_l {
	width: auto;
	height: auto;
	float: left;
}
#footer {
	width: 990px;
	background-image: url(Bilder/footer.png);
	height: 253px;
}
