/* BODY tagok */
body, html {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 13px;
	color: #1E2021;
	background-color: #818A91;
	background-image: url(../pics/yellow.jpg);
	background-position: center top;
}

/* A tagok */
a {
	color: #9A9A9A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.introtext a {
	color: #2C2F32;
	font-weight: bold;
}

/* DIV tagok */
div {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

p {
	margin: 2px 0px;
}

#main {
	width: 800px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../pics/full_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#outer_left {
    float: left;
	width: 53px;
	height: 100%;
/*	background-image: url(../pics/left_bg.jpg);*/
	background-repeat: no-repeat;
}

#outer_right {
    float: left;
	width: 46px;
	height: 100%;
/*	background-image: url(../pics/right_bg.jpg);*/
	background-repeat: no-repeat;
}

#main_div {
	float: left;
	width: 701px;
	background-position: left top;
	background-repeat: repeat-y;
/*	background-image: url(../pics/mainbody_bg.jpg);*/
}

#top {
	width: 701px;
	height: 101px;
	padding-top: 20px;
	float: left;
/*	background-image: url(../pics/header.jpg);*/
	background-repeat: no-repeat;
	text-align: center;
}

#top a.logo_a {
	float: left;
	position: relative;
	left: 220px;
}

#top a img {
    border: none;
	margin-left
}

#flags {
	float: right;
	height: 12px;
	margin-left: 10px;
	margin-top: 83px;
	width: 100px;
}

#menus {
    float: left;
	width: 100%;
	height: 59px;
/*	background-image: url(../pics/menu_bg.jpg);*/
	background-repeat: no-repeat;
}

#center {
	width: 100%;
	height: 565px;
	margin: 0px;
	padding: 0px;
	float: left;
/*	background-image: url(../pics/content_bg.gif);*/
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer {
	width: 100%;
	float: left;
	height: auto;
/*	background-image: url(../pics/footer.jpg);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #AAA;
}

#hirek {
    float: left;
	width: 635px;
	padding: 0px 15px 0px 30px;
}

#rendezvenyek {
    float: left;
	width: 161px;
	height: 380px;
	padding: 0px 11px;
	background-color: #E9E4CE;
	border: 1px solid #C0BBA8;
	margin-left: 30px;
	margin: 0px;
	position: relative;
	left: 30px;
}

div.mainbody {
	width: 410px;
	height: 370px;
	margin: 0px 15px 0px 30px;
	margin: 0px;
	position: relative;
	left: 60px;
	padding: 5px;
	overflow: hidden;
	float: left;
	background-color: #E9E4CE;
	border: 1px solid #C0BBA8;

	scrollbar-face-color: #615d5a;
	scrollbar-shadow-color: #4b4b4b;
	scrollbar-highlight-color:#d6d9dc;
	scrollbar-3dlight-color: #d6d9dc;
	scrollbar-darkshadow-color: #1c1c1c;
	scrollbar-track-color:#615D5a;
	scrollbar-arrow-color:#340113
}

div.static_content {
	width: 100%;
	float: left;
}

div.static_content p {
}

h1 {
	color: #005584;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 5px 0px;
}

h1.title {
	display: none;
	margin-top: 0px;
    padding-bottom: 5px;
	text-transform: uppercase;
	color: #005584;
	font-size: 22px;
	font-weight: normal;
}


h3, h4, h5 {
    margin: 3px 0px;
}

#rendezvenyek h4 {
	font-size: 13px;
}
