* {	
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
}

body {
	height: 100%;
	text-align: center;
	margin: 0;
	background: url(../img/body.png) no-repeat;
}

#top {}

#container {
	position: relative;
	top: 80px;
	width: 1200px;
	height: 671px;
	text-align: left;
	margin: 0px auto;
	background: url(../img/container.png) no-repeat;
}

#content {
	width: 1200px;
	position: relative;
}

#col1{
	display: inline;
	float: left;
	width: 1200px;
	height: 689px;
	margin: 0 auto;
}

#boot{
	display: inline;
	float: left;
	width: 376px;
	height: 530px;
	margin: 50px 0 0 20px;
}

#boot a{
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: url(../img/bootsverleih.png) no-repeat;
	text-indent: -999999%;
}

#mss{
	display: inline;
	float: left;
	width: 376px;
	height: 530px;
	margin: 50px 0 0 0;
}

#mss a{
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: url(../img/mss.png) no-repeat;
	text-indent: -999999%;
}

#event{
	display: inline;
	float: left;
	width: 386px;
	height: 530px;
	margin: 50px 0 0 20px;
}

#event a{
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: url(../img/event.png) no-repeat;
	text-indent: -999999%;
}






	