/* Allgemeine Seiteneigenschaften */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	overflow-y:scroll;
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}

/* Textlinks */
a:link {
	color: #555253;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #555253;
}
a:hover {
	text-decoration: underline;
	color: #ED1C24;
}
a:active {
	text-decoration: underline;
	color: #ED1C24;
}

/* Überschriften */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 4px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 6px;
}

/* Layoutobjekte */
#container {
	width: 1000px;
}
#menu_oben {
	background-color: #E9E9EA;
	background-image: url(../images/verlauf_menu_oben.gif);
	height: 93px;
	width: 946px;
}
#main {
	width: 1000px;
	background-image: url(../images/verlauf_main.gif);
}
#menu_unten {
	background-color: #D1D2D4;
	background-image: url(../images/verlauf_menu_unten.gif);
	height: 33px;
	width: 946px;
}
