/*  
Theme Name: mahe
Description: A Theme made for mahe GmbH
Version: 1.0
Author: Christoph Wiedenmann
Author URI: http://kennstenicht.de/
*/

/*************************************
 +Containers
 *************************************/

body{
	background: url('images2/bg.png') no-repeat top center;
	color:#666666;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-size:67.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
	height: 100%;
}
a {
	color:#666666;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
}
a:hover {
	color:#09286c;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
}
#wrap{
	margin:0 auto;
	padding: 0px;
	text-align:left;	
	width:1000px;
	height: 750px;
	margin: 40px auto 0 auto;
}

#left {
	float:left;
	background: url('images2/left.png');
	width: 440px;
	height: 750px;
}
#right {
	float:right;
	background: url('images2/right.png');
	width: 440px;
	height: 750px;
}
#middle {
	float:left;
	width: 120px;
	height: 750px;
}
#m-1 {
	float:left;
	background: url('images2/m-1.png') no-repeat;
	width: 120px;
	height: 307px;
}
#m-2 {
	float:left;
	background: url('images2/m-2-2.jpg') no-repeat;
	width: 120px;
	height: 104px;
}
#m-3 {
	float:left;
	background: url('images2/m-3.jpg') no-repeat;
	width: 120px;
	height: 235px;
}
#m-4-1 {
	float:left;
	width: 60px;
	height: 52px;
}
#m-4-2 {
	float:left;
	width: 60px;
	height: 52px;
}
#m-5 {
	float:left;
	background: url('images2/m-5.png') no-repeat;
	width: 120px;
	height: 52px;
}
a.ortho {
	background: url('images2/m-4-1.jpg');
	display:block;
	width: 45px;
	height:22px;
	padding: 30px 0 0 15px;
}

a.medical {
	background: url('images2/m-4-2.jpg');
	display:block;
	width: 48px;
	height:22px;
	padding: 30px 0 0 12px;
}
#copy{
	color: #999;
}
#copy a{
	color: #999;
}
#copy a:hover{
	color: #bfbfbf;
}
