/* Alap beállítások */

body {	
	font-family: 'Sans-serif', Trebuchet MS, Tahoma;
	margin: 0;
 	padding: 2px 0 0 0;	
	background: #FFF url(images/backgroundn.jpg) repeat-x top;	
	height: 100%;
}

/* Linkek */

a {	
	color: #006699;
	text-decoration: underline;
}
a:hover {	
	color: #006699;
	text-decoration: none;
}

/* Design */

#main {
	margin: 0 auto;
	width: 596px;	
}
#tab-container-1 {
	font-family: 'Sans-serif', Trebuchet MS, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: 
}
.tab {
	text-align: justify;

}
.tab h2 {
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.logo {
	float: left;
	height: 50px;
}

/*  menü */

#tab-container-1-nav {
	position: absolute;
	left: 0px;
	top: 500px;
	color: #fff;
	font-size: 2px;

}
#tab-container-1-nav a {	
	color: #fff;
	text-decoration: none;
}
#prev {
	position: absolute;
	top: 530px;
	/*left: 150px;	*/
	left: 15%;
}
#next {
	position: absolute;
	top: 530px;
	left: 85%;	
}
.bottom {
	height: 230px;
	vertical-align: top;
	width: 596px;
}
.flash {
	padding: 0;
	margin: 0;
}