/*-----------------

VOGELKIEKER CSS NAVI

------------------*/


/*------navi----*/
.active {
	position: relative;
	left: -1em;
	margin-right: -1em;
  	font-weight: bold;
	text-align: left;
	text-decoration: none;
	border-left: 1em solid #4e7b33;
    background: #95b085;

	color: #fff;

	font-size: 75%;
	padding: .5em 0 .5em .8em;
}

.navi {
	list-style-type: none;
	border-top: .5em solid #f4f4eb;
}

.navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}


.navi li {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.navi a {
 	position: relative;
 	display: block;
	font-size: 75%;
  	font-weight: bold;
	text-align: left;
	color: #666666;
	text-decoration: none;
	border-left: 1em ;
	left: -1em;
	padding: .5em 0 .5em 1.6em;
}


.navi a:link, .menu a:visited {

}

.navi a:hover {
	border-left: 1em solid #3d7d17;
    background: #dce5d6;
	color: #666666;
	text-decoration: none;
	padding: .5em 0 .5em .6em;
	margin-right: -1em;
}

.navi a:active {
	border-left: 1em solid #3d7d17;
    background: #95b085;
	color: #fff;
}

.line {
	border-bottom: 1px dotted #c2c2c2;
	margin: 0 .7em 0 .7em;
}

/*-----------navisub------------------*/

/*-----------navi 2a Tidenkieker------------------*/
.navi2a li{
border-bottom: 1px solid #f4f4eb;
}

.navi2a a {
 	display: block;
  	font-size: 75%;
  	font-weight: bold;
	text-align: left;
	color: #5d5d5d;
	text-decoration: none;
	border-left: -1em solid #transparent;
		left: -1em;
 	position: relative;
		padding: .5em 0 .5em 1.6em;
}
.navi2a a:link, .navi2a a:visited {
	/*border-left: 1em solid #fff;*/
	border-left: 0;
}

.navi2a a:hover {
	border-left: 1em solid #2d63a1;
    background: #729cc7;
	color: #fff;
	padding: .5em 0 .5em .6em;

}

.navi2a a:active {
	border-left: 1em solid #2d63a1;
    background: #2d63a1;
	color: #fff;
}



/*-----------navi 2b Moorkieker------------------*/

.navi2b li{
border-bottom: 1px solid #f4f4eb;
}


.navi2b a {
 	display: block;
  	font-size: 75%;
  	font-weight: bold;
	text-align: left;
	color: #5d5d5d;
	text-decoration: none;
	border-left: -1em solid #transparent;
	left: -1em;
 	position: relative;
	padding: .5em 0 .5em 1.6em;

}

.navi2b a:link, .navi2b a:visited {
	border-left: 0;
}

.navi2b a:hover {
	border-left: 1em solid #ae6b27;
    background: #bf8a54;
	color: #fff;
	padding: .5em 0 .5em .6em;
}

.navi2b a:active {
	border-left: 1em solid #ae6b27;
    background: #ae6b27;
	color: #fff;
}

/*-----------navi 2c Verein------------------*/

.navi2c li{
border-bottom: 1px solid #f4f4eb;
}

.navi2c a {
 	position: relative;
 	display: block;
  	font-size: 75%;
  	font-weight: bold;
	text-align: left;
	color: #5d5d5d;
	text-decoration: none;
	border-left: 1em solid #transparent;
	left: -1em;
	padding: .5em 0 .5em 1.6em;

}

.navi2c a:link, .navi2c a:visited {
	border-left: 0;
}

.navi2c a:hover {
	border-left: 1em solid #89b373;
    background: #b2cea4;
	color: #fff;
	padding: .5em 0 .5em .6em;
}

.navi2c a:active {
	border-left: 1em solid #89b373;
    background: #89b373;
	color: #fff;
}


/*------navibar grauer Balken----*/
#navibar {
 	padding: .3em 0 .3em .8em;
	font-size: 75%;
  	font-weight: normal;
  	background: #aaaaaa;
	text-align: left;
	color: #fff;
	text-decoration: none;

}


/*------teaser ----*/

.teasertext {
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	color: #666666;
	line-height: 130%;
	padding: .7em .3em .2em 1em;
}

.teaserlink {
	padding: .2em 0 .7em 0;
	font-weight: normal;	
}

.teaserlink a {
	font-size: 70%;
	color: #4e7b33;
	text-decoration: none;
	padding: 0em .3em .0em 1em;
}
.teaserlink a:hover {
	text-decoration: underline;
	color: #4e7b33;
	background: transparent;
	border: 0;
	margin-left: .7em;
		padding: 0em .3em .0em 1em;

}
.teaserlink_pfeil {
	float: left;
	margin: .3em .5em 1em 0em;
	padding: 0 .5em 0em .7em;
}

.teaserimage {
	margin: .5em;
	text-align: left;
	padding: 0em;
	border: .3em solid #ddddcd;
}

.teaserimage img {
		width: 100%;
}

.teaserhead{
color: #4e7b33;
font-weight: bold;
text-decoration: none;
padding: .0em 0 .3em 0;
font-size: 110%;
}

