html, body {
	margin:0;
	width:100%;
	height:100%;
	background:#000;
	color:#fff;
	font-family: Arial;
	font-size: 11px;
	
}



#container {
	margin: 100px auto 0 auto;
	width: 780px;
	height: 547px;
	background: #ffc;
}

.content {
	-moz-opacity:.0; filter: Alpha(Opacity=000); opacity:.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);	
}



a:visited,
a:active,
a:hover,
a {
	color: #fff;
	text-decoration: none;
}

p {
	margin:0;
	padding: 5px;
}

p.downloadlink { 
	margin:0;
	padding:0;
	height:22px;

}


h2 {
	font-weight: bold;
	font-size: 11px;
	margin:5px;
}

#fokus,
#magazine,
#kernkompetenz,	
#kontaktumfeld,
#umfeld,
#kontakt,
#services,
#team,
#kundenliste {
	cursor: pointer;
}
		


#fokus {
	width: 370px; 
	height: 128px;
	padding-top:100px;
	float: left;
	background: #736656 url(/media/matek/mateklogobraun.gif) top left no-repeat;
}


#magazine {
	width: 226px; 
	height: 228px;
	float: left;
	background: #5c454b;
}

#kernkompetenz	 {
	width: 596px; 
	height: 84px;
	float: left;
	background: #635757;
}


#kontaktumfeld {
	width: 228px; 
	height: 235px;
	float: left;
	background: #c00;
}
	#umfeld {
		width: 228px; 
		height: 212px;
		float: left;
		background: #563e45;
	}
	
	#kontakt {
		width: 228px; 
		height: 23px;
		float: left;
		background: #c82011;
	}

#services {
	width: 368px; 
	height: 235px;
	float: left;
	background: #827767;
}

#leftcol {
	width: 596px; 
	height: 547px;
	background: #fff;
	float: left;
}

#rightcol {
	width: 184px; 
	height: 547px;
	background: #fff;
	float: left;
}

	#team {
		width: 184px; 
		height: 505px;
		float: left;
		background: #806e6b;
	}
		
	#kundenliste {
		width: 184px; 
		height: 42px;
		float: left;
		background: #5a5150;
	}
	


	#hiddenKontakt .content {
		display: inline;
	}
	#hiddenKontakt {
		cursor: default;

		-moz-opacity:0; filter: Alpha(Opacity=000); opacity:.0;
		width:1px;
		height:1px;
		overflow:hidden;
		position:absolute;
		z-index:10;
		background:#c82011;
	}	


	#hiddenKundenliste .content {
		display: inline;
	}
	#hiddenKundenliste {
		cursor: default;
		-moz-opacity:.0; filter: Alpha(Opacity=000); opacity:.0;
		width:1px;
		height:1px;
		overflow:hidden;
		position:absolute;
		z-index:10;
		background:#ff43cd;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

