@charset "UTF-8";
/* CSS Document */


/*_________ links */
/* ________  + navi */

a { 
	color: #888;
	text-decoration: none;
	
}

a:active { 

    border:1px solid #888;
	color:#000000 !important; 
}


a:hover {
	color: #000;
}



body {
	background-color: #CCCCCC;
	font-size: 11.5px;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	color: #4F5F5F;
}

div { border:0px solid #888; }

.header {
	color:#000;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;



}


/* Hauptnavigation */

#Navigation {
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.aktivHaupt-Nav {
  color:#000;
}

#sideNavi {
	text-transform: none;
	font-size: 10px;
	text-align: left;
	/*	letter-spacing: 0.1em;*/
	line-height: 23px;
	font-weight: bold;
	text-transform: uppercase;

}

.aktiv {
  color:#000;
  line-height: 23px;
}




/***********************
	  LAYOUT
************************/

.adressfeld  {
	color: #999;
	font-size: 10px;
	line-height: 13px;
}
.adressfeld A {
	color: #999;
	text-decoration: none;
}

.adressfeld A:hover {
	color: #000;
	text-decoration: none;
}


