/*
	basic.css
	2007, P.AD. werbeagentur GmbH
	http://www.p-ad.de
	Hendrik Runte
*/
body {
	color: white;
	font-size: 62.5%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: white;
	padding: 0;
}

h1,h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 20px 25px 0;
}

ul {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 50px;
	padding: 0;
}


li {
	margin: 0;
	padding: 0;
}

a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

#main {
	background:#999999;
	width: 558px;
	margin: 0 auto;
}

#footer a {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content {
	font-size: 1.2em;
	line-height: 120%;
	width: 558px;
}

#innercontents {
	background-image: url(../img/vogel.0220.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	width: 558px;
	height: 600px;
	padding-top: 10px;
	padding-left:10px;
	padding-right: 0;
	padding-bottom: 0;
	color: black;
}

h6#footer {
	position: relative;
	width: 513px;
}

h6#footer span {

}

h6#footer span a {
	cursor: pointer;
}
