/* 
dunkelbraun:	#373535
gelb:	 	#ffcc2a
hellgrau:         #bec8d3
*/

a:active,
a:visited {
	color: #bec8d3;
}

a:hover,
a:focus {
	color: #ffcc2a;
}

a {
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #bec8d3;
	cursor: pointer;
}
a.text {font-size:10px;letter-spacing: 0em;font-weight: normal;color: #fff;}

p {
         margin: 0;
}

h1 {
         margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.0em;
	text-transform: uppercase;
	color: #bec8d3;
}

h2 {
         margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.0em;
	text-transform: uppercase;
	color: #ffcc2a;
}

h3 {
         margin: 0;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #373535;
}