body	{
		font-family: Verdana, Arial, Helvetica;
		font-size: 11px;
		color: #000;
		}

p		{
		padding: 0px 0px 5px 0px;
		border-bottom: 1px dotted #bdbbbb;
		line-height: 1.3;
		}

p img	{
		margin: 4px 4px 4px 4px;
		}

img.schild {
		cursor: help;
		}

img.link {
		cursor: pointer;
		}
		
p.listing {
		background-color: #e6e6e6;
		border-left: 1px dotted #bdbbbb;
		border-right: 1px dotted #bdbbbb;
		padding: 0px 10px 5px 20px;
		font-family: Helvetica, Arial, Verdana;
		font-size: 11px;
		font-weight: 400;
		}

p.listing:after {
		content: url(../img/arrow-back.gif);
		margin-left: 10px;
		}
	
h1		{
		font-family: Verdana, Helvetica, Arial;
		font-size: 14px;
		font-weight: bold;
		}
		
h1:before {
		content: url(../img/logo_text.gif);
		margin-right: 4px;
		}

h1.listing {margin-top: 40px;
		}
		
h2		{
		font-family: Verdana, Helvetica, Arial;
		font-size: 11px;
		font-weight: bold;
		padding: 0px 0px 0px 20px;
		}

h3		{
		font-family: Helvetica, Arial, Verdana;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 1px;
		font-style: italic;
		padding: 1px 1px 1px 20px;
		margin-left: 20px;
		background-color: #e6e6e6;
		border: 1px dotted black;
		}

h3:hover {
		color: #ef351b;
		}
		
h3:after {
		content: url(../img/arrow.gif);
		margin-left: 10px;
		cursor: pointer;
		}

a		{
		color: #000;
		text-decoration: underline;
		}

a:visited {
		color: #bdbbbb;
		text-decoration: overline;
		}

a:hover { 
		color: #000;
		text-decoration: overline underline;
		}
		
#aktuell {
		position: absolute;
		width: 159px;
		height: 115px;
		top: 20px;
		left: 187px;
		border: 1px solid black;
		padding: 3px;
		font-size: 10px;
		text-align: center;
		background-color: #ee4c35;
		color: black;
		line-height: 1.5;
		}

#aktuell h2 {
		font-size: 13px;
		font-weight: bold;
		color: white;
		}

#aktuell a {
		color: black;
		text-decoration: none;
		}

#aktuell a:visited {
		color: black;
		text-decoration: none;
		}
		
#aktuell a:hover {
		color: white;
		text-decoration: none;
		}
		
#info	{
		position: absolute;
		left: 187px;
		top: 170px;
		width: 556px;
		text-align: justify;
		border-left: 1px solid black;
		padding: 5px;
		}

#info p 	{
		margin: 4px 0px 20px 20px;
		}
		
#info a	{
		color: #ef351b;
		text-decoration: underline;
		}

#info a:visited {
		color: black;
		text-decoration: underline;
		}
	
#info a:hover {
		color: #ef351b;
		text-decoration: overline underline;
		}
		
#menue  {
		position: absolute;
		top: 20px;
		left: 755px;
		width: 110px;
		}

#menue a 	{
		display: block;
		padding: 2px;
		margin: 2px;
		text-decoration: none;
		}

#logo2	{
		position: absolute;
		top: 170px;
		left: 150px;
		}

#logo3 {
		position: absolute;
		top: 20px;
		left: 355px;
		}
		
#footer {
		position: absolute;
		width: 556px;
		font-size: 8px;
		font-family: Verdana, Arial, Helvetica;
		border: 1px dashed grey;
		padding: 5px 5px 5px 5px;
		margin: 30px 0px 20px 0px;
		line-height: 1.5;
		text-align: center;
		}
		
#footer a	{
		color: black;
		background-color: #bdbbbb;
		text-decoration: underline;
		}

#footer a:visited {
		color: black;
		background-color: #bdbbbb;
		text-decoration: none;
		}
	
#footer a:hover {
		color: black;
		background-color: #bdbbbb;
		text-decoration: overline underline;
		}


		
