/*  Copyright (c) 2005 APNI MEDIA - www.apni.de */

p {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 7.5pt;
	color: #000000;
	}

a { 
	color: #000000; 
	text-decoration: none;
	}
a:hover { 
	text-decoration: underline;
	}
	
.rahmen {
	border: #9C9C9C;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}






#navigation {
	text-align: left;
	margin-left: -42px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
#navigation li {
	float: left;
	list-style: none;
	margin-right: 40px;
	}

#navigation a {
	padding: 1px 2px;
	color: #777777;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	}
	
#navigation a:hover {
	padding: 1px 2px;	
	background-color:  #e7e5dc;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
	
#navigation a.aktiv {
	padding: 1px 2px;	
	background-color:  #e7e5dc;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}






#navigation_unten {
	margin-left: -50px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#navigation_unten li {
	display: inline;
	list-style: none;
	}
	
#navigation_unten a {
	font-size: 10px;
	text-decoration: none;
	}
	
#navigation_unten a:hover {
	text-decoration: underline;
	}
	
#navigation_unten a.aktiv {
	text-decoration: underline;
	}