@CHARSET "UTF-8";

body {
	padding: 0;
	margin: 0;
	background-color: #dbf4f3;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {
	border: 0;
}

a {
	color: #5eb6b4;
}

#Main {
	position: absolute;
	left: 50%;
	margin-left: -481px;
	top: 175px;
	width: 962px;
}

#Message {
	position: absolute;
	left: 50%;
	margin-left: -481px;
	top: 0px;
	width: 962px;
	height:175px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 14px;
	background-color: #ffffff;
	background-image:url(http://lizaeskuvo.hu/assets/images/html/liza_html_header.jpg);
	background-repeat:no-repeat;
	color: #000;
}

#Message p {
	margin-top: 90px;
	margin-left: 220px;
	margin-right: 170px;
	font-weight: bold;
	text-align: center;
}

#Message p a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

#Header {
	height: 175px;
}

#Menu,
#SubMenu {
	background-color: #fff;
	padding: 10px;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#SubMenu {
	font-size:11px;
}

#Image {
	background-color: #fff;
}

#Menu ul,
#SubMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Menu ul li,
#SubMenu ul li {
	display: inline;
	padding: 0;
	margin: 0;
	margin-right: 10px;
}

#Menu a {
	text-decoration: none;
	text-transform: uppercase;
	color: #444;
}

#Menu a:hover {
	text-decoration: none;
	text-transform: uppercase;
	color: #61b8b6;
}

#SubMenu a {
	text-decoration: none;
	text-transform: uppercase;
	color: #929e9e;
}

#SubMenu a:hover {
	text-decoration: none;
	text-transform: uppercase;
	color: #61b8b6;
}

#SubMenu,
#Image {
	clear: left;
}

#NextImageButton {
	float: right;
	margin-top: -20px;
	margin-right: 40px;
}

#TextBox {
	background-color: #77b9b9;
	color: #fff;
	padding: 20px;
}

#TextBox h1 {
	margin-top: 20px;
	font-size: 18px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#TextBox p {
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 20px;
	text-align: justify;
}

#TextBox a {
	color: #fff;
	font-weight: bold;
}

#Footer {
	padding-bottom: 32px;
}

#Footer p {
	text-align: right;
	font-size: 10px;
	color: #000;
}
