
/* Die manuell anzupassenden Stellen sind mit ### CHANGE ### gekennzeichnet */

/* Die eigentliche Kennfarbe */

.colFG {
	color: #9FB464; 				/* ### CHANGE ### */
}

.colBG {
	background-color: #9FB464; 		/* ### CHANGE ### */
}

/* Alternative Flash-Links */

.flashNav1 {
	position: absolute;
	left: 275px;
	top: 0px;
	z-index: 101;
	width: 20px;
	height: 595px;
	border: 0px solid #0000dd;
}

.flashNav2 {
	position: absolute;
	left: 295px;
	top: 0px;
	z-index: 101;
	width: 20px;
	height: 595px;
	border: 0px solid #0000dd;
}

.flashLink1 {
	position: absolute;
	left: 149px;
	top: 177px;
	z-index: 101;
	width: 166px;
	height: 177px;
	border: 0px solid #0000dd;
}

.flashLink2 {
	position: absolute;
	left: 0px;
	top: 354px;
	z-index: 101;
	width: 149px;
	height: 177px;
	border: 0px solid #0000dd;
}

.flashLink3 {
	position: absolute;
	left: 149px;
	top: 354px;
	z-index: 101;
	width: 166px;
	height: 177px;
	border: 0px solid #0000dd;
}

/*
.flashLink4 {
	position: absolute;
	left: 199px;
	top: 216px;
	z-index: 104;
	width: 20px;
	height: 20px;
	border: 1px solid #0000dd;
}

.flashLink5 {
	position: absolute;
	left: 259px;
	top: 309px;
	z-index: 105;
	width: 20px;
	height: 20px;
	border: 1px solid #0000dd;
}
*/

/* Bilder und Textgrafiken */

#wwwAmLit {
	background: url(am_lit.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#areaNav {
	background: url(bg_fade.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color: #575A58;
}

#rowohltLogo {
	background: url(logo.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#titleHome {
	width: 335px;
	height: 30px;
	background: url(title_home.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/*	Die Farbpfeile und deren Headline-Grafiken */

#arrowCol .left {
	background: url(arrow_col_left.gif);
	background-position: 0px 0px;
	background-repeat: repeat-X;
}

#arrowCol .arrow {
	background: url(arrow_col_arrow.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/*	WICHTIG: wenn hier eine weitere Textdefinition hinzugefuegt wird, muss diese auch in "global.css" gemacht werden! */

#arrowCol .textWhatsNew {
	background: url(arrow_col_whatsnew.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#arrowCol .textReview {
	background: url(arrow_col_review.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* Links und Link-Grafiken */

/* Hauptnavigation */

.navMainBtnSel,
.navMainBtn,
.navMainBtn:link,
.navMainBtn:visited {
	background: url(www.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	color: #ffffff;
	background-color: #847987; 			/* ### CHANGE (Dunkler als Kennfarbe!) ### */
}

html>body .navMainBtnSel,
html>body .navMainBtn,
html>body .navMainBtn:link,
html>body .navMainBtn:visited {
	height: 14px;
}

.navMainBtnSel,
.navMainBtn:hover,
.navMainBtn:active {
	background: url(../_images/www_hl.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	color: #000000;
	background-color: #ffffff;
}