
/* um Gestrichel vom Firefox bei Links zu vermeiden */
a:focus { outline: none;}



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

a:hover {
	color: #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.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;
}


/* fuer verlinkte Bilders */

.ohne a, .bildLinks a, .bildRechts a, .bilderrahmen a {
	border:0px;
	text-decoration:none;
}

