img a:link {
	
	text-decoration: none;
	
}
img a:visited {
	
	text-decoration: none;
	
}

img a:hover {
	
	border: none;
}


a:link {
	color: #034a6c; 
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #034a6c;
}
a:visited {
	color: #034a6c; 
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #034a6c; /*1B92CA*/
}

a:hover {
	color: #1B92CA; /*6EBCE1*/
	border: none;
}

a.navi:link {
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	border: none;
}
a.navi:visited {
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	border: none;
}
a.navi:hover {
	font-size: 12px;
	font-weight: bold;
	background-image: url(../grafik/blauer_punkt_neu.gif);
	background-repeat: no-repeat;
	background-position: 15px 0px;
}
.navi {
	padding-left: 30px;
	list-style-type: none;
	display: block;
}
div.menu p {
	margin-bottom: 8px;
	margin-top: 0px;
}
div.fuss p {
	margin-right: 25px;
	padding-top: 15px;
}
.naviBack {
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(../grafik/navi_strich.gif);
	background-repeat: no-repeat;
}

/* fuer die Bildchen links in der Hauptnavi */

.navibild {
	padding-left: 30px;
}

/*  Mails mit Spamschutz  */
 #mail>span:before { content:"@"; }
  #mail>span span { display:none; }
  *:first-child+html #mail>span span { display:inline; }  /* Workaround fuer IE 7 */