* {
	margin: 0;
	padding: 0;
	}
	
body {
	margin:0;
	padding:0;
	font:12px/14px Verdana, Helvetica, sans-serif;
	font-size:90%;
	color:#000000;
	overflow:auto;
	background-color: #fff;
	}
	
a {
	color: #000;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	}
	
a.selected {
	color: #000;
	}

a em
	{
	text-decoration: underline;
	}

a img{
	border:none;
	}
			
p,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	}

p,h1,h2 {
	margin:0px 10px 10px 10px;
	}
	
.beta, noscript p {
	display: none;
	}
	
h1 {
	font-size:140%;
	padding-top:25px;
	}
	
h2 {
	font-size:110%;
	padding-top:25px;
	}


		
#header {
	background-color: #fff;
	height:140px;
	}
	
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 260% 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #000;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 15px; left: 30px;	
	}
	
#header h1#logo-text span {
	color: #000;
	}
	
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 100% 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #000;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;		
	}

#header p#subtitle {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 100% 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	font-style:italic;
	color: #000;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 120px; left: 30px;		
	}


/* header links */
#header #header-links {
	display: none;
	}
	
#centercontent {
	width: 100%;
	margin-top:5px;   		
	margin-left: 10px;
   	margin-right:10px;
	padding-bottom: 5em;
	}

#centercontent img {
	float:right;
	padding: 0 0 8px 0;
	}
	
#centercontent p {
	padding-right:20px;
	line-height: 24px;
	}

#centercontent p, #centercontent ul {
	padding-left:15px;
	padding-right:20px;
	line-height:24px;
	}
	
#centercontent ul {
	padding-left:30px;
	}
	
#rightcontent {
	display: none;
	}
			
/*****************************************************************************************/
/***************************horizontal main navigation ***********************************/	
	
#h-contain
	{
	display: none;
	}
	


	
/*****************************************************************************************/
/****************** Suche auf der Startseite und die Detailanzeige ***********************/

.intro-text {
	display: none;
	}

.search_info {                 /*  Darstellung der Anzahl der Treffer */     
	margin:0 0 10px 40px;
	font-style:italic;
	font-size:90%;
	}

#SearchForm {
	display: none;
	}
	
table.disp_tab, #address, #general, #category, #information {
	width: 90%;
	}

table.disp_tab .col1 {
	/* width: 180px; */
	}

table.disp_tab, table.db_table, #address, #general, #category, #information {
	margin:0 0 20px 10px;
	border: none;
	background-color:#fff;
	padding: 5px 20px 0 10px;
	}

table.disp_tab .info {
	/* margin:0 0 10px 215px; */
	font-size:90%;
	padding-left:200px;
	padding-bottom:10px;
	}

table.disp_tab img {
	vertical-align: bottom;
	}

table.disp_tab .info a {
	padding-right:40px;
	font-weight:bold;
	}

table.disp_tab .button {
	background-color:#004792;
	margin:10px 0 5px 0px;
	padding: 2px 20px;
	color:#fff;
	font-weight:bold;
	border: 1px solid #fff;
	}

table.db_table {
	width: 90%;
	border-collapse: collapse;
	border-bottom: 2px solid #004792;
	font-size:80%;
	}

table.db_table img {
	margin-right:10px;
	}

table.db_table th {
	text-align:left;
	background-color:#fff;
	color:#000;
	padding: 3px 0px;
	line-height:1.4em;
	}

table.db_table tr {
	line-height:2.8em;
	}


table.db_table .tab_line1 {
	background-color:#fff;
	}
	
	 /* Suche und Boxen im Kategorie-Browser ausblenden */
table.disp_tab, .list_container {
	display:none;
	}
	
#detail_iframe {
	width:100%;
	border:none;
	height:3500px;
	}

/*********************** Detailanzeige der Suchergebnisse ********************************/
table .general_title {
	font-weight:bold;
	}

table .data_cell img {
	margin: 10px 25px 0 10px;
	}

#information .picto_cell, #information .data_cell {
	vertical-align:top;                                /* Piktogramme und texte oben bündig ausrichten */
	padding: 10px 25px 10px 10px;
	}

#information .picto_cell img {                              /* Abstand zwischen 2 nebeneinander liegenden Piktogrammen */
	padding-left: 5px;
	padding-bottom: 5px;
	float:right;
	}

#address img{
	float:right;
}

#address .picto_cell{
	margin-bottom:10px;
}

#address .addr_info {
	line-height:1.4em;
	}

#address td {
	vertical-align:top;
	}


#information .data_cell {
	border-bottom:1px solid #ddd;
	}

#information .item_title {
	font-weight:bold;
	}

#information ul {
	padding-left:35px;
	line-height:24px;
	}

/* ================= Formulare ================= */

form#kontakt_form {
	border: none;
	margin: 30px 0 10px 30px;
	width:75%;
	padding:10px;
	background-color:#F1F1F1;
	}
	
form#kontakt_form label {
	display:block;
	float:left;
	padding-right:10px;
	width:90px;
	}
	
form#kontakt_form input, form#kontakt_form textarea {
	border:1px solid #666;
	margin-bottom:10px;
	font-size:100%;
	padding: 2px 0;
	width:65%;
	}

form#kontakt_form input.submit { 
	background-color:#fff;
	margin:10px 0 0 100px;
	color:#000; 
	width:140px;
	}