l {
	margin:0;
	padding:0;
}

body { 
	background-color: #fefdc9; 
}

/* styles for IE 5 Mac */

#main {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
}

/* following rules are invisible to IE 5 \*/

#wrapper,#footer { 
	margin: auto;
	width: 58em;
	font: 13px arial,helvetica,sans-serif;
}

#main { 
	position:absolute;
	height: 500px;
	margin-top: -250px;
	left:0;
	top:50%;
	width:100%;
	color: #f00;
	min-width: 770px;
	text-align:center;
}

#wrapper {	
	background-color: #fff;
	position: relative;
	text-align: left;
	height: 500px;
	width:750px;
	margin: 0px auto;
	background: url(../adokarte2.jpg) center center no-repeat #fbfbfb;
	color: #f00;
	border:2px solid #fefdb2;
	background-color: #fefee0;
}

#wrapper #logo {
	border:1px solid #ab8588;
	position:absolute;
	top:40px;
	left:13em;
}

#navigation img {
	border:1px solid #ab8588;
	position:absolute;
	right:20px;
	top:-20px;
}

#footer {
	position:absolute;
	top: 40px;
	left:0;
	height: 2.8em;
	width:58em;
	text-align:left;
}

/* end IE 5 hack */ 

#navigation a {
	display:block;
	padding: .5em .6em;
	width:11em;
	margin-left:1px;
	color: #A86566;
	font-weight: bold;
	text-align:left;
	text-decoration:none;
	border-left:4px solid #FEFEE0;
}

#navigation a:hover {
	color: #943134;
	text-decoration:underline;
	/* color: #fff; */
border-left:4px solid #AB2E36;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */