@import url("content.css");

* {
	font-family: helvetica, arial, sans-serif;
	font-size: 100.1%;
}

body {
	font-size: 0.9em;
	color: #505050;
	line-height: 1.5em;
	margin: 0; padding: 0; border: 0;
	background: #fbfcfc;
}

a img {
	border: 0;
}

h1 {
	font-size: 1.2em;
	margin-top: 0;
}

h2 {
	font-size: 1.1em;
	margin-top: 0;
}

#footer {
	text-align: center;
	clear: both;
	padding: 10px;
	font-size: 0.7em;
	background: transparent url(bilder/design/footerbg.jpg) repeat-x scroll 0 0;
}

#footer .mod_customnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .mod_customnav ul li {
	display: inline;
	padding-left: 10px;
	width: 200px;
	line-height: 28px;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	background: transparent url(bilder/design/arrow2.gif) no-repeat scroll 0 4px;
}

#footer .mod_customnav ul li.first {
	padding: 0;
	margin: 0;
	background: none;
}

#footer .mod_customnav ul li a {
	color: #505050;
	text-decoration: none;
}

#footer .mod_customnav ul li a:hover {
	color: #669900;
	text-decoration: none;
}


/* Misc */

.clear {
  clear: both; font-size: 1px; height: 1px;
}

.invisible {
	width: 0px;
	height: 0px;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}

.chart p {
	margin-bottom: 0;
	padding: 0;
}
