@charset "utf-8";
/* CSS Document */

/* Global definitions */

a:link {text-decoration: underline; color:#000;}
a:hover {text-decoration: none;}
a:active {}
a:visited {text-decoration: underline; color: #000;}

/* Global classes */

.bold {font-weight: bold;}
.cen {text-align:center;}
.jus {text-align:justify;}
.left {text-align:left;}
.right{text-align:right;}

.floatleft {float: left;}
.floatright {float: right;}

.imgintext {
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: justify;
}

/* Padding for divs */

div.sidebar_div {
	padding-top: 20px;
	padding-bottom: 10px;
}

div.mainlr_div {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	background-image: url(_img/c_main2.png);
}

div.mainl_div {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	background-image: url(_img/c_main_b.png);
	background-repeat: repeat-y;
}

div.main_div {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	background-image: url(_img/c_main_l.png);
}

/* Body, container */

body  {
	padding: 0px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(_img/bg4.png);
	background-repeat: repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.palago_hu #container {
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 984px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	background-image: url(_img/mural_bg.png);
	background-position: top left;
	background-repeat: repeat;
	border: 5px ridge #666;
	overflow: visible;
	color: #000;
}

/* Header */

.palago_hu #header {
	position: relative;
	width: 984px;
	height: 160px;
	padding-top: 10px;
	padding-bottom: 20px;
} 

.menu_td {
	background-image: url(_img/gomb.png);
	background-repeat: no-repeat;
	background-position:center;
	text-align: center;
	height: 40px;
}

a.menu_a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	padding: 0px 10px 0px 10px;
}

/* Main */

.palago_hu #mainlr {
	float: right;
	width: 584px;
}
.palago_hu #mainl {
	float: right;
	width: 784px;
}
.palago_hu #main {
	float: left;
	width: 964px;
	margin-left: 10px;
	margin-right: 10px;
}

.palago_hu #innerwraplr {
	float:left;
	width: 782px;
}
.palago_hu #innerwrapl {
	float:left;
	width: 984px;
}

.main_h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
}

.main_h3 {
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.main {
	font-size: 16px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-bottom: 0px;
	line-height: 150%;
}

/* Footer */

.palago_hu #clearfooter {
	width: 100%;
	clear: both;
}

.palago_hu #footer { 
	position: absolute;
	text-align: center;
	color: #000;
	width: 984px;
	margin-top: 10px;
} 
.footer_p {
	text-align:center;
	margin: 0px;
	padding: 10px;
}

/* Sidebar */

.sb_top {background-image: url(_img/sb_top.png);}
.sb_straight {background-image: url(_img/sb_main.png); background-repeat: repeat;}
.sb_bottom {background-image: url(_img/sb_bottom.png);}

.palago_hu #sidebar {
	font-size: 14px;
	position: relative;
	width: 178px;
 	color: #000;
	padding-top: -30px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: visible;
}

.sb_h3 {
	font-size: 18px;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.sb_p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Special classes */

td.puzzle {
	/* Puzzle table style */ 
	vertical-align: middle;
	width: 50%;
	text-align: center;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 10px;
} 