/* Design für den NAvigationsframe*/

body {
	background-color: #333;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	position: relative;
	color: #CCC;
	padding-top: 0px;
	padding-bottom: 35px;
	padding-left: 15px;
}



p {
	background-color: #333;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 15px;
	padding-right: 15px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 35px;
}

a:link {
	color: #CCC;
	text-decoration: none;
	text-align: center;
	white-space: normal;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
}
a:visited {
	color: #CCC;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #F30;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #FC0;
	text-decoration: none;
	font-weight: normal;
}
