/* KRAFTWERK Europe AG CSS Document */

body {
    background-image: url(images/bg_landing_eu.jpg);	
	background-color: #000;
	background-position: center 0;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #fff;
	overflow: auto;
	margin: 0 auto;
	padding: 0;
}
	
#container_main {
	width:900px;
	clear: both;
	margin:0 auto;
	padding:0;
	}
	
#bg_top {
	width: 900px;
	height: 80px;
	line-height: 80px;	
	background-color: none;
	margin: 0px;
    position: relative;
	text-align: center;
}

.logo {
	width: 420px;
	height: 80px;
	line-height: 80px;	
	background-color: none;
	background-position: center;
	background-repeat: no-repeat;
	margin:0 auto;
	text-align: center;
/* IE 6 */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/logo.png');
}
/* Mozilla */
.logo[class] {
	background-image:url(images/logo.png);
}

#bg_middle {
	width:900px;
	height:auto;
	background-position:center;
    padding: 150px 0px 45px 0px;
    position: relative;
	text-align: center;
	}
	
#flag_position {
	width: 900px;
	height: auto;
	margin: 0 auto;
    padding: 0;
    position: relative;
	text-align: center;
	}
	
#swiss_position {
	width: 110px;
	height: auto;
	margin: 50px auto 0 auto;
    padding: 0;
    position: relative;
	text-align: center;
	}
	
img{  
	border-style: none;
}

/*Link_DE___________________________*/
.spalte_de { 
	margin: 0 15px;  
	text-align: center; 
	width: 120px; 
	height: 80px;
	line-height: 80px;
	float:left;
}

.spalte_de a{  
	width: 120px; 
	height: 80px;
	background: url(images/choose_de.png) no-repeat center 0;
	display: block;
	opacity: 0.4;
	filter: Alpha(opacity=40);					// second!
}

.spalte_de a:hover{  
	opacity: 1.0;
	filter: Alpha(opacity=100);					// second!
}

/*Link_AT___________________________*/
.spalte_at { 
	margin: 0 15px;  
	text-align: center; 
	width: 120px; 
	height: 80px;
	line-height: 80px;
	float:left;
}

.spalte_at a{  
	width: 120px; 
	height: 80px;
	background: url(images/choose_at.png) no-repeat center 0;
	display: block;
	opacity: 0.4;
	filter: Alpha(opacity=40);					// second!
}

.spalte_at a:hover{  
	opacity: 1.0;
	filter: Alpha(opacity=100);					// second!
}

/*Link_FR___________________________*/
.spalte_fr { 
	margin: 0 15px;  
	text-align: center; 
	width: 120px; 
	height: 80px;
	line-height: 80px;
	float:left;
}

.spalte_fr a{  
	width: 120px; 
	height: 80px;
	background: url(images/choose_fr.png) no-repeat center 0;
	display: block;
	opacity: 0.4;
	filter: Alpha(opacity=40);					// second!
}

.spalte_fr a:hover{  
	opacity: 1.0;
	filter: Alpha(opacity=100);					// second!
}

/*Link_EN___________________________*/
.spalte_en { 
	margin: 0 15px;  
	text-align: center; 
	width: 120px; 
	height: 80px;
	line-height: 80px;
	float:left;
}

.spalte_en a{  
	width: 120px; 
	height: 80px;
	background: url(images/choose_en.png) no-repeat center 0;
	display: block;
	opacity: 0.4;
	filter: Alpha(opacity=40);					// second!
}

.spalte_en a:hover{  
	opacity: 1.0;
	filter: Alpha(opacity=100);					// second!
}

/*Link_IT___________________________*/
.spalte_it { 
	margin: 0 15px;  
	text-align: center; 
	width: 120px; 
	height: 80px;
	line-height: 80px;
	float:left;
}

.spalte_it a{  
	width: 120px; 
	height: 80px;
	background: url(images/choose_it.png) no-repeat center 0;
	display: block;
	opacity: 0.4;
	filter: Alpha(opacity=40);					// second!
}

.spalte_it a:hover{  
	opacity: 1.0;
	filter: Alpha(opacity=100);					// second!
}

/*Link_ES___________________________*/
.spalte_es { 
	margin: 0 15px;  
	text-align: center; 
	width: 120px; 
	height: 80px;
	line-height: 80px;
	float:left;
}

.spalte_es a{  
	width: 120px; 
	height: 80px;
	background: url(images/choose_es.png) no-repeat center 0;
	display: block;
	opacity: 0.4;
	filter: Alpha(opacity=40);					// second!
}

.spalte_es a:hover{  
	opacity: 1.0;
	filter: Alpha(opacity=100);					// second!
}

/*Link_CH___________________________*/
.spalte_ch { 
	margin: 0 15px;  
	text-align: center; 
	width: 80px; 
	height: 80px;
	line-height: 80px;
	float:left;
}

.spalte_ch a{  
	width: 80px; 
	height: 80px;
	background: url(images/choose_ch.png) no-repeat center 0;
	display: block;
	opacity: 0.4;
	filter: Alpha(opacity=40);					// second!
}

.spalte_ch a:hover{  
	opacity: 1.0;
	filter: Alpha(opacity=100);					// second!
}