html {
	overflow-y: scroll;
}


body, td, th, a {
	color: #505050;
	font-family: arial;
	font-size: 12px;
}

body {
	background: url(/images/bg.jpg) repeat-x top center #7290b2;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
h1 {
	display: none;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #505050;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #094183;
}
#Main {
	/*width: 1013px;*/
	width: 993px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	position: relative;
}
#Top {
	/*width: 1013px;*/
	width: 993px;
	background: url(/images/top_bg.jpg) repeat-x;
	border-bottom: 5px solid #e2001a;
	height: 93px;
}
#Logo {
	margin-left: 28px;
	padding-top: 9px;
}
#Footer {
	z-index: 10;
	position: relative;
	background-color: #e2001a;
	color: white;
	/*width: 1013px;*/
	width: 993px;
	height: 18px;
	font-size: 9px;
	margin-top: -1px;
}
#Footer a {
	color: white;
	text-decoration: none;
	font-size: 10px;
}
#FooterText {
	padding-left: 7px;
	margin-top: 3px;
	float: left;
}
#FooterRight {
	float: right;
	padding-right: 15px;
	margin-top: 3px;
}
#BreadCrumbs {
	color: #909fae;
	font-size: 12px;
}
#BreadCrumbs a {
	color: #909fae;
	text-decoration: none;
}
/* MENU LINE */

#MenuLine {
	position: absolute;
	top: 0;
	/*width: 1013px;*/
	width: 993px;
	color: #426d9f;
	margin-top: 16px;
}
#MenuLine * {
}
#MenuLine ol, #MenuLine li {
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}
#MenuLine ol {
	float: right;
	margin-right: 10px;
}
li.Level0Item {
	display: block;
	float: left;
	color: #426d9f;
}
a.Level0Item, a.Level0ItemSelected {
	color: #426d9f;
	padding: 0px 9px;
	display: block;
	background: url(images/level0_item_bg.jpg) 8px 5px no-repeat;
	border-left: 1px solid #426d9f;
	font-size: 10px;
	text-decoration: none;
}
a.Level0Item:hover, li.Level0Item:hover a.Level0Item, a.Level0ItemSelected {
	text-decoration: none;
	color: #e2001a;
}

/* MENU SUBITEMS */

li.Level0Item ol.Level0Sub {
	display: none;
	background: white;
	border: 1px solid black;
	position: absolute;
}
li.Level0Item:hover ol.Level0Sub {
	display: block;
}
li.Level0Item ol a {
	display: block;
	padding: 3px 15px 3px 5px;
	text-decoration: none;
}
li.Level0Item ol a:hover {
	text-decoration: underline;
	background: #DDD;
}
li.Level0Item ol ol a {
	padding: 3px 15px 3px 30px;
}


/* CONTENT */

#PageContainer {
	background: white;
	min-height: 479px;
}

#PageContent {
	background: #fff;
	color: #505050;
	position: relative;
	padding-left: 32px;
	padding-top: 20px;
	min-height: 447px;
}
#FootClearer {
	height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}
#FootClearer span {
	display: none;
}

/* EDITOR */

.blau {
	color: #094183;
	font-weight: bold;
	font-size: 12px;
}

.groesser {
	font-size: 14px;
}

/* OVERLAY */

#overlayDIV {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#overlayWholeDIV {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
