/* CSS Document */

/*++++Allgemeine Seitenformatierung++++*/
/*Allgemeine beschreibung des Body-Elements*/
body 					{ 
						background-repeat:no-repeat;  
						font-family:Arial, Helvetica, sans-serif;
						}

/*Body für Seiten ohne Überschrift*/
#body1 					{
						background-image:url(images/Halte.jpg); 
						background-repeat:no-repeat;
						}

/*Body für Seiten mit Überschrift*/
#body2 					{
						background-image:url(images/back.jpg); 
						background-repeat:no-repeat;
						}

/*Body für die Navi*/
#body3 					{ 
						font:bold 13px Arial, Helvetica, sans-serif; 
						background-image:url(images/back1.jpg); 
						background-repeat:no-repeat;
						width: 160px;
						}
						
/*Body für Kolibri-Seiten*/
#body_kolibri					{
						background-image:url(kolibricard/images/hintergrund1.jpg); 
						background-repeat:no-repeat;
						}


/*++++Links++++*/
a:link 					{ color:#FF0000; text-decoration:none; }	    	/* noch nicht besuchte Ziele */
a:visited 				{ color:#FF0000; text-decoration:none; } 			/* besuchte Ziele */
a:hover 				{ color:#FF6600; text-decoration:underline; }  		/* Verweise bei "MouseOver" */
a:active 				{ color:#FF0000; text-decoration:none; }		  	/* Angeklickte Verweise */

/*++++Links schwarz++++*/
.link_black a:link 					{ color: #000000; text-decoration:none; }	    	/* noch nicht besuchte Ziele */
.link_black a:visited 				{ color: #000000; text-decoration:none; } 			/* besuchte Ziele */
.link_black a:hover 				{ color: #000000; text-decoration:underline; }  	/* Verweise bei "MouseOver" */
.link_black a:active 				{ color: #000000; text-decoration:none; }		  	/* Angeklickte Verweise */

/*++++Textformatierung++++*/
p 						{
						font-family:Arial, Helvetica, sans-serif; 
						font-size:10pt; 
						}
	
/*++++Formatierungen für die Navigation++++*/
#spacer					{ width:100%; height:86px; }
.button_1a				{ width:100%; height:22px; padding-left:24px; }
.button_1b				{ width:100%; height:22px; padding-left:24px; }
.button_2				{ width:100%; height:20px; padding-left:60px; }

.button_1a a:link		{ color:#000; text-decoration:none; }
.button_1a a:visited 	{ color:#000; text-decoration:none; }
.button_1a a:hover		{ color:#00F; text-decoration:none; }
.button_1a a:active 	{ color:#000; text-decoration:none; }

.button_1b a:link		{ color:#000; text-decoration:none; }
.button_1b a:visited 	{ color:#000; text-decoration:none; }
.button_1b a:hover		{ color:#00F; text-decoration:none; }
.button_1b a:active 	{ color:#000; text-decoration:none; }

.button_2 a:link		{ color:#000; text-decoration:none; font-weight:normal; }
.button_2 a:visited 	{ color:#000; text-decoration:none; font-weight:normal; }
.button_2 a:hover		{ color:#00F; text-decoration:none; font-weight:normal; }
.button_2 a:active		{ color:#000; text-decoration:none; font-weight:normal; }

.valid 					{ position: absolute; top:590px; left:50px; }	
		