/* -- LINKs -- */
a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}

/* -- FORUM BEITRAEGE -- */
.ungelesen {
	font-size: 9px;
	color: #658727;
}
a.posting {
	font-weight: bold;
	color: #658727;
	text-decoration: none;
}
a.posting:link {
	text-decoration: none;
}
a.posting:visited {
	text-decoration: none;
	color: #990000;
}
a.posting:hover {
	text-decoration: underline;
}
a.posting:active {
	text-decoration: none;
}
a.posting:focus {
	text-decoration: none;
}

/* -- OBEN navi -- */
a.navi {
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
a.navi:link {
	text-decoration: none;
}
a.navi:visited {
	text-decoration: none;
}
a.navi:hover {
	text-decoration: underline;
	color: #000000;
}
a.navi:active {
	text-decoration: none;
}
a.navi:focus {
	text-decoration: none;
}
/* -- LINKs navi (normal)-- */
a.navi_no {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.navi_no:link {
	text-decoration: none;
}
a.navi_no:visited {
	text-decoration: none;
}
a.navi_no:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
}
a.navi_no:active {
	text-decoration: none;
}
a.navi_no:focus {
	text-decoration: none;
}
/* -- LINKs navi (aktiv)-- */
a.navi_hi {
	color: #990000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.navi_hi:link {
	text-decoration: none;
}
a.navi_hi:visited {
	text-decoration: none;
}
a.navi_hi:hover {
	font-weight: bold;
	text-decoration: none;
}
a.navi_hi:active {
	text-decoration: none;
}
a.navi_hi:focus {
	text-decoration: none;
}

/* -- LINKs footer -- */
a.footer {
	color: #915805;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.footer:link {
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
a.footer:active {
	text-decoration: none;
}
a.footer:focus {
	text-decoration: none;
}

/* -- FONTs -- */
.headline {
	/*text-transform: capitalize;*/ 
	font-weight: bold;
	color: #333333;
	font-size: 13px;
}
.boxHeadline {
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	}
.bold {
	font-weight: bold;
}
.orangeBold {
	font-weight: bold;
	color: #FE9D2A;
}
.warning {
	font-weight: bold;
	color: #FF0000;
}
.textFooter {
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}
.textFooterSmall{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
}
/*----input, select etc.---------------------------*/
input, select, textarea {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #666666;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;	
}

input.button {
    background: #FEF9F2;
    color: #000000;
	border: 1px solid #666666;
}
/*--------------------------------------------------*/
