.Textp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}
.adress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
.content {
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
	border: 2px;
	color: #006600;
}

#nav {
	position: static;	
	margin:1px 0 0 0;
	padding:1px 0;
	width: 160px;
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#nav li {
	margin:5;
	padding:0;
}

#nav a:link, #nav a:visited {
	display:block;
	margin:5px 0;
	padding:2px 2px 2px 2px;
	background-color:#99CC66;
	border: 1px solid white;
	text-decoration: none;
	/* die Höhenangabe ist für den IE, damit die gesamte FLäche des Links klickbar ist */
	height:14px;
	font-family: 'Arial','Helvetica','Sans-serif';
	color: black;
	font-weight: bold;
	font-size: 14px;
	}
	
html>body #nav a:link, html>body #nav a:visited  {
	height:auto;
}
	
#nav a:hover {
	border: 1px solid white;
	background-color: #CCFFB3;
	color: #CC0033;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
a:hover {
	color: #990000;
}
