/* CSS Document */

.h1 {
	font-family: Arial, Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #000000; 
	text-decoration: none;
}

.h1-alternativ {
	font-family: Arial, Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #000000; 
	text-decoration: none;
}


.h2 {
	font-family: Arial, Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
}

.h2-alternativ {
	font-family: Arial, Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #7fc119;
	text-decoration: none;
}


.h3 {
	font-family: Arial, Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}

.h3-alternativ {
	font-family: Arial, Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #7fc119;
	text-decoration: none;
}


.main {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}


.main-alternativ {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 11px;
	line-height: 17px;
	color: #565656;
}


.main-smaller {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 10px;
	line-height: 17px;
	color: #666666;
}


.link {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	text-decoration: underline;
}

.link:hover {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 11px;
	line-height: 17px;
	color: #6c9d31;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}

.link-noline {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
}