@charset "UTF-8";
/**
 * Contacts
 *
 * @copyright       Copyright 2009, Würth Elektronik
 * @link            http://www.we-online.de
 * @version         1.0.0
 * @lastmodified    Date: 2009-01-12
 * @filename        contacts_css.css
 * @by              Thomas Mühlbauer 
 */
@media all
{
	.contacts_container{
		padding: 15px;
		float: left;
		display: block;
	}
	
	.contacts_container h2{
		color:#FFFFFF;
		font-size:16px;
	}
	
	.contacts_container h2,
	.contacts_address{
		margin-bottom: 5px;
	}

	.contacts_countries_head{
		margin-bottom: 25px;
		margin-top: 15px;
	}
	
	.contacts_countries_head span{
		float: right;
	}
	.contacts_countries_head a{
		font-weight: bold;
	}
	.contacts_countries_head h2{
		float: left;
		font-size: 16px;
		color: #000000;
		margin: 0;
	}
	
	.contacts_address{
		font-weight: bold;
	}
	
	.contacts_header{
		background-color: #D9E3EA;
		min-height: 15px;
	}
	
	.contacts_areas{
		margin-top:10px;
		margin-bottom:15px;
	}
	
	.contacts_areas_label{
		margin-top: 10px;
		font-weight: bold;
	}
	
	.contacts_header_col1{
		color:#000000;
		font-size:12px;
		font-weight:bold;
	}
	
	.contacts_idm_name{
		font-weight: bold;
		margin-bottom: 15px;
	}
	
	.contacts_isolator {
		background-color:#A0BAC8;
		height:1px;
		margin-bottom:12px;
		margin-top:12px;
		width: 160px;
	}
	
	.contacts_header_col2{
		display: block;
		background-color: #A0BAC8;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	/* Rahmen für einen Kontakt */
	.contacts_border{
		border: 1px solid white;
		margin-bottom: 20px;
	}
	
	.contacts_border_bottom{
		border-bottom: 1px solid white;
	}
	
	.contacts_border_left{
		border-left: 1px solid white;
	}
	
	.contacts_border_right{
		border-right: 1px solid white;
	}
	
	.contacts_border_top{
		border-top: 1px solid white;
	}
	
	.background_bright{
		background-color: #D9E3EA;
	}
	
	.background_dark{
		background-color: #A0BAC8;
	}
	/* Farbanpassungen der Kontaktseiten für Würth Solar */
	#body_solar .contacts_header{
		background-color: #AAAAAA;
		min-height:18px;
		*min-height:19px;
	}
	
	#body_solar .background_bright{
		background-color: #AAAAAA;
	}
	
	#body_solar .background_dark{
		background-color: #CCCCCC;
	}
	
	#body_solar	.contacts_isolator {
		background-color:#CCCCCC;
	}
	
	#body_solar .contacts_container h2{
		color: #000000;
	}
	
	#body_solar .contacts_header_col2{
		background-color: #CCCCCC;
		color:#000000;
	}
}
