* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 12px Arial, sans-serif;
	color: #434343;
	background: #f4c3c3 url(../images/bg.gif) repeat-x;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;	
}

a {
	color: #cb708a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;	
}

/* STRCTURE */

div#wrapper {
	width: 758px;
	margin: 0 auto 20px auto;
	background: url(../images/wrapper-bg.gif) repeat-y;
}

div#header {
	width: 758px;
	height: 152px;
	background: url(../images/header-bg.jpg) no-repeat;
	position: relative;
}

div#footer {
	width: 758px;
	height: 50px;
	background: #f4c2c3 url(../images/footer-bg.gif) left top no-repeat;
	position: relative;
	clear: both;
	color: #dd8e97;
}

div#left {
	width: 428px;
	margin: 10px 0 10px 30px;
	_margin-left: 15px;
	float: left;
	border-right: 1px solid #f4c3c3;
}

div#right {
	width: 245px;
	margin: 10px 0 10px 25px;
	_margin-left: 12px;
	float: left;
}

/* TEXT */

h1 {
	color: #eb6b1e;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin: 10px;
}

h2 {
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: normal;
	color: #cb708a;
	margin: 10px 0 25px 0;
	text-align: center;
}


h3 {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color: #cb708a;
	margin: 15px 0 5px 0;
	text-align: left;
}

p {
	margin: 0 20px 10px 0;	
	line-height: 17px;
}

strong {
	font-weight: bold;
}

div#left p {
	text-align: justify;
}

div#right ul {
		margin: 0 10px 10px 10px;
		padding: 10px 10px 10px 30px;
		background: #f5f5f5;
}

div#right ul li {
	margin: 5px 0;	
}

div#left img {
	float: left;	
	border: 1px solid #ddd;;
	padding: 3px;
	margin: 0 10px 5px 0;
}

/* NAV */

div#nav {
	padding: 105px 0 0 30px;	
}

div#nav a {
	display: block;
	height: 46px;
	float: left;
}

div#nav a:hover {
	background-position: 0 -46px;
}

div#nav a span {
	display: none;	
}

a#n01 {
	width: 161px;	
	background: url(../images/bemutatkozas.gif) no-repeat;
}

a#n02 {
	width: 137px;	
	background: url(../images/prog.gif) no-repeat;
}

a#n03 {
	width: 124px;	
	background: url(../images/gal.gif) no-repeat;
}

a#n04 {
	width: 140px;	
	background: url(../images/eler.gif) no-repeat;
}

a#n05 {
	width: 130px;	
	background: url(../images/forum.gif) no-repeat;
}
/* FOOTER */

div#footer p {
	position: absolute;	
	bottom: 0;
	left: 0;
	padding: 0 8px 0 15px;
}

div#footer p a {
	color: #dd8e97;
}

/* HEADER */

div#header p {
	position: absolute;
	top: 44px;
	right: 20px;
}

/* NEWS ITEM */

div.news-item p {
	margin: 0 0 10px 0;
}

div.news-item p.date {
	font-weight: bold;	
	color: #1e9dc2;
	margin: 0;
}

div.news-item {
	border-bottom: 1px solid #1e9dc2;
	margin: 0 5px 8px 0;	
}

/* GALLERY */

img.thumbnail {
	margin-right: 5px !important;
	width: 128px;
}