body {
	background-color:#85A9B8;
	color:white;
	font-family: arial, verdana, sans-serif;
}

#main {
/*	position: relative;*/
	background-color:#6A8793;
	color: white;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	top:100px;
	margin-left:200px;
	margin-right:200px; 
}

#menuLeft {
	position:absolute;
	top:100px;
	left:50px;
	width:150px;
	background-color:#6A8793;
	padding-top: 5px;	
}

#img {
	position:absolute;
	top:30px;
	left:75px;
}

#antal {
	position:absolute;
	top:23px;
	left:44px;
	z-index:1;
	font-size: 10pt;
}

#menuRight {
	position:absolute;
	top:100px;
	right:50px;
	width:150px;
	background-color:#6A8793;
	padding-top: 5px;
}

* html #right {
	margin-right: -120px; /*** IE gets this margin. ***/
}

a {
  text-decoration: none;
  color:white;
}

a:hover {
  color:#333333;
}

td.guestbook-header {
	border-bottom:solid;
	border-width:1px;
	border-color:#85A9B8;
	padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;

}

td.guestbook-content {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;

}

table.guestbook {
	margin-top: 25px;
	border:solid;
	border-width:1px;
	border-color:#85A9B8;
	font-family: arial, verdana, sans-serif;
}

#headline {
	font-size: 36pt;
  font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	padding-top:10px;
}

#menuLeft h1, #menuRight h1, #main h1 {
  text-decoration: underline;
  font-size: 13pt;
  font-weight: bold;
	text-align: center;
}

#main table {
	width:100%;
}
