body {
	background-color: #E8E9EB;
	margin: 0px;
	 padding: 0px;
}
body, p, td, li, ul, input, textarea, a, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*------------------------------ Globale Seitentabelle */
table.page {
	width: 900px;
}
/*------------------------------ Globale Spaltendefinition */
td.linkeSpalte {
	background-color: #0033ff;
}
td.mittlereSpalte {
	background-image: url(global_gfx/bg_mitte.gif);
	background-position: top;
	background-repeat: repeat-y;
}
td.rechteSpalte {
	background-color: #0033ff;
}
/*------------------------------ Topnavigation */
td.topnavigation {
	background-color: #000000;
	text-align: right;
	padding-right: 20px;
	color: #FFF;
	height: 18px;
	word-spacing: 5px;
}
	td.topnavigation a {
		color: #FFF;
		text-decoration: none;
		font-weight: bold;
	}
/*------------------------------ Footer */
td.footer {
	background-color: #000000;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	height: 20px;
}
	td.footer a {
		color: #FFF
	}
/*------------------------------ Seitennavigation */
#menu {

	border-top: 1px solid #E9EEF2;
	border-bottom: 0px solid #E9EEF2;

}
	#menu ul {
		margin: 0px;
		list-style: none;
		padding: 0px;
	}
	.e0 {
		padding: 4px 10px 3px 15px;
		font-weight: bold;
		display: block;
		border-top: 0px solid #E9EEF2;
		border-bottom:1px solid #E9EEF2;
		height: 16px;
	}
	
	.a0 {
		display: block;
		font-size: 11px;
		border-top: 0px solid #E9EEF2;
		border-bottom:0px solid #E9EEF2;
		height: 16px;
		color: #000000;
		}
	.a2 {
		display: block;
		font-size: 11px;
		border-top: 0px solid #E9EEF2;
		border-bottom:0px solid #E9EEF2;
		height: 16px;
		color: #ffffff;
		}
		
	.a1 {
		padding: 4px 10px 3px 15px;
		display: block;
		font-weight: bold;		
		border-top: 0px solid #E9EEF2;
		border-bottom:1px solid #E9EEF2;
		height: 16px;
		color: #284946;
		}
	#menu li.e1 a{
		border-top: 0px solid #E9EEF2;
		border-bottom: 1px solid #E9EEF2;
		display: block;
		color: #000;
		padding: 4px 10px 4px 15px;
		font-weight: bold;
	  text-decoration: none;
	}
	#menu li.e1 a:hover {
		background-color: #ff0033;
		
	}
	#menu li.e2 a {
	  background-color: #E8E9EB;
		border-top: 0px solid #E9EEF2;
		border-bottom: 1px solid #E9EEF2;
		display: block;
		text-decoration: none;
		color: #000;
		padding: 4px 10px 4px 15px;
		font-weight: bold;
		text-decoration: none;
	}
	#menu li.e2 a:hover {
		background-color: #F1F5F8;
	}
	#menu li.e1 a.on, #menu li.e2 a.on {
		background-color: #F1F5F8;
	}
/*------------------------------ Seiteninhalt */
#inhalt {
	margin: 0px 24px 15px 26px;
}

h3 {
	margin: 0px;
	color: #ff0033;
	font-size: 14px;
	padding-bottom: 10px;
}
h1 {
	margin: 0px;
	color: #333333;
	font-size: 20px;
	padding-bottom: 10px;
}
h2 {
	margin: 0px;
	color: #0033FF;
	font-size: 14px;
	padding-bottom: 10px;
}
ul {
	margin: 0 0 10px 3em;
}
p, li {
	line-height: 18px;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}
a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
		color: #ff0033;
}
input, textarea, select {
	border: 1px solid #000000;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
	font-weight: bold;
}
img.uebersicht {
	margin-right: 10px;
	border: 1px solid #015EAB;
}
/*------------------------------ Seitenspalte */
#seitenspalte {
	margin: 50px 15px 15px 15px;
}
img.border {
	border: 1px solid #015EAB;
}







