@charset "UTF-8";
/* CSS Document */
	
* {margin: 0; padding: 0;}
	
html, body {
	height: 100%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background-color: #C2C2C2;
	}

.footer {
	position: absolute;
	height: 55px;
	clear:both;
	background-color: #3B556F;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

a:link, a.rein {
		color: #FFFFFF;
	}

.lastminute {
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;	
}

#adres {
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	width: 900px;
	position: relative;
}

.left-element {
	padding: 10px 0px 9px 4px;
	margin: 0px;
	width: 33%;
	text-align: left;
	float: left;
	font-size: 14px;
	display: block;
	color: #FFF;
	background: #F00;
	overflow:hidden;
   }


.right-element {
	font-size: 14px;
	width: 65%;
	text-align: right; /* depends on element width */
	float: right;
}

/*--------- REIN ------------ */
.rein {
	background: #FFF url(images/rein.gif) no-repeat 5px 10px;
	display:block;
	height: 64px;
	width: 15px;
	position: absolute;
	right: 3px;
	bottom: 55px;
	text-indent:-9999px;
}

