/* Standard Stylesheet
*/


/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 68.5%;
	color: #333;
	background: #fff;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

a:link {
	color: #333;
	background-color: #fff;
	text-decoration: none;
}

a:visited {
	color: #eee;
	background-color: #fff;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em 0;
	clear: both;
}

h1 {

}

h2 {
	font-size: 1.6em;
	color: #666;
	margin-top: 80px;
}

h3 {

}

h4 {

}

/* Layout */
#wrapper {
	margin: 50px auto;
}

#header {
}

#navi {
}

#content {
	text-align: center;
}

#sidebar {
}

#footer {
}
