/* Formatierung Links */

#blaettern1			{ position: absolute;
					  top: 20px;
					  right: 22px;
					  font-size: 16px;
					  font-weight: bold;
					  text-decoration: none;
					  visibility: hidden; }

#blaettern2			{ position: absolute;
					  bottom: 30px;
					  right: 22px;
					  font-size: 16px;
					  font-weight: bold;
					  text-decoration: none;
					  visibility: hidden; }

a#blaetter_link				{ text-decoration: none;
							  color: white;
							  background-color: #171717;
							  padding: 1px; }

a#blaetter_link_selected	{ text-decoration: none;
							  color: white;
							  background-color: #900;
							  padding: 1px; }

a#blaetter_link_selected:hover		{ text-decoration: none;
							  	      color: white;
									  background-color: #F00;
									  padding: 1px; }

a#impressum					{ color: white; }

a#impressum:hover			{ background-color: white;
							  color: #171717;
							  text-decoration: none; }

a#blaetter_link:hover		{ text-decoration: none;
							  color: white;
							  background-color: #666;
							  padding: 1px; }


a#noformat_link:hover			{ background-color: transparent; }



a.weiterlesen		{ color: #006;
					  text-decoration: none; }
					  
a.weiterlesen:hover	{ background-color: #171717;
					  color: white;
					  text-decoration: none; }

a#zurueck			{ text-decoration: none; }

#zurueck1			{ font-size: 16px;
					  font-weight: bold;
					  position: absolute;
					  top: 20px;
					  right: 20px;
					  text-decoration: none; }

#zurueck2			{ font-size: 16px;
					  font-weight: bold;
					  position: relative;
					  bottom: -16px;
					  left: 620px;
					  text-decoration: none; }



a:link 		{ color: #006;
			  text-decoration: underline; }
				  
a:visited 	{ color: #006;
			  text-decoration: underline; }
				  
a:hover 	{ color: #FFF;
			  background-color: #171717;
			  text-decoration: none; }
				  
a:active	{ color: #FFF;
			  text-decoration: none; }




a.leftnavlink		{ color: white;
					  text-decoration: none; }

a.leftnavlink:hover	{ background-color: white;
					  color: #171717;
					  text-decoration: none; }
					  
#header a	{ color: #457BFA;
			  text-decoration: none; }
