/* CSS Document */

body
{
	font-size:9em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;

}

h1
{

	font-size:1.2em;
	font-weight:bold;
}

h2
{
	font-size:20px;
}

a
{
	text-decoration:none;
}





.button_top
{
	background-image:url(../img/side_button_top.png) !important;
}

.button_bottom
{
	background-image:url(../img/side_button_bottom.png) !important;
	height:50px !important;
}

.button_2lines
{
	padding-top:7px !important;
	height:35px !important;
}

.header
{
	text-align:right;
	margin-right:27px;

}




.content_lower
{
	background-image:url(../img/background_lower.png);
	background-repeat:no-repeat;
	width:839px;
	height: 335px;
	clear:both;

}







.offer_1, .offer_2
{
	color:white;
	padding:5px;
/*	float:left;*/
	width:270px;
	height:260px;
	text-align:center;
	float:left;

}

.offer_1
{
	background-color:#b80000;
	font-size:1.3em;
}

.offer_2
{
	background-color:#00b877;
	margin-left:20px;
}

.offer_price
{
	font-size:22px;
	font-weight:bold;
}


.footer
{
	text-align:right;
	font-size:0.85em;
	margin-right:30px;
	color: #0060B6;
}

.footer a
{
	font-weight:bold;
	color: #0060B6;
}