@charset "utf-8";

/* Normaler Header deutsch */

#navig_de
{
	background-image: url(navig/header.jpg);
	background-repeat: no-repeat;
	width: 950px;
	list-style-type:none;
	list-style-position:outside;
	height:195px;
	overflow:hidden;
	float:left;
	display:inline;
	margin-top:1px;
	
}

#navig_de li
{ 
	height:25px; 
	overflow:hidden; 
	float:left; 
	display:inline; 
	margin-right:1px; 
	background-image:url(navig/reiter_grau.png); 
	width: 102px; 
	margin-top: 171px;
}


#navig_de li a,
#navig_de li a:link,
#navig_de li a:visited,
#navig_de li a:active
{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	line-height: 25px;
	background-image: url(navig/reiter_grau.png);
	background-repeat: no-repeat;
}

#navig_de li a:hover
{
	background-image:url(navig/reiter_gruen.png);
	text-decoration: none;
	float:left;
	width: 102px;
	height: 25px;
}


#navig_de li#current_aktion, #navig_de li#current_aktion a
{
	color: #94b815;
	background-image:url(navig/reiter_weiss.png);
	background-repeat: no-repeat;
	float:left;
	width: 102px;
	height: 29px;
	font-weight: bold;
}

/* Normaler Header englisch */

#navig_en
{
	background-image: url(navig/header_en.jpg);
	background-repeat: no-repeat;
	width: 950px;
	list-style-type:none;
	list-style-position:outside;
	height:195px;
	overflow:hidden;
	float:left;
	display:inline;
}

#navig_en li
{
	height:25px;
	overflow:hidden;
	float:left;
	display:inline;
	margin-right:1px;
	background-image:url(navig/reiter_blau.gif);
	width: 102px;
	margin-top: 171px;
}


#navig_en li a,
#navig_en li a:link,
#navig_en li a:visited,
#navig_en li a:active
{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	text-decoration:none;
	color:#fff;
	line-height: 25px;
	background-image: url(navig/reiter_blau.gif);
	background-repeat: no-repeat;
}

#navig_en li a:hover
{
	background-image:url(navig/reiter_gruen.gif);
	text-decoration: underline;
	float:left;
	width: 102px;
	height: 25px;
}


#navig_en li#current_aktion, #navig_en li#current_aktion a
{ color: #479a05; background-image:url(navig/reiter_weiss.gif); background-repeat: no-repeat; float:left; width: 102px; height: 29px; }

/* Link Landesfahnen */
a#fahne_en,a#fahne_en:link,a#fahne_en:visited,
a#fahne_en:active,a#fahne_en:hover
{	
	background-image:url(../gfx/pixel/1pixel.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:absolute;
	left:925px;
	top:10px;
	height:11px;
	width:16px;
}

a#fahne_de,a#fahne_de:link,a#fahne_de:visited,
a#fahne_de:active,a#fahne_de:hover
{	
	background-image:url(../gfx/pixel/1pixel.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:absolute;
	left:900px;
	top:10px;
	height:11px;
	width:16px;
}




