/*** HTML BASIS CSS ***/

* {
  margin: 0;
  padding: 0;
}

html { 
	/* height: 100%;  */
}

body {
  height: 100%;
  font-family: Arial;
  font-size: 11px;
  color: #000000;
  background: #ffffff;
}

a {
  color: #00617d;
  text-decoration: none;
}

a:hover { 
	color: #00617d; 
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 { 
	font-size: 1em; 
}

img,fieldset { 
	border: 0; 
}

legend { 
	display: none; 
}

input,
textarea,
select {
	background: #ffffff;
	border: 0;
	font-size: 11px;
	color: #999999;
	font-family: Tahoma;
	padding: 2px 8px;
}


/********************
* TYPO3 CLASSES
********************/

.align-right   { text-align: right;   }
.align-center  { text-align: center;  }
.align-left    { text-align: left;    }
.align-justify { text-align: justify; }


/********************
* TYPO3 EXTENSIONS
********************/

	/*** NEWS ***/
		/* --- LIST --- */
		
			.news-list-date-wrap {
				color: #00617d;
			}
	
	
	/*** POWERMAIL ***/
		
		.tx-powermail-pi1 {
			width: 466px;
			margin-left: -10px;
			background: #00617d;
			padding: 20px 0;
		}
		
		.tx_powermail_pi1_fieldwrap_html label {
			display: none;
		}
		
		.tx_powermail_pi1_fieldwrap_html input,
		.tx_powermail_pi1_fieldwrap_html textarea {
			width: 250px;
			margin-left: 100px;
			margin-bottom: 8px;
			background: #ffffff;
			border: 0;
			padding: 2px;
			
			font-size: 11px;
			color: #999999;
			font-family: Tahoma;
		}
		
		.tx_powermail_pi1_fieldwrap_html textarea {
			height: 150px;
		}
		
		.tx_powermail_pi1_fieldwrap_html_submit {
			text-align: right;
			margin-right: 112px;
		}
		
		.tx_powermail_pi1_fieldwrap_html input.powermail_submit {
			border: 2px solid white;
			padding: 1px 4px;
			background: #cdc400;
			color: #ffffff;
			text-transform: uppercase;
			width: auto;
		}

		.tx-powermail-pi1_thx {
			padding: 10px 20px 10px 10px;
			color: #ffffff;
		}
		
/********************
* LAYOUT
********************/

/*** NON DISPLAYED IDs ***/

	#jump,#path,#search,#lang,#footer { display: none; }
	
/****
	PSEUDO
		****/
		
		#top {
			
		}
		
		#end {
		
		}

/****
	CONTAINTER
		****/
		
		#container_wrapper {
			position: relative;
			width: 974px;
			height: 484px;
			margin: 80px auto 0 auto;
			background: url(../img/container.png) no-repeat center;
		}
		
		#container {
			position: absolute;
			width: 934px;
			height: 442px;
			margin: 14px 0 0 14px;
			background: url(../img/container.jpg) no-repeat left top;
		}
		
/****
	HEADER
		****/
		
		#header {
			
			position: relative;
			width: 100%; 
			height: 207px;
		}
		
		#header h1 {
			position: absolute;
			top: 10px; 
			left: 10px;
			margin: 0;
			padding: 0;
			width: 207px; 
			height: 207px;
			
		}
		
		#header h1 a {
			position: absolute;
			width: 100%; 
			height: 100%;
			text-indent: -999%;
			overflow: hidden;
			background: url(../img/header_h1.png) no-repeat;
		}
		
		#header h1 img {
			display: block;
		}
		
/****
	JUMP
		****/
		
/****
	PATH
		****/
		
		

/****
	CONTENT & SITEMETA
		****/
		
		
		/*** CONTENT ***/
			
			#content_wrapper {
				margin: 10px;
				height: 215px;
			}
			
			#content {
				position: absolute;
				top: 60px;
				left: 300px;
				width: 470px;
				height: auto;
				
				z-index: 99;
			}
			
			#content h2 {
				display: none;
			}
			/*#content h2 {
				position: absolute;
				top: 345px;
				left: -200px;
				width: 902px;
				padding: 6px;
				background: #34693a;
				filter:alpha(opacity=60);
				-moz-opacity: 0.60;
				opacity: 0.60;
				
				color: #ffffff;
				font-size: 12px;
				text-align: right;
				z-index: 1;
			}*/
			
			#content h3 {
				position: absolute;
				top: 0px;
				left: 0;
				background: #ffffff;
				text-transform: uppercase;
				color: #000000;
				padding: 2px 10px;
			}
			
			/*** COL1 ***/
			
				#col1 {
					position: relative;
					background: #ffffff url(../img/col1.png) repeat-y right;
					width: 450px;
					/* height: 300px; */
					padding: 10px 20px 0px 10px;
					top: 0px;
					margin-top: 18px;
					z-index: 99;
					/* overflow-y: scroll; */
				}
				
				#col1 .csc-textpic-text {
					padding-bottom: 20px;
				}
				
				#col1 ul {
					margin-top: 10px;
					margin-left: 20px;
				}
				
				#col1 h4 {
					color: #00617d;
					text-transform: uppercase;
					margin-bottom: 15px;
				}
			
				#col1_elem {
					display: none;
					position: absolute;
					width: 15px;
					height: 17px;
					right: 0;
					top: 0px;
					background: url(../img/col1_elem.png) no-repeat right;
				}
			
			/*** TEASER LINKS ***/
			
				#teaser_links {
					display: none;
				}
				
			
			/*** TEASER TICKER ***/
			
				#teaser_ticker {
					display: none;
				}
				
			/*** MEDIA ***/
				#media {
					display: none;
				}
		
		
		/*** SITEMETA ***/
		
			/*** MENU ***/
			
				#menu {
					display: none;
				}
				
			/*** MENU2 ***/
			
				
			
			/*** SITELINKS ***/
				#sitelinks {
					display: none;
				}
				
			
/****
	SEARCH
		****/
		
		
/****
	LANG
		****/
			
			
/****
	FOOTER
		****/
		
		
/********************************************************************
	SI COMPANY DB EXT 
********************************************************************/
		
/** AJAX SEARCHFIELD **/

	.sicompanydb_searchfield_aj {
		position: absolute;
		top: 0;
		
	}
	
	.sicompanydb_searchfield_aj input {
		width: 300px;
		
	}
	
	.sicompanydb_searchfield_aj img {
		position: absolute;
		top: -2px;
		left: 325px;
	}
	
	.sicompanydb_searchfield_results_aj {
		position: absolute;
		width: 580px;
		top: 18px;
	
		background: #ffffff;
	}

	.sicompanydb_searchfield_results_aj_item {
		clear: both;
		padding: 1px;
		background: #ffffff;
		border-bottom: 1px dotted #eeeeee;
	}

	.sicompanydb_searchfield_results_aj_item span {
		display: block;
		float: left;
		margin-right: 5px;
		padding:  4px 10px 0 10px;
	}
	
	
	.sicompanydb_searchfield_results_aj_item span.sicompanydb_searchfield_results_aj_item_company {
		width: 180px;
	}
	
	.sicompanydb_searchfield_results_aj_item span.sicompanydb_searchfield_results_aj_item_street,
	.sicompanydb_searchfield_results_aj_item span.sicompanydb_searchfield_results_aj_item_city {
		width: 155px;
		
	}

	.sicompanydb_category1_or {
		display: block;
		font-weight: bold;
		text-transform: uppercase;
		color: white;
		margin-bottom: 4px;
	}

/** ABC **/

	.sicompanydb_abc {
		position: absolute;
		top: -218px;
		left: -20px;
	}
	
	.sicompanydb_abc_items {
		font-size: 12px;
		font-weight: bold;
		margin-right: 8px; 
	}

/* Dyn Div */

.sicompanydb_layer_dyndiv {
	position: absolute;
	top: -150px;
	left: -30px;
	/* width: 301px; */
	width: 380px;
	height: auto;
	padding-right: 15px;
	background: #ffffff url(../../../../fileadmin/template01/img/col1.png) repeat-y right;
}

.sicompanydb_layer_dyndiv_labelcontent {
	position: absolute;
	top: -18px;
	margin-top: 0;
	
	color: #000000;
	
}

.sicompanydb_layer_dyndiv_labelcontent span {
	display: block;
	float: left;
	padding: 2px 8px;
	background: #ffffff;
	width: auto;
	text-transform: uppercase;
}

.sicompanydb_layer_dyndiv_labelcontent span.sicompanydb_layer_dyndiv_labelcontent_label {
	font-weight: bold;	
}

.sicompanydb_layer_dyndiv_labelcontent span.sicompanydb_layer_dyndiv_labelcontent_label1_active {
	background: #00617d;
	color: #ffffff;
}

.sicompanydb_layer_dyndiv_labelcontent span.sicompanydb_layer_dyndiv_labelcontent_value1_active {
	background: #cdc400;
}

.sicompanydb_layer_dyndiv_labelcontent span.sicompanydb_layer_dyndiv_labelcontent_label2_active {
	background: #000000;
	color: #ffffff;
}

.sicompanydb_layer_dyndiv_labelcontent span.sicompanydb_layer_dyndiv_labelcontent_value2_active {
	background: #ffffff;
}

.sicompanydb_layer_dyndiv .sicompanydb_categorylist {
	clear: both;
	display: block;
}

.sicompanydb_layer_dyndiv ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sicompanydb_layer_dyndiv ul li {
	display: block;
	padding: 2px 8px;
	cursor: pointer;
}

.sicompanydb_layer_dyndiv ul li:hover {
	background: #cdc400;
}

/* INPUT FIELDS */
.sicompanydb_category1 {
	margin-top: 24px;
}

.sicompanydb_category1,
.sicompanydb_category2,
.sicompanydb_category3 {
	
	display: block;
	width: 300px;
	margin-right: 10px;
}

.sicompanydb_container div div input {
	clear: both;
	width: 300px;
	clear: both;
	margin-bottom: 5px;
	cursor: pointer;
	background: #ffffff url(img/sicompanydb_input_right.png) no-repeat right;
}

.sicompanydb_container div label {
	display: none;
	clear: both;
	margin-bottom: 2px;
}

.sicompanydb_container .sicompanydb_submit {
	clear: both;
}

/* RESULTS */


	/*** RESULT LABELS CATEGORY ***/
	
		.sicompanydb_results_categorylabels {
			position: absolute;
			top: -18px;
			left: 0px;
		}
	
		.sicompanydb_results_categorylabels div {
			
			float: left;
			/* padding: 2px 8px; */
			background: #ffffff;
			width: auto;
			text-transform: uppercase;
		}
		
		.sicompanydb_results_categorylabels .sicompanydb_results_categorylabels_label span,
		.sicompanydb_results_categorylabels .sicompanydb_results_categorylabels_value span {
			display: block;
			padding: 2px 8px;
		}
		
		.sicompanydb_results_categorylabels .sicompanydb_results_categorylabels_label1 {
			background: #00617d;
			color: #ffffff;
		}
		
		.sicompanydb_results_categorylabels .sicompanydb_results_categorylabels_label2 {
			background: #000000;
			color: #ffffff;
		}
		
		.sicompanydb_results_categorylabels .sicompanydb_results_categorylabels_label3 {
			background: #ffffff;
			color: #00617d;
		}
		
		.sicompanydb_results_categorylabels .sicompanydb_results_categorylabels_value {
			background: #cdc400;
			
		}

	/*** RESULT LIST ***/
		.sicompanydb_results {
			position: absolute;
			/* top: -150px; */
			top: -18px;
			left: -30px;
			/* width: 301px; */
			width: 580px;
			height: auto;
			padding: 10px 15px 10px 10px;
			background: #ffffff url(../../../../fileadmin/template01/img/col1.png) repeat-y right;
		}
		
		.sicompanydb_resultmessage {
			text-transform: uppercase;
			font-weight: bold;
			color: #000000;
			margin-bottom: 20px;
		}
		
		.sicompanydb_resultmessage a {
			text-transform: none;
			font-weight: normal;
		}
		
		.sicompanydb_result_list_container {
			font-weight: normal;
			margin-top: 0;
		}
		
		.sicompanydb_result_labels .sicompanydb_results_label_company {
			float: left;
			width: 50%;
		}
		
		.sicompanydb_result_labels .sicompanydb_results_label_street,
		.sicompanydb_result_labels .sicompanydb_results_label_city {
			float: left;
			width: 25%;
		}
		
		.sicompanydb_results_label {
			text-transform: uppercase;
			color: #00617d;
			font-weight: bold;
			border-bottom: 1px solid black;
			margin-bottom: 10px;
		}
		
		.sicompanydb_result_list {
			clear: both;
			border-bottom: 1px dotted #eeeeee;
		}
		
		.sicompanydb_result_list .sicompanydb_result_list_box {
			
		}
		
		.sicompanydb_result_item a {
			display: block;
			padding: 0;
		}
		
		.sicompanydb_result_item_company {
			float: left; 
			width: 50%;
			padding: 4px 0;
		}
		
		.sicompanydb_result_item_street,
		.sicompanydb_result_item_zipcity {
			float: left;
			width: 25%;
			padding: 4px 0 0 0;
		}
		
		.sicompanydb_result_list_clear {
			clear: both;
			
			
		}
		
		
	/*** RESULT DETAIL ***/
	
		.sicompanydb_result_detail_company {
			color: #00617d;
			font-weight: bold;
			
			margin-bottom: 10px;
		}
		
		.sicompanydb_result_detail_vatno {
			margin-top: 8px;
		}
		
		.sicompanydb_result_detail_contactblock {
			margin-top: 20px;
		}
		
		.sicompanydb_result_detail_contact {
			margin-top: 20px;
		}
		
		.sicompanydb_result_detail_remark {
			margin-top: 20px;
			margin-bottom: 20px;
		}
		
		.sicompanydb_result_detail_numberemployees label,
		.sicompanydb_result_detail_exchange label,
		.sicompanydb_result_detail_exportshare label,
		.sicompanydb_result_detail_experienceofexport label {
			
			
		}
		
		
		
		.sicompanydb_result_detail_backlink {
			margin: 20px 0 0 0;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		