a {
	color: #a48a47;
	text-decoration: none;
}

a:hover {
	color: #266f86;
	text-decoration: underline;
}

a#langen,
a#langen:hover {
	text-decoration: line-through;
}

#header,
#header p,
#header a,
#footer,
#footer p,
#footer a {
	color: #fff;
}

#footer a:hover {
	color: #ddc98e;
}

#footer {
	line-height: 20px;
}


body, p{
	color: #353535;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

h1, h2 {
	color: #353535;
	font-family: "Myriad Pro", Myriad, Tahoma, Arial, sans-serif;
	font-weight: normal;
}

h3, h4, h5, h6{
	color: #353535;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #353535;
	text-decoration: none;
}

h1 {					font-size: 30px;	line-height: 30px;} 
h2 {					font-size: 30px;	line-height: 30px;}

h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 24px;
}

h3 {
	margin-bottom: 24px;
}

h4 {
}

h5 {
	float: left;
	margin-bottom: 24px;
	margin-right: 20px;
}
h6 {
	float: left;
	margin-right: 20px;
}

small {
	font-size: 10px;
}

em {
	color: #a48a47;
}

blockquote{
	margin-bottom: 25px;
	margin-left: 25px;
	margin-right: 25px;
}

q{
	color: #757575;
	font-style: italic;
}

#content ul {
	list-style: disc;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-right: 25px;
}


#content form input,
#content form textarea,
#content form label,
#content form {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
