h1 {
	font-size: 28px;
	color: #49413e;
	margin: 0;
	padding: 0;
}	
.listitem h1 {
	font-size: 22px;
	display: block;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}
h1.basic {
	color: #56004e;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	margin-top: -5px;
}
h2 {
	font-size: 14px;
	color: #49413e;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}	
.listitem h2 {
	border-bottom: 0px;
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 0px;
}







a, a:visited, a:link, a:active {
	color: #56004e;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.normal, a.normal:visited, a.normal:link, a.normal:active, a.normal:hover {
	color: #49413e;
	font-weight: normal;
}






.genre1, a.genre1 {
	color: #f47321;
}	
.genre2, a.genre2 {
	color: #56004e;
}	
.genre3, a.genre3 {
	color: #0082c8;
}	
.genre4, a.genre4 {
	color: #7a68ae;
}	
.genre5, a.genre5 {
	color: #4dc8e9;
}	
.genre6, a.genre6 {
	color: #ee2375;
}	
.genre7, a.genre7 {
	color: #f3bd1b;
}	
.genre8, a.genre8 {
	color: #00a600;
}	
.genre9, a.genre9 {
	color: #5a5250;
}

.subTitel {
	font-size: 14px;
	color: #49413e;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}
.titel {
	color: #56004e;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	margin-top: -5px;
    font-size: 28px;
}
.link, .link:visited, .link:link, .link:active {
	color: #56004e;
	font-weight: bold;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}

.link_normal, .link_normal:visited, .link_normal:link, .link_normal:active, .link_normal:hover {
	color: #49413e;
	font-weight: normal;
}

input.error{
    border:1px solid red;
}


