/*  HEADLINES  */
h1, h2 {
	margin:0;
	padding:0;
}

h1, 
.headline {
	color:#FFF;
	font-size:24px;
	font-weight:bold;
}

.headline2 {
	font-weight:14px;
	color:#FFF;
}

h2 {
	font-size:14px;
	color:#76797D;
	font-weight:normal;
}

h3 {
    padding-top:0px;
	margin-top:0px;
	font-size:12px;
	border-bottom: 1px dotted #76797D;
	color:#76797D;
	font-weight:bold;
}

.grau {
    padding-top:20px;
	font-size:12px;
	color:#76797D;
	font-weight:bold;
}

.grautable { /* => wird h3 !!! */
    padding-top:20px;
	font-size:12px;
	border-bottom: 1px dotted #76797D;
	color:#76797D;
	font-weight:bold;
}

hr {
  border:dotted #208400;
  border-width:0 0 1px 0;
}


/*  "............mehr..."  
Die gestrichelte Linie mit dem Bus
Um die Position des Busses zu verändern, background-position => ersten  Wert individuell im Tag anpassen
*/

.mehr {
	background-image:url(../images/site/bus-mit-linie.gif);
	background-repeat:repeat-x;
	
	/*Werte verändern: */
	/*background-position:0 4px;  ==> Wert "0" kann verändert werden, 4px müssen bleiben, diese sind der Abstand nach oben       */
}

.mehr a {
	background-color:#FFF;
	font-size:14px;
	text-decoration:none;
	color:#208400;
}

.mehr2 {
	background-image:url(../images/site/bus-mit-linie2.gif);
	background-repeat:repeat-x;
	
	/*Werte verändern: */
	/*background-position:0 4px;  ==> Wert "0" kann verändert werden, 4px müssen bleiben, diese sind der Abstand nach oben       */
}

.mehr a {
	background-color:#FFF;
	font-size:14px;
	text-decoration:none;
	color:#208400;
}

a.link {
    background-image:url(../images/site/pfeile.gif);
	background-position:left;
	color:#000;
	background-repeat: no-repeat;
	text-decoration: none;
	padding:4px 0 2px 19px;
	border-bottom:1px dotted #76797d;
	line-height:20px;
}
a.link:hover {
    background-image:url(../images/site/pfeile.gif);
	background-position:left;
	color:#208400;
	background-repeat: no-repeat;
	text-decoration: none;
	padding:4px 0 2px 19px;
	border-bottom:1px dotted #76797d;
	line-height:20px;
}

a#link {
    background-image:url(../images/site/pfeile.gif);
	background-position:left;
	color:#000;
	background-repeat: no-repeat;
	text-decoration: none;
	padding:4px 0 2px 19px;
	border-bottom:1px dotted #76797d;
	line-height:20px;
}
a#link:hover {
    background-image:url(../images/site/pfeile.gif);
	background-position:left;
	color:#208400;
	background-repeat: no-repeat;
	text-decoration: none;
	padding:4px 0 2px 19px;
	border-bottom:1px dotted #76797d;
	line-height:20px;
}
	
a.zurueck {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	padding:4px 0 2px 5px;
	line-height:20px;
	}
a.zurueck:hover {
	color:#fff;
	text-decoration: underline;
	font-weight:bold;
	padding:4px 0 2px 5px;
	line-height:20px;
	}



a.link_2 {
	color:#000;
	text-decoration:none;
}

a.link_2:hover {
	color:#208400;
}

.klein {
	font-size:10px;
}
