*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #FFFFCC;
	font-size: 1.0em;
}

a { text-decoration: none; }

a:hover { text-decoration: underline; }

img
{
	border: 0 none;
	padding: 20px;
}

img#header { display:block; }

h1, h2, h3
{
	font-family: Arial, Geneva, sans-serif;
	background: transparent;
}

h1
{
	font-size: 1.6em;
	line-height: 2em;
}

h2
{
	font-size: 1.4em;
	color:#32b8ff;
}

h3
{
	font-size: 1.2em;
	color:#32b8ff;
	line-height:1.9em;
	text-align:center;
}

h5
{
	font-size: 1.2em;
	color:#32b8ff;
	line-height:1.5em;
	margin-top: 20px
}

p, li, table
{
	font-size: 1.1em; 
}

ul { padding-top: 15px; }

p
{
	line-height: 160%;
	margin-top: 15px;
}

li
{
	padding: 0 0 0 15px;
	margin: 0 0 0 20px;
	line-height: 140%;
}

#bild { padding-top: 10px; }

#container
{
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 960px;
	padding: 0;
	border: 0;
	background: #ffffe0;
}

#header
{
	width: 100%;
	height: 173px;
	background: #fda215;
}

#logo
{
	background: url(../img/banner.jpg) no-repeat transparent;
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	height: 173px;
}

#recht
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
}

address
{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
	font-style: normal;
	font-size: 1em; 
}

#column
{
	float: right;
	position:relative;
	width: 660px;
	padding: 20px 20px 0 0;
}

#footer
{
	background: #FFFFCC;
	width: 940px;
	text-align:center;
	font-size: 90%;
	color: #333333;
	padding: 10px;
	border-top: 1px solid #000;
}

/* Klassen */

.teaser { font-weight: bold; }

.nowrap { white-space: nowrap; }

#navigation
{
	width: 250px;
	background: #fda215;
	padding-top: 20px;
}

#navigation a
{
	text-decoration:none;
	font-weight:bold;
	font-size: 1.1em;
	color: #000;
}

#navigation li
{
	list-style-type:none;
	background-color:#32b8ff;
	padding:5px;
	padding-left: 20px;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:20px;
	border: 5px solid #32b8ff;			/*Sogt für die runden Ecken ^^*/
	left:10px;
	top:50px;
	-moz-border-radius:20px;			/*Für Mozilla und so */
	-khtml-border-radius:20px;			/*Für Safari*/
}

#navigation li:hover
{
	background-color:#fff;
	border-color:#fff;
}

#apDiv1
{
	position:absolute;
	left:809px;
	top:246px;
	width:190px;
	height:251px;
	z-index:1;
}
