body {
	background-color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
p {
	margin-top: 0px;
}
#main {
	text-align: left;
	width: 520px;
}
#menu {
	background-color: #B0B0B0;
	height: 20px;
	width: 100%;
}
#menu .inner {
	padding: 0 0 0 30px;
	position: relative;
	z-index: 1;
}
#menuouter {
	width: 100%;
	height: 25px;
	background-color: #464646;
}

#center {
	height: 224px;
	width: 100%;
	background: url(images/centerbg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}
#contentouter {
	position: relative;
	top: 5px;
	float: left;
	overflow: hidden;
	height: 214px;
}
#content {
	width: 503px;
	font-size: 11px;
	float: left;
	position: relative;
	top: 0px;
	text-align: left;
}
#content .inner {
	padding: 10px 10px 0 55px;
}
#content .karikatura_inner {
	top: 0px;
	left: 80px;
	width: 248px;
	padding: 8px 0 8px 8px;
	position: relative;
}
.karikatura_inner img {
	cursor: pointer;
}
#content .kepregenyek_inner {
	position: relative;
	top: 12px;
	left: 70px;
	width: 435px;
	padding: 0;
}
#content .menu {
	height: 78px;
	left: 140px;
	position: relative;
}
#scroller {
	float: left;
	width: 17px;
	height: 224px;
	bborder: 1px solid black;
}

#footer {
	width: 100%;
	background: url(images/footerbg.gif);
	text-align: right;
	padding: 6px 0 0 0;
}

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