body {
	background:#101010;
	font-family:arial, helvetica, sans-serif;
	font-size:11pt;
}

/*######################################################
		Links
######################################################*/

#menu a, #menu a:visited {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

#menu a:hover {
	font-weight:bold;
	color:#fff;
}

#content a, #content a:visited {
	color:#000;
}

#content a:hover {
	color:#ff7c00;
}

/*######################################################
		Listen
######################################################*/

#menu ol {
	margin:0px;
	padding:7px 0 0 40px;
}

#menu li {
	list-style-type:none;
	background:url(../img/li.jpg) no-repeat top right;
	display:inline;
	padding:6px 10px 0 10px;
}

#menu .none {
	background:none;
}

/*######################################################
		Inhalt
######################################################*/

h1 {
	font-size:14pt;
	margin:0px;
	color:#ff7c00;
	border-bottom:1px solid #ff7c00;
	width:525px;
}

p {
	font-size:10pt;
	line-height:14pt;
}

strong {
	font-weight:bold;
	color:#ff7c00;
}
