@charset "iso-8859-1";

/* normale Textlinks */
a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #191919;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

a:hover, a:active { 
	color: #FF6600;
}


/* Beispiel für individuell benannte Links, mit denen du durch die Namensgebung ".hauptnavi" einzelne Links gestalten kannst. */
a:link.hauptnavi, a:visited.hauptnavi, a:hover.hauptnavi, a:active.hauptnavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #191919;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

a:hover.hauptnavi, a:active.hauptnavi { 
	color: #FF6600;
}
/* Im Quellcode der Webseiten gibst du hierfür dann folgendes ein: <a href="leistungen-umsetzung.php" class="hauptnavi">  */



/* URSPRÜNLGICHE LINKFORMATIERUNG ANDREA */
/*a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #191919;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
a:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 16px; 
	color: #FF6600; 
	font-weight: bold; 
	letter-spacing: 0em; 
	word-spacing: 0em
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FF6600;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-transform: uppercase;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #191919;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
*/

.copy {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; color: #191919}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #191919;
	font-variant: normal;
	text-transform: uppercase;
}
.link-copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
}
