		#detail_headline {
			position: relative;
			background-color: #cccde9;
			padding-right: 5px;
			text-align: right;
			height: 22px;
			line-height: 22px;
		}

		#detail_headline a {
			padding: 3px 3px;
			text-decoration: none;
			color: #00005c;
		}

		#detail_headline a:hover {
			color: #fff;
			background-color: #00005c;
		}

		#content #detail_headline h1 {
			position: absolute;
			top: 0;
			left: 0;
			width: 190px;
			font: bold 12px Arial, sans-serif;
			color: #fff;
			background-color: #00005c;
			text-align: left;
			padding-left: 10px;
			line-height: 22px;
		}

		#detail_bild {
			position: relative;
			float: left;
			width: 200px;
			text-align: center;
			background-color: #cccde9;
		}

		#detail_bild a {
			display: block;
			line-height: 20px;
			text-decoration: none;
			color: #00005c;
		}

		#detail_bild a:hover {
			background-color: #bfc0df;
		}

		#detail_main {
			margin-bottom: 20px;
		}

		#detail_clear {
			clear: both;
		}

		#detail_facts {
			position: relative;
			float: left;
			width: 280px;
			margin: 10px 0 0 20px;
		}

		#content #detail_facts h1 {
			font-weight: bold;
			font-size: 14px;
			margin-bottom: 10px;
		}

		td.detailbold {
			width: 120px;
			font-weight: bold;
			vertical-align: top;
			line-height: 20px;
		}

		td.detailcontent {
			vertical-align: bottom;
			line-height: 20px;
		}

		#content #freitext_tabs a {
			padding: 4px 15px;
			margin-right: 3px;
			text-decoration: none;
		}

		#content a.tabbedtext {
			background-color: #898aba;
			color: white;
		}

		#content a.tabbedtext_sel {
			background-color: #00005c;
			color: white;
		}

		#freitext_tabs {
			padding: 4px 0;
			border-bottom: 1px solid #00005c;
		}

		#freitext_content {
			margin-bottom: 20px;
			padding: 10px;
			border-left: 1px solid #00005c;
			border-right: 1px solid #00005c;
			border-bottom: 1px solid #00005c;
		}

		#click_bild {
			position: relative;
			float: left;
			width: 200px;
			text-align: center;
		}

		#content #click_bild ul {
			margin: 0;
		}
		
		#click_popups {
			clear: both;
		}
		
		#content #click_popups a {
			display: block;
			line-height: 20px;
			text-decoration: none;
			background-color: #bfc0df;
			color: #00005c;
		}

		#content #click_popups a:hover {
			background-color: #00005c;
			color: #fff;
		}

		#bild_gross {
			width: 200px;
			background-color: #898aba;
			text-align: center;
			margin-bottom: 10px;
		}

		#bild_gross img {
			max-width: 200px;
			height: 150px;
		}

		#bild_title {
			display: none;
			visibility: hidden;
		}

		#bilder_klein ul {
			width: 220px;
			padding-bottom: 10px;
			list-style-type: none;
			display: block;
		}


		#bilder_klein li {
			width: 60px;
			height: 45px;
			text-align: center;
			background-color: #898aba;
			float: left;
			margin: 0 10px 10px 0;
			overflow:hidden;
		}
	
		#bilder_klein li img {
			height: 45px;
		}



/* Hier steht nun die schnellsuche*/
.schnellsuche{
background-color:white;
border:1px solid #898ABA;
margin:0 0 15px 15px;
position:relative;
width:208px;
}


.schnellsuche h2{
background-color:#898ABA;
color:#FFFFFF;
font:bold 12px Arial,sans-serif;
padding:3px 10px;
}

.schnellsuche form{
padding:0px 10px 10px 10px;

}

.schnellsuche input, .schnellsuche select{
margin-top:10px;
}

#suchbutton{
margin-right:33px;
}

.schnellsuche a{
color:#9a9b9f;
text-decoration:none;
}
