body{
	background-color:#f9f7f7;
	margin:0px;
	color:#540101;
}

div.background{
	width:100%;
	height:800px;
	background:url(/fileadmin/www.lueftenegger.at/img/flecken.png) no-repeat;
	background-position: -1000px -1000px;
}

div.header{
	background:url(/fileadmin/www.lueftenegger.at/img/header.png) no-repeat;
	background-position: center;
	position:relative;
	width:100%;
	height:100px;
	background-color:#f6f2f2;
}
div.mainMenu{
	text-align:center;
	width:100%;
	height:35px;
	background:url(/fileadmin/www.lueftenegger.at/img/navbg.png) repeat-x;
}

div.footer{
	background:url(/fileadmin/www.lueftenegger.at/img/footerbg.png) repeat-x;
	background-position: 0px 0px;
	
	text-align:center;
	padding-top:30px;

	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:60px;
	
}

div.footer a{
	text-align:center;
	text-decoration:none;
	color:#540101;
}


div.content{
	min-height:800px;
	//background:url(/fileadmin/www.lueftenegger.at/img/flecken.png) repeat-x;
	//background-color:red;
	width:960px;
	
	padding-left:00px;
	padding-right:00px;
	
	margin-left:auto;
	margin-right:auto;
	
	padding-bottom:90px;
	margin-bottom:90px;
	margin-top:30px;
}


div.gameBlock{
	width:800px;
	margin-left:auto;
	margin-right:auto;	
	height:140px;
	vertical-align:top;
	margin-bottom:20px;
}

div.gameBlock .thumbnail{
	float:left;
}

div.gameBlock img{
	padding:10px;
	padding-right:90px;
}

div.box600{
	margin-left:10px;
	width:600px;
	float:left;
	padding-bottom:90px;
	margin-bottom:30px;
}

div.box300{
	margin-left:10px;
	width:300px;
	float:left;
	padding-bottom:90px;
	margin-bottom:30px;
}

div.content h1{
	padding-left:280px;
}

div.oneCol600{
	width:600px;
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:20px;
}

div.box300 h1,
div.box600 h1,
div.oneCol600 h1{
	padding-left:0px;
}
