/* CSS Document */
.h1 {
	
	font-size: 12px;
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
	line-height: 2.5;
	text-align: center;
	font-style: normal;
	padding-left: 0px;
	
}
.h2 {
	font-size: 12px;
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
	line-height: 2.5;
	text-align: center;
	font-style: normal;
	padding-left: 0px;
	background-image: url(Bilder/Hintergrund/button.png);
	background-repeat: no-repeat;
}
.h3 {
	font-size: large;
	font-weight: normal;
	color: #999;
	text-align: center;

}

.h4 {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-align: center;
	font-style: normal;
	line-height: 1.4;
}

.navi_unten {
	font-size: 14px;
	font-weight: bolder;
	color: #FFF;
	text-align: left;
	line-height: 2.5;
}

.normal {
	font-size: 10px;
	font-weight: normal;
	color:	#999;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.Link_normal {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.link {
	font-size: 10px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0px;
	line-height: 2.5;
}
.link:hover {
	color: #ffffff;
	font-weight: bolder;
	text-decoration:underline;		
}
.link2 {
	font-size: 12px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0px;
	line-height: 2.5;
	text-align: center;
}
.link2:hover {
	color: #14E70A;
	font-weight: bold;
	text-decoration:underline;
}

