@CHARSET "UTF-8";

body {
	text-align: center;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
strong {
	font-weight: bold;
}

div#mainContent {
	margin: 0 auto;
	text-align: left;
	width: 1123px;
	height: 861px;
	background: url(../img/bg_main.jpg) 0 0 no-repeat;
	position: relative;
}

h1 {
	color: #FFFFFF;
	display: block;
	width: 250px;
	padding: 75px 0 0 324px;  
}
h1.head_imprint {
	font-size: 14px;
	font-weight: bold;
}
ul#produkts {
	padding: 20px 0 0 300px;
}
ul#produkts li {
	margin: 0 0 10px 0;
}
ul#produkts a {
	display: block;
	width: 354px;
	height: 97px;
	background-position: 0 0;
	background-repeat: no-repeat;  
}
ul#produkts a span {
	display: none;
}
a.trampolin {
	background-image: url(../img/btn_trampolinshop.png);
}
a.gokart {
	background-image: url(../img/btn_gokartshop.png);
}
a.rebounder {
	background-image: url(../img/btn_reboundershop.png);
}
a.smartkat {
	background-image: url(../img/btn_smartkatshop.png);
}
ul#produkts a:hover {
	background-position: 0 -97px;
}

div#imprint {
	position: absolute;
	right: 50px;
	bottom: 0;
	font-size: 11px;
	color: #a7c319; 
}
div#imprint a {
	font-size: 11px;
	color: #a7c319;
	text-decoration: none;	
}
div#imprintText {
	padding: 20px 0 0 324px;
	color: #FFFFFF;
	width: 350px;
	line-height: 1.4;
}
