@charset "utf-8";
/* CSS Document */

html
{
  background-color: #d2cdc7; 
}


.mainSection
{
	background-color: #beae7b; 
	background-image: url(../images/back_small.jpg);
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
	height: 647px;
	z-index: 0;
	background-repeat: no-repeat;
}

.centerImage
{
	display: block;
    margin-left: 126px;
    width: 771px;
	height: 100px;
	z-index: 1;
	position: absolute;
	top: 70px;
}

.address
{
	left: 100px;
	top: 200px;
	width: 100px;
	height: 507px; 		
	display: inherit;
	margin-left: 50%;
	z-index: 2;
	position: inherit;
	font-family: helvetica,sans-serif;
}

.aboutText
{
	left: 87px;
	top: 215px;
	width: 280px;
	height: 200px; 		
	display: block;
	margin-left: 50%;
	z-index: 2;
	position: absolute;
	font-family: helvetica,sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #969088;
}

.menuPosition
{
	left: 42px;
	top: 21px;
	width: 450px;
	height: 100px; 		
	display: block;
	z-index: 2;
	position: absolute;
	font-family: helvetica,sans-serif;
	font-size: 11px;
}

.imagePos
{
	left: 20px;
	top: 76px;
	width: 405px;
	height: 449px; 		
	display: inherit;
	margin-left: 0%;
	z-index: 2;
	position: absolute;
}

.image
{
	float: left;
	width: 90px;
	height: 90px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.offer
{
	padding-top: 60px;
	text-align: right;
	font-size: 15px;
	font-family: helvetica,sans-serif;
}

.offerHeadline
{
	font-size: 30px;
}

.offerTitleTop
{	margin: -12px 5px;
	font-size: 30px;
	font-family: helvetica,sans-serif;
	color: #A00000;		
	line-height:40px;
}
.offerTitleMiddle
{	margin: -12px 5px;
	font-size: 30px;
	font-family: helvetica,sans-serif;
	color: #CC6600;
	line-height:40px;
}
.offerTitleBottom
{	margin: -12px 5px;
	font-size: 30px;
	font-family: helvetica,sans-serif;
	color: #797265;
	line-height:40px;
}

a.imageLink:link 
{ 
	color: white; 
	text-decoration: none;
}

a.imageLink:visited 
{ 
	color: white; 
	text-decoration: none;
}

a.imageLink:hover 
{
	
	color: #60604b;
	text-decoration: none;
}

.imageSettings
{
	opacity:0.8;
	filter:alpha(opacity=80);
}

.imageSettings:hover
{
	opacity:1.0;
	filter:alpha(opacity=100);
}

a.menu
{
	text-decoration:none;
	color:white;
	padding:0.2em 0.6em;
	
}

a.menu:hover {background-color:#696b6e}
