/* KRAFTWERK Europe AG CSS Document */

body {
    background-image: url(images/bg_landing_ch.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 40px 0px;
    position: relative;
	text-align: center;
	}
	
#flag_position {
	width: 450px;
	height: auto;
	margin: 0 auto;
    padding: 0;
    position: relative;
	text-align: center;
	}
	
#eu_position {
	width: 150px;
	height: auto;
	margin: 50px auto 0 auto;
    padding: 0;
    position: relative;
	text-align: center;
	}
	
img{  
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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