/* content.css */

/* header */


/* headlines */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
{
	margin: 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: bold;
}

h1 {
	padding: 4px 1px;
	
	font-size: 15px;
	color: #EC7405;
}
h2 {
	margin: 10px 0;
	
	font-size: 14px;
}
h3 {
	margin: 5px 0;
	
	font-size: 13px;
}
h4 {
	margin: 5px 0 0 0;
	font-size: 12px;
}
h5 {
	margin: 5px 0 0 0;
	font-size: 12px;
}
h6 {
	margin: 5px 0 0 0;
	font-size: 12px;
}

/* paragraphs & lists */
#content p,
#content ol,
#content ul,
#content dl,
#content address,
#content blockquote
{
	display: block;
	margin: 10px 0 20px 0;
	line-height: 18px;
}

#content p {
	
}

#content ol {
	
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	
	padding-left: 25px;
}
#content dl {
	
}
#content address {
	
}
#content blockquote {
	margin-right: 0px;
	
	padding: 10px 15px;
	
	background: #EEEEEE;
	border: 1px solid #E9E9E9;
	
	font-style: italic;
}
#content li {
	margin: 0 0 0 15px;
}
#content ul li {
	
}
#content ul {
	
}
#content ol li {
	
}
#content dt {
	
}
#content dd {
	
}

ul.action-items { 
	list-style-image: url(/fileadmin/web/images/arrow_icon.gif);
 	padding-left: 10px;
	margin: 10px 0 20px 0px;
	line-height: 18px;
}


/* tables */
#content table {}

#content table thead {}

#content table tbody {}

#content table tfoot {}

#content table tr {}

#content table th {
	vertical-align: top;
}

#content table td {
	vertical-align: top;
}

	/** Messe Tabellen: Wählbar im RTE **/
	
	#content table.messen {
		width:100%;
	}
	
		#content table.messen tr {
			
		} 
		
		#content table.messen tr.alternativ {
			background-color:#eeeeee;
			border-bottom:1px solid #e9e9e9;
		}
	
			#content table.messen td p {
				margin:0;
				padding:5px;
			}		


/* links */
#content a {
	color: #EC7405;
}
#content a:link {
	
}
#content a:visited {
	
}
#content a:hover {
	
}
#content a:active {
	
}

/* typo3 content */
#content .csc-textpic,
#content .csc-textpic-text,
#content .csc-textpic-image
{
	
}

#content .csc-textpic {
	
}
#content .csc-textpic-text {
	
}

#content .csc-textpic-image {
	
}
#content .csc-textpic-image img {
	/*display: block;
	padding: 3px;
	background-color: #EEEEEE;
	border: 1px #79787a solid;*/
}
#content .csc-textpic-border .csc-textpic-image {
	background-color: #EEEEEE;
	border: 1px solid #79787A;
	display: block;
	padding: 3px 0 3px 3px;
}
#content .csc-textpic-border .csc-textpic-image img {
	display: block;
	border: 0;
}
#content .csc-textpic-caption {
	padding: 4px 0;
	font-size: 10px;
	line-height: 13px;
}

#content .contenttable th{
	/*background-color:#eeeeee;*/
	padding-right: 10px;
}

/* ############# FILELIST ################ */

.tx-filelist-pi1-table {
	width:550px;
}
.tx-filelist-pi1-filename, .tx-filelist-pi1-info, .tx-filelist-pi1-last_modification{
	/*display:block;*/
	padding:3px;
}

.tx-filelist-pi1-trodd td {
	background-color:#eeeeee;
}
.tx-filelist-pi1-treven td {
	background-color:#ffffff;
}
/*
#content .csc-textpic-imagewrap .csc-textpic-caption {
	padding: 4px 0;
	font-size: 10px;
	line-height: 13px;
	height:50px;
}
*/

/** Ausnahmen **/


/** 
 * Zusätzliches Bild positionieren: 
 * Luis Trenker Logo auf Page 1616
 * Trick: Frame_1 drumherum
 */

#page_1616 .frame_1,
#page_1737 .frame_1 {
	position:absolute;
	top:650px;
	left:270px;
	width:300px;
	height:106px;
	z-index:9999;
}

	#page_1616 .frame_1 .csc-textpic-image,
	#page_1737 .frame_1 .csc-textpic-image {
		margin-bottom:0;
		top:0;
	}
#page_1616 .frame_3 {
	width: 300px;
}
#page_1616 .frame_3 .contenttable td {
	vertical-align: middle;
}


/** 
 * Page 1802
 * Home mit Countdown: Overlay über Frame1 ausblenden
 */
 
#page_1802 .content .frame_1 .effect {
	display: none;
}






/**
 * tx_locator
 */

/* searchform */

#content .tx-locator-pi1 .mandatory {
	display: block;
	margin-top: 4px;
}
 
#content .tx-locator-pi1 table.tx_locator_searchform {
	margin-top: 20px;
} 
 
	#content .tx-locator-pi1 table.tx_locator_searchform th {
		padding: 5px 20px 5px 0;
		border-top: 1px solid #efefef;
	}
	
	#content .tx-locator-pi1 table.tx_locator_searchform td {
		padding: 5px 5px 5px 0;
		border-top: 1px solid #efefef;
	}
	
		#content .tx-locator-pi1 table.tx_locator_searchform input#address,
		#content .tx-locator-pi1 table.tx_locator_searchform input#tx_locator_pi1_zipcode,
		#content .tx-locator-pi1 table.tx_locator_searchform input#tx_locator_pi1_city {
			width: 200px;
		}
	
		#content .tx-locator-pi1 table.tx_locator_searchform select.selectCountry {
			width: 200px;
		}
 
		#content .tx-locator-pi1 .tx-mhtreeview {
			border: none;
			height: auto;
		}
		
		#content .tx-locator-pi1 .tx-mhtreeview p.tx_mhtreeview_title {
			display: none;
		}
		
		#content .tx-locator-pi1 .tx-mhtreeview p,
		#content .tx-locator-pi1 .tx-mhtreeview ul,
		#content .tx-locator-pi1 .tx-mhtreeview li {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		
	 		#content .tx-locator-pi1 .tx-mhtreeview li img {
				margin-right: 6px; 			
	 		}
 
 			#content .tx-locator-pi1 .tx-mhtreeview li a.selectedCategory {
 				color:#fff;
 			}
 
	 		#content .tx-locator-pi1 .tx-mhtreeview li a:hover {
				color: #000; 			
	 		}

/* Listings */

#content .tx-locator-pi1 .mapHeader {
	display: none;
}

#content .tx-locator-pi1 #mapAll {
	margin-bottom: 20px;
}

#content .tx-locator-pi1 .tx_locator_results .searchResultHeader {
	margin-bottom: 10px;
}

#content .tx-locator-pi1 .tx_locator_results .searchResultTable,
#content .tx-locator-pi1 table.listView {
	width: 600px;
}

	#content .tx-locator-pi1 table.listView tr {
		background-color: transparent;
	}

	#content .tx-locator-pi1 .tx_locator_results .searchResultTable tbody td,
	#content .tx-locator-pi1 table.listView tbody td {
		padding: 5px;
		vertical-align: middle;
		line-height: 12px;
		background-color: transparent;
		border-top: 1px solid #efefef;
	}
	
	#content .tx-locator-pi1 table.listView tbody td.button form {
		text-align: right;
	}
	
		#content .tx-locator-pi1 .tx_locator_results .searchResultTable tbody td a,
		#content .tx-locator-pi1 table.listView tbody td a {
/*			display: block;
			padding-left: 16px;
			background: transparent url(/fileadmin/web/images/external_arrow_small.gif) no-repeat left 2px; */
		}
		
		
	
/** Detail View **/

#content .tx-locator-pi1 .details #map {
	margin-bottom: 20px;
}
	/*  header mit floats und clearfix  */
	
	.clearfix:after {
    clear: both; 
    content:".";
    display: block;
    height: 0;
    visibility: hidden
    }
/* affects only IE7 */
.clearfix {
    min-width: 0;
    }
/* targets only IE5-6 and hidden from lowly IEmac \*/
    * html .clearfix { height: 1%; } 
/* end hide IEmac */
/* What? You want to get crazy and do IEmac too? Okay. \*//*/
    .clearfix { display: inline-table; } 
/* end IEmac only */
	
.searchResultHeader span.search_result_title{
	float: left;
}

 .searchResultHeader span.search_again{
 	float: right;
	margin-right: 25px;
 }
 	
 	
 	