body
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
}

td
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
}

.mainLayout
{
	width: 837px;
	margin: 0 auto;
	padding: 0;
}

.mainLayout .top
{
	background-image: url('http://www.widderclub-saar.de/main/images/top.jpg');
	background-repeat: no-repeat;
	background-position: left;
	width: 837px;
	height: 247px;
	position: relative;
}

.mainLayout .middle
{
	background-image: url('http://www.widderclub-saar.de/main/images/mid.jpg');
	background-repeat: repeat-y;
	background-position: left;
	width: 740px;
	padding-left: 80px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 30px;
}

.mainLayout .top .menubar
{
	position: absolute;
	left: 140px;
	bottom: 30px;
	width: 680px;
	height: 30px;
}

.mainLayout .top .menubar .item
{
	font-size: 17px;
	color: white;
	margin: 0px 4px;
	text-decoration: none;
}

.mainLayout .top .menubar .item:hover
{
	font-size: 17px;
	color: #c6e7be;;
	margin: 0px 4px;
	text-decoration: none;
}

.mainLayout .bottom
{
	background-image: url('http://www.widderclub-saar.de/main/images/bottom.jpg');
	background-repeat: no-repeat;
	background-position: left;
	width: 837px;
	height: 54px;
	text-align: center;
}

.mainLayout .bottom .counter
{
	margin-left: 40px;
	text-align: left;
}

.mainLayout .bottom a
{
	color: white;
}

a
{
	text-decoration: none;
	color: rgb(232, 122, 27);
}

a:hover
{
	text-decoration: none;
	color: #FF6633;
}

a:visited
{
	text-decoration: none;
	color: rgb(232, 122, 27);
}

h1
{
	font-size: 26px;
	font-weight: normal;
	
}

h2
{
	font-size: 22px;
	font-weight: normal;

}

h3
{
	font-size: 19px;
	font-weight: normal;

}


