﻿*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body
{
    margin:0px;
    padding:0px;
	background-color : #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #3d3d3d;
}

html 
{
    height:100%;
}

/* ********************************************************* Header ******************************************************************** */

#container
{
	text-align:center;
	width: 500px;
	margin: 5px auto 10px auto;
	height: auto;
}

#header {
	width: 500px;
	height: 500px;
	margin: auto;
	background-color : #FFFFFF;
	background-image: url("../images/home/home_zapfen.jpg");
	background-repeat :no-repeat;
}

/* **************************** lotterie ***************************** */
#lotterie {
	float: left;
	width : 210px;
	height : 150px;
	margin-top: 510px;
	margin-left: 15px;	
//	background-image: url("../images/home/homeweihnachtsverlosung_1.gif");
	background-repeat :no-repeat;
}


#lotterie a {
	display:block;
	width : 210px;
	height : 150px;
	text-decoration : none;
}
#lotterie a:hover {
//	background-image: url("../images/home/homeweihnachtsverlosung_1_hover.gif");
}
/* **************************** tahlerhof ***************************** */
#tahlerhof {
	float: left;
	width : 210px;
	height : 150px;
	margin-top: 480px;
	margin-left: 30px;
//	background-image: url("../images/home/homethalerhof_1.gif");
	background-repeat :no-repeat;
}


#tahlerhof a {
	display:block;
	width : 210px;
	height : 150px;
	text-decoration : none;
}
#tahlerhof a:hover {
//	background-image: url("../images/home/homethalerhof_1_hover.gif");
}
