body {
	margin: 0px;
	background-color: #5288aa;
}

a {
	outline: none;
}

#maindiv {
	margin:	0 auto;
	width: 975px;
	height: 900px;
}

#header1 {
	width: 975px;
	height: 285px;
	background: url('../gfx/header1.jpg') no-repeat;
}

#header2 {
	width: 975px;
	height: 285px;
	background: url('../gfx/header2.jpg') no-repeat;
}

#header3 {
	width: 975px;
	height: 285px;
	background: url('../gfx/header3.jpg') no-repeat;
}

#h_hu {
	width: 648px;
	height: 50px;
	margin-left: 11px;
	cursor: pointer;
}

#h_sr {
	width: 648px;
	height: 50px;
	margin-left: 11px;
	cursor: pointer;
}

#h_en {
	width: 648px;
	height: 50px;
	margin-left: 11px;
	cursor: pointer;
}

#lng_hu {
	height: 25px;
	margin-left: 95px;
	position: absolute;
	top: 245px;
	width: 35px;
	cursor: pointer;
}

#lng_sr {
	position: absolute;
	top: 240px;
	margin-left: 133px;
	width: 33px;
	height: 23px;
	cursor: pointer;
}

#lng_en {
	position: absolute;
	top: 236px;
	margin-left: 170px;
	width: 34px;
	height: 25px;
	cursor: pointer;
}

/**************
* Menu Styles
*************/
ul {
	margin : 0 auto;
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	list-style-type: none;	
}

.li_class{
	display: inline;
	padding:4px;
}	

#menu1 {
	width: 975px;
	height: 132px;
	background: url('../gfx/menubg1.jpg') no-repeat;
	padding: 12px 0 0 40px;
}

#menu2 {
	width: 975px;
	height: 132px;
	background: url('../gfx/menubg2.jpg') no-repeat;
	padding: 12px 0 0 40px;
}

#menu3 {
	width: 975px;
	height: 132px;
	background: url('../gfx/menubg3.jpg') no-repeat;
	padding: 12px 0 0 40px;
}

#submenu1, #submenu2 {
	margin-top:-10px;
	margin-left:-15px;
	display: none;
}

#submenu11 {
	margin-top:-5px;
	margin-left:0px;
	display: none;
}

.site_menu{
	font-family: Tekton Pro,Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size: 23px;
	text-shadow: 0 1px 1px green;
	padding-top: 16px;
	width: 920px;
}

/*
#submenu1, #submenu2 {
	margin-top:-10px;
	margin-left:-15px;
	display: none;
}

#submenu11 {
	margin-top:-5px;
	margin-left:0px;
	display: none;
}
*/

/**************
* End of Menu Styles
*************/

#content {
	background: url('../gfx/contentbg.jpg') repeat-y;	
	height: auto;
	float: left;
}

#content_l {
	width: 282px;
	height: 300px;
	float: left;
	padding: 9px;
	text-align: center;
	margin-left: 20px;
}

#content_r {
	width: 582px;
	height: auto;
	float: right;
	padding: 9px;
	margin-right: 35px;
}

#footer {
	width: 973px;
	height: 188px;
	float: left;
	background: url('../gfx/footer.jpg') no-repeat;
}

a{
	text-decoration:none;
	color: black;
	text-shadow: 0 1px 1px green;
}

p.text {
	font-size:12px;
	line-height:14px;
	text-align:justify;
	font-family: "Lucida Grande", Verdana, Tahoma, Verdana, sans-serif;
	text-shadow: 1px 1px 1px rgba(255,255,255, .5);
}

h3 {
	font-family: "Lucida Grande", Verdana, Tahoma, Verdana, sans-serif;
}

table.left_images {
	width: 260px;
}

.menu_item {
	margin-left: -4px;
}

.sidebarButton {
	-khtml-border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background-color:rgba( 82, 136, 170, 0.9 );
	border:1px solid #000000;
	color: black;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow: 0px green;
}

.motive{ 
	margin-left: 105px;
	width:400px;
	height:29px;
}

/****************
* Article Styles
****************/

.articleList{
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 100%;
	color: black;
	font-size: 13px;
	text-align: justify;
	border: 1px solid white;
	background: rgba( 82, 136, 170, 0.5 );
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	box-shadow: 7px 7px 15px black;
	-moz-box-shadow: 7px 7px 15px black;
	-webkit-box-shadow: 7px 7px 15px black;
	-khtml-box-shadow: 7px 7px 15px black;
}

.articleLeftColumn{
	width: 450px;
}

.white{
	color: white;
}

.articleRightPicture{
	width: 125px;
}

.articlePicture{
	border: 2px solid white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.pictureDivPadding{
	padding: 15px;
}

.articleTextRight{
	text-align: right;
}

.articleTableTopBorder{
	width: 100%;
	border-top:1px solid white;
}

.articleRowRoundBorder{
	border:1px dotted white;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	padding: 9px;
	background: rgba( 82, 136, 170, 0.19 );
}

.articleTableRoundBorder{
	width: 70%;
	border:1px solid white;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	text-align:center;
	background: rgba( 82, 136, 170, 0.55 );
}

/****************
* End of Article Styles
****************/

/**************
* Sidebar style
**************/
.sideDiv{
	margin-bottom:10px;
}

	
.sidebar{
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 91%;
	color: black;
	font-size: 13px;
	text-align: justify;
	border: 1px solid white;
	background: rgba( 82, 136, 170, 0.5 );
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	box-shadow: 7px 7px 15px black;
	-moz-box-shadow: 7px 7px 15px black;
	-webkit-box-shadow: 7px 7px 15px black;
	-khtml-box-shadow: 7px 7px 15px black;
	padding: 6px;
}

.sidenews{
    padding: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 91%;
	color: black;
	font-size: 13px;
	text-align: justify;
	border: 1px solid white;
	background: rgba( 82, 136, 170, 0.5 );
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	box-shadow: 7px 7px 15px black;
	-moz-box-shadow: 7px 7px 15px black;
	-webkit-box-shadow: 7px 7px 15px black;
	-khtml-box-shadow: 7px 7px 15px black;
	padding: 7px;
}

/****************
* End of Sidebar
****************/
	
