@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	}

#start {
width: 863px;
height: 539px;
margin: auto;
margin-top: 20px;
}

#links {
	left:0px;
	width: 279px;
	height: 537px;
	border: 0px solid #CC0000;
	float: left;
	margin-right: 10px;
	}
	
#mitte {
	width: 279px;
	height:537px;
	float: left;
	margin: auto;
	}
	
#rechts {

	right: 0px;
	width: 279px;
	height: 537px;
	border: 0px solid #CC0000;
	float: right;
	}

a#eh {
	display: inline-block;
	width: 279px;
	height: 537px;
	background: url(../images/start-links.png);
	}
	
a#eh:hover {
	background:url(../images/start-links-hover.png)
	}
	
a#gh {
	display: inline-block;
	width: 279px;
	height: 537px;
	background: url(../images/start-rechts.png);
	}
	
a#gh:hover {
	background:url(../images/start-rechts-hover.png)
	}
