body {	
	background: #fff url(images/bg.gif) top repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	font-size: 12px;		
	font-weight: normal;	
	color: #000;
}

/* képek */

img {
	border: 0px;	
}
img.float-right {
	float: right;
	margin: 5px 0px 10px 10px;
}
img.float-left {	
	float: left;
	margin: 5px 5px 5px 0px;
}

/* design */

#main {
	background-color: #272727;
	margin: 0 auto;
	width: 715px;
}
#header {
	background: #fff url(images/header.jpg) top no-repeat;
	height: 246px;
}
#content {
	background-color: #b3b023;
	padding: 7px;

}
#content h1 {
	font-size: 18px;
	padding: 0 0 0 0;
}
#content p {
	text-align: justify;
}
#content a, a:visited {	
	text-decoration: underline;	
	color: #000;	
}
#content a:hover {
	text-decoration: none;	
	color: #000;	
}

/* menü */

#menu {
	width: 100%;
	overflow: hidden;
	background: url(images/menubg.jpg) top no-repeat;
}
#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 0px;
	font: bold 12px Verdana;
	list-style-type: none;
}
#menu li {
	display: inline;
	margin: 0;
}
#menu li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px;
	color: white;
	background: transparent;
}

#menu li a:visited{
	color: white;
}
#menu li a:hover, #menu li.selected a {
	background: black;
}

/* lábléc */

#footer {
	background-color: #fff;
	font-family: Verdana;
	font-size: 10px;		
	font-weight: normal;	
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;

}
#footer a, a:visited {	
	text-decoration: underline;	
	color: #000;	
}
#footer a:hover {
	text-decoration: none;	
	color: #000;	
}
.intro {
	/*background-color: #000;*/
	margin: 0 auto;
	width: 70%;
}
.intro h4 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
