/* CSS Document */
		body
		{
		border:0px;
		margin:0px;
		padding: 1px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		}
		#divcontent table
		{
		font-size:1px;
		border-top: dashed 0px black;
		border-left: dashed 0px black;
		border-right: dashed 0px black;
		border-bottom: dashed 1px black;
		}

		#divcontent td
		{
		border-top: dashed 0px black;
		border-left: dashed 0px black;
		border-right: dashed 0px black;
		border-bottom: dashed 0px black;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		}

		.teaser_box {
		border-bottom:0px;
		}

		.symbol{
		border:dotted silver 1px;
		margin-bottom:15px;
		}


		#divcontent .dashedbottom
		{
		border-bottom: dashed 1px black;
		font-size:1px;
		}

		.listenruecker
		{
		margin-top:20px;
		}

		#navlist
		{
			padding: 3.5px 0;
			margin-left: 0;
			border-bottom: 1px dashed #000;
			font: bold 12px Verdana, sans-serif;
		}

		#navlist li
		{
			list-style: none;
			margin: 0;
			display: inline;
		}

		#navlist li a
		{
			padding: 3.5px;
			background: #F3F6C1;
			margin-left: 8px;
			border-bottom: none;
			background: #F3F6C1 ;
			text-decoration: none;
		}

		#navlist li a:link {
		color: #000;
		border-top: 1px solid #96A35D;
		border-left: 1px solid #96A35D;
		border-right: 1px solid #96A35D;

		 }

		#navlist li a:visited {
		color: #000;
		border-top: 1px solid #96A35D;
		border-left: 1px solid #96A35D;
		border-right: 1px solid #96A35D;
		}

		#navlist li a:hover
		{
		color: #448;
		background: #F0F59B;
		border-top: 1px solid #96A35D;
		border-left: 1px solid #96A35D;
		border-right: 1px solid #96A35D;

		}

		#navlist li a#current
		{
			background: white;
			border: 1px dashed #000;
			border-bottom: 1px solid white;
		}
a:link {
	color:black;
	text-decoration: underline;
}
a:hover {
	color:black;
	background-color:#CE6F21;
	text-decoration: none;
}
a:visited {
	color:black;
	text-decoration: underline;
}

a.button:link {
	text-decoration:none;
}
a.button:hover {
	text-decoration:none;
	background-color: white;
}
a.button:visited {
	color:black;
	text-decoration: none;
	background-color: white;
}
img {
border:0px;
}
