@charset 'utf-8';

.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */

body  {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background-image: url(kopf.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Cardo, Times, serif;
}

body a:link, body a:active, body a:visited 
	{
	color: #999;
	text-decoration: none;
	}
	
body a:hover
	{
	color: #666;
	text-decoration: none;
	}

/* <------------- Layout-Aufbau -------------> */
#kontainer {
	width: 970px;
	margin: 21px auto;
}
.adresse {
	color: #999;
	line-height: 1.5em;
	margin: 30px auto;
}
#adresse a:link, body a:active, body a:visited 
	{
	color: #999;
	text-decoration: none;
	}
	
#adresse a:hover
	{
	color: #999;
	text-decoration: underline;
	}
	
.links {
	width: 470px;
	margin-right: 30px;
	float: left;
	text-align: left;
}
.rechts {
	width: 470px;
	float: right;
	text-align: left;
	top: 0;
}

p {
	font-size: 16px;
	line-height: 1.4em;
}
li {
	font-size: 16px;
	margin: 1em 0 0 -0.5em;
	line-height: 1.4em;
	list-style-image: url(ornament-li.gif);
}
h1 {
	font-size: 32px;
}
