body {
	background: url('http://szaszmarton-altisk.tapolca.hu/tamop/images/hatter.jpg') fixed top no-repeat;
	font-family: Verdana;
}

img {
	padding: 10px;
}

.header {
	width: 910px; 
	height: 470px;
	background: url('images/header3.png') no-repeat center #F1F1F1; 
  -khtml-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;	}

.main {
	width: 910px; 	
	background-color: #F1F1F1;
	margin: 10px 0;
  -khtml-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
}

.maincontainer {
	width: 900px;
}

.containerheader {
	color: #8080FF;
	width: 800px;
	height: 20px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.container {
	color: #404040;
	width: 800px;
	min-height: 300px;
	padding: 10px;
	font-size: 14px;
	text-align: justify;
}

.container a {
	font-size: 14px;
	color: #202020;
	font-weight: bold;
	text-decoration: none;
}

.containerfooter {
	display: block;
	color: #000000;
	width: 800px;
	height: 130px;
	font-size: 12px;
	text-align: justify;
}

.headerleft {
	color: #8080FF;
	float: left;
	width: 390px; 
	height: 325px; 
	margin: 50px 0 0 90px;
	padding: 10px;
	font-family: 'Architects Daughter', cursive;
	font-size: 22px; 
	font-weight: bold;	
}

.nav {
	color: #FFFFFF;
	float: left;
	width: 320px; 
	height: 345px; 
	margin: 60px 0 0 40px;
	font-family: 'Architects Daughter', cursive;
	font-size: 20px; 
	font-weight: bold;
	text-align: left;
}

.menu {
	list-style: none;
}

ul.menu {
	padding: 0 0 0 10px;
}

ul.menu li {
	display: block;
	padding: 5px; 
	line-height: 30px;
	text-align: left;
}

ul.menu li:hover {
	height: 30px;	
}

ul.menu a {
	color: #FFFFFF; 
	text-decoration: none;
	height: 30px;
}

ul.menu a:hover{
	text-decoration: underline;
}