body {
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F1F1F1;
	} 

td,tr,th{
	color: #494848;
	font-family: Arial;
	font-size: 14px;
	}

td.main,tr.main,th.main {
	background-image: url(images/main_04.jpg);
	background-repeat: no-repeat;
	}

td.seitetitel{
	font-size: 24px;
	color: #0064B2;
	text-transform: uppercase;
	}

td.ueberschrift{
	font-size: 11px;
	padding-bottom: 10px;
	}

td.navibereich{
	font-size: 12px;
	color: #92ADDF;
	padding-top: 10px;
	}

td.navi_space{
	color: #92ADDF;
	padding-top: 10px;
	}

a:link,a:active,a:visited {
	text-decoration: none;
	color: #698BCC;
	}

a:hover {
	color: #698BCC;
	text-decoration: underline;
	}
	
a.navi:link,a.navi:active,a.navi:visited {
	text-align: right;
	text-decoration: none;
	color: #2D2D2D;
	}

a.navi:hover {
	color: #698BCC;
	}
	
hr.gestrichelt{
	border-bottom: 1px dashed #5FABFB;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	}
	
