
body, td, th, a {
	color: #969696;
	font-family: arial;
}

body {
	background: #dbdbdb url(/images/bg.jpg) repeat-x;
	padding: 0;
	margin: 0;
}

#Main {
	width: 950px;
	margin: 0 auto;
	padding: 0px 0 0 0;
}
#Main-2 {
	padding-top: 130px;
	width: 950px;
	/*position: relative;*/
}
*+html #Main-2 {
	padding-top: 30px;
}
#Logo {
	margin-top: 35px;
	float: right;
	height: 58px;
	width: 235px;
}
/* MENU LINE */

#MenuLine {
	position: absolute;
	top: 0;
	width: 640px;
	margin-top: 70px;
}
#MenuLine * {
}
#MenuLine ol, #MenuLine li {
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}
li.Level0Item {
	display: block;
	float: left;
}
a.Level0Item, a.Level0ItemSelected {
	/* border-left: 1px dotted #a6a6a6; */
	padding: 4px 15px;
	display: block;
	background: url(images/level0_item_bg.jpg) 8px 5px no-repeat;
	font-size: 12px;
	text-decoration: none;
}
a.Level0Item:hover, li.Level0Item:hover a.Level0Item, a.Level0ItemSelected {
	text-decoration: none;
	color: white;
	background-color: #d85100;
}

/* 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 {
}

#PageContent {
	/* old: #86847A */
	color: #969696;
	position: relative;
	min-height: 100px;
	/* border-top: 1px dotted #a6a6a6; */
}
#BorderTop {
	background: url(/images/border.png) repeat-x;
	width: 100%;
	height: 1px;
}
#BorderBottom {
	background: url(/images/border.png) repeat-x;
	width: 100%;
	height: 1px;
	margin-top: 7px;
	margin-bottom: 34px;
}
#FootClearer {
	height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}
#FootClearer span {
	display: none;
}
#Footer {
	bottom: 0;
	height: 24px;
	position: fixed;
	width: 100%;
	background-color: #d85100;
}
#FooterText {
	color: white;
	margin: 5px auto;
	position: relative;
	width: 952px;
}
#FooterLeft {
	float: left;
	margin-left: 7px;
}
#FooterRight {
	float: right;
}
#FooterText a {
	color: white;
	text-decoration: none;
}

/* EDITOR */

.mittel {
	font-size: 15px;
}
.mittelorange {
	font-size: 15px;
	color: #D85100;
}
.orange {
	color: #D85100;
}
.groesserorange {
	color: #D85100;
	font-size: 20px;
}
