h1 {
	color: #ecdfde;
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 12px;
}

h2 {
	color: #eae8e4;
	font-size: 11pt;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 12px;
	border-bottom: 6px solid #9E5858;
	padding-bottom: 4px;
}

h3 {
	color: #B57F7B;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 12px;
}

h5 {
	color: #efefef;
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 12px;
}

p {
	margin: 0px;
	margin-bottom: 12px;
}

/* Links normal */

a:link {
	color: #777777;
	border-bottom: none;
	text-decoration: none;
}

a:visited {
	color: #777777;
	border-bottom: none;
	text-decoration: none;
}

a:hover {
	color: #B57F7B;
	border-bottom: none;
	text-decoration: none;
}

a:active {
	color: #777777;
	border-bottom: none;
	text-decoration: none;
}

/* Links Content */

div#content a:link {
	color: #B57F7B;
	border-bottom: 1px dashed #333333;
	text-decoration: none;
}

div#content a:visited {
	color: #B57F7B;
	border-bottom: 1px dashed #333333;
	text-decoration: none;
}

div#content a:hover {
	color: #c89f9c;
	border-bottom: 1px dashed #333333;
	text-decoration: none;
}

div#content a:active {
	color: #B57F7B;
	border-bottom: 1px dashed #333333;
	text-decoration: none;
}

a.bild:link {
	border-bottom: none;
	text-decoration: none;
}

