.text, .textWhite, a, p, h1, h2, h3, ul, ol, li, .error {
	FONT-SIZE: 12px;
	COLOR: #0B0C11;
	font-family: Verdana;
	line-height: 15px;
	text-align:justify;
	text-decoration: none;
	outline: none;						/*  anstelle onFocus="this.blur();" */
	}

.textWhite {
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
	}

.textPicture {
	color: #ffffff;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	}

a {font-weight: bold; text-decoration: underline;}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0B0C11;
	padding-bottom: 20px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #3B1F0A;
	padding-bottom: 10px;
}

h3 {
	font-size: 14px;
	color: #A17E4D;
	padding-bottom: 10px;
}

.error {color:#993300;}


/* NAV */

#nav li {
	list-style:none; 		/* hebt das Listenzeichen auf */
	padding: 7px 0px;
	}

#nav a {
	font-family: Tahoma;
	font-size: 14px;
	font-weight:bold;
	color: #B59261;
	text-decoration: none;
	}
#nav a:hover {color: #F9A51B;}

.border {
	border: 1px solid #ffffff;
	margin-right: 17px;
}