* {
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #005496;
	font-size: 13pt;
}

.banner {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 16pt;
	font-weight: bold;
	color: white;
	margin-left: 30px;
}

#navbar a {
	text-align: left;
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	font-size: 9pt;
	font-weight: bold;
	width: 140px;
	display: block;
	text-decoration: none;
	border-color: #ed1c24;
	border-style: solid;
	border-width: 0pt 1pt 1pt 0;
	margin: 8px 0 8px 0;
	padding: 3px 0 3px 35px;
	color: #005496;
	height: 20px;
}


#navbar a:visited, a:active, a:link {
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: none;
	/*color: #72bf44;	*/
	color: #60af1e;	// grün
	/*background-color: #88b1d8;*/
}

.kontakt:hover {
	background-image:url('../images/B_kontakt.png');
	background-position: left;
	background-repeat: no-repeat;
}

.home:hover {
	background-image:url('../images/B_home.png');
	background-position: left;
	background-repeat: no-repeat;
}

.beratung:hover {
	background-image:url('../images/B_beratung.png');
	background-position: left;
	background-repeat: no-repeat;
}

.weiterbildung:hover {
	background-image:url('../images/B_seminare.png');
	background-position: left;
	background-repeat: no-repeat;
}

.personaltraining:hover {
	background-image:url('../images/B_personaltraining.png');
	background-position: left;
	background-repeat: no-repeat;
}

.messe:hover {
	background-image:url('../images/B_messe2.png');
	background-position: left;
	background-repeat: no-repeat;
}

.infodienst:hover {
	background-image:url('../images/B_infodienst.png');
	background-position: left;
	background-repeat: no-repeat;
}

.service:hover {
	background-image:url('../images/B_service2.png');
	background-position: left;
	background-repeat: no-repeat;
}

.referenzen:hover {
	background-image:url('../images/B_referenzen.png');
	background-position: left;
	background-repeat: no-repeat;
}

#titel {
	position: absolute;
	left: 158pt;
	top: 35pt;
	text-align: left;
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	color: #005496;
	font-size: 16pt;
	font-weight: bold;
}

#text p {
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	color: #005496;
	font-size: 10pt;
	line-height: 150%;
}

.impressum a {
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	margin: 4pt;
	text-decoration: underline;
}

.links a {
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	margin: 4pt;
}

.links a:hover, .impressum a:hover {
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	text-decoration: underline;
	color: #005496;
}



.email:hover {
	text-decoration: underline;
}

.email:link, .email:visited, .email:active, .hp:visited {
	color: #005496;
	text-decoration: none;
}

.hp:hover {
	text-decoration: underline;
}


#liste ul {
	
}

#liste li {
	list-style-type: disc;
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	color: red;
}

#liste span {
	color: #005496;
}


.popup, .popup:link, .popup:visited {
	font-style: italic;
	text-decoration: none;
	color: #005496;
}

.popup:hover {
	text-decoration: underline;
}

#visitenkarte {
	right: 0px;
	top: 0px;
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	font-size: 10pt;
	font-style: normal;
	display: block;
	width: 300px;
	text-align: left;
	padding: 3px 20px;
	line-height: 100%;
	background-color: #eeeeee;
	border: 2px dotted #005496;
}

#visitenkarte a:link, #visitenkarte a:visited {
	text-decoration: none;
	color: #005496;
}

#visitenkarte a:hover {
	text-decoration: underline;
}

#text a, #text a:visited, #text a:link {
	color: #005496;
	font-weight: bold;
	text-decoration: underline;
}

#text a:hover {
	color: #60af1e;
	text-decoration: underline;
}


