/*************************/
/* Globale Einstellungen */
/*************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #A0A0A0;
	padding: 0px;
	margin: 20px;
}


/********************************************************************************************/
/* Workaround damit der Scrollbalken im Firefox immer angezeigt wird für zentrierte Layouts */
/********************************************************************************************/

#gecko_scrollbar { 
	display: none; 
} 

html>body #gecko_scrollbar { 
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	width: 1px;
	height: 1px;
	display: block;
	font-size: 0; 
}


/****************/
/* Seitenlayout */
/****************/

#container {
	width: 747px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}

#maintbl {
	background: #EBEBEB;
}

UL {
	list-style-image: url(../images/path_arrow.gif);
	padding-left: 18px;
	margin: 0px;
	margin-left: 40px;
}

/* Banner oben und graue Linie */
#bannerlefttop {
	vertical-align: top;
	background: #F37021;
	height: 90px;
}

#bannerleftbottom {
	vertical-align: bottom;
	background: #F37021;
	height: 70px;
}

#bannermiddle {
	background: #F37021;
}

#bannerright {
	background: #F37021;
}

#greyline {
	height:15px;
	background: #888888;
}

/* Rootline */
.pathMenu {
	text-align: right;
}

.pathMenu A {
	color: #666666;
	text-decoration: none;
}

.pathMenu A:hover {
	text-decoration: underline;
}

/* To top of page */
.pageUp {
	text-align: right;
	font-weight: bold;
}

.pageUp A {
	color: #F37021;
	text-decoration: none;
}

.pageUp A:hover {
	text-decoration: underline;
}

/* Middle column including 3rd level menu and news */
#middleColumn {
	background: #F37021;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 20px;
}

.level3Menu {
	margin: 0px 10px 0px 10px;
}

.level3Menu A {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.level3Menu A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.level3MenuSub {
	color: #FFFFFF;
	padding-left: 25px;
}

#newsHeadline {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 15px;
	padding-bottom: 3px;
}

.newsArrow {
	padding-top: 8px;
	padding-left: 10px;
	vertical-align: top;
	width: 20px;
}

.newsContent {
	padding-top: 10px;
}

.news-single-timedata, .news-list-timedata {
	font-style: italic;
}

.news-single-timedata, .news-list-timedata, .news-single-backlink, .news-list-morelink {
	text-align: right;
}

.news-latest-item A {
	color: #FFFFFF;
	text-decoration: none;
}

.news-latest-item A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Main content area */
#mainContent {
	vertical-align: top;
	padding: 10px 20px 20px 0px;
}

H1, H2, H3, H4 {
	text-transform: uppercase;
	color: #666666;
	font-size: 13px;
	padding-left: 12px;
	margin: 3px;
}

.orange{
	color: #F37021;
}

.bodytext, ol, p {
	color: #666666;
	padding-left: 40px;
}

/* Left menu */
TD#menuLeft {	
	vertical-align: top; 
	padding-top: 10px;
	padding-right: 10px;
	height: 330px;
}

TD#menuLeft DIV A {
	color: #F37021;
	text-decoration: none;
}

TD#menuLeft DIV A:hover {
	text-decoration: underline;
}

TD#menuLeft DIV.menuLeftTopL1-no {
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 6px;
}

TD#menuLeft DIV.menuLeftTopL1-act {
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 6px;
}

TD#menuLeft DIV.menuLeftTopL1-act A {
	color: #666666;
}

TD#menuLeft DIV.menuLeftTopL2-no {
	padding-left: 15px;
	padding-bottom: 6px;
}

TD#menuLeft DIV.menuLeftTopL2-act {
	padding-left: 15px;
	padding-bottom: 6px;
}

TD#menuLeft DIV.menuLeftTopL2-act A {
	color: #666666;
}

TD#menuLeft DIV.menuLeftBottomL1-no {
	padding-left: 5px;
	padding-bottom: 6px;
}

TD#menuLeft DIV.menuLeftBottomL1-no A {
	color: #555555;
}

TD#menuLeft DIV.menuLeftBottomL1-act {
	padding-left: 5px;
	padding-bottom: 6px;
}

TD#menuLeft DIV.menuLeftBottomL1-act A {
	color: #F37021;
}

/* Copyright */
#copyright {
	padding-top: 20px;
	text-align: center;
	vertical-align: bottom;
}

.copyright {
	color: #666666;
	font-size: 10px;
	font-family: Arial, sans-serif;
}

/* Link Styles */
.linkExt, .linkInt, .linkMailto, A {
	color: #F37021;
	text-decoration: underline;
}

.linkExt:hover, .linkInt:hover, .linkMailto:hover, A:hover {
	color: #F37021;
	text-decoration: none;
}


/* Teaster */
.teaser {
	padding-bottom: 10px;
}


/* RTE Klasse für Bild */
.bild_links {
	border: 1px solid #CCCCCC;
	margin: 0px 10px 10px 0px;
	float: left;
}

.bild_rechts {
	border: 1px solid #CCCCCC;
	margin: 0px 0px 10px 10px;
	float: right;
}

.bild_links_ohne {
	border: 0px;
	margin: 0px 10px 10px 0px;
	float: left;
}

.bild_rechts_ohne {
	border: 0px;
	margin: 0px 0px 10px 10px;
	float: right;
}