html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	
	width:100%;
	height:100%;
	
	margin: 0px;
	padding: 0px;

  background: url(../images/bg/02.jpg) top center no-repeat fixed;
  background-size:100% auto;
  background-color:#133984;
}


table {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

a {
	margin: 0px;
	padding: 0px;
	color:#333333;
	text-decoration:none;

  /*
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  */
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}


img {}



h1, h2, h3, h4, h5, h6 {
	margin:0;
	color:#133984;
}










.body-table {
	width:100%;
	height:100%;
}

.body-center {
/*	width:980px;
	margin:0 auto;
	text-align:left; */
}


.center980 {
	width:980px;
	margin:0 auto;
	text-align:left;
}



/* HEADER */

.header_row {
	
}

#header {
	color:white;
}

#header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
	color:white;
}

#header a {
	
	
}

#header a:hover {
	
}


.shadow_header_bottom {

}


/*****************************************************************/




.menu_and_content {
	
}





.menu_row {
 
}

#menu {
  background-color:white;
}


#menu ul {
  display:table;
  width:940px;
	list-style:none;
	margin:0 20px;
	padding:0;
 border-bottom:5px solid #133984;
}

#menu ul li {
	display:table-cell;
	margin:0;
	padding:0;
  border-left:5px solid white;
}
#menu ul li:last-child {
  border-right:5px solid white; 
}

#menu ul li a {
	display:block;
	padding:10px 0;
	margin:0;
  
  min-width:140px;

	text-align:center;
	
	font-size:16px;
  font-weight:bold;
  
  
	text-decoration:none;
	
	color:#333333;
}

#menu a:hover {
	color:white;
  background-color:#133984;
}




.content_row {
}
.content {
}



.page_header_row {
}
.page_header {
background-color: #FFF;
}

.page_header a {
	
}


.page_header h1, .page_header h2, .page_header h3, .page_header h4, .page_header h5, .page_header h6 {
	
}





.page {
  
}

.page_bg_top {
	background-color:white;
}

.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
	
}


.page_footer_row {
}

.page_footer {
	background-color: #133984;
  	color: #FFF;
}

.page_footer_bg_top {
	
}

.page_footer a {
	
}

.page_footer h1, .page_footer h2, .page_footer h3, .page_footer h4, .page_footer h5, .page_footer h6 {
	color: #FFF;
}








.footer_row {
}

.footer_bg_top {
	/*background-color:#133984;*/
  	/*background: url(../images/design/szalag.jpg) top left repeat-x;
 	background-size: 40px;
 	background-position: 8px 0px;*/
  	background-color: #FFF;
  	
}

#footer {
	color:white;
}

#footer a {
	color:white;
}
#footer a:hover {
	
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color:white;
}









/* Copyright */

#copyright {
	padding:30px 0 30px 0;
	font-size:12px;
	text-shadow: 0 1px 1px #000000;
	color:white;
}

.copyright_row1, .copyright_row2 {
}

#copyright p {
	padding:5px 0 0 0;
}

.copyright_row2 {
	padding:5px 0 0 0;
}


#copyright a {
	color:white;
}
#copyright a:hover {
	color:#FFFFFF;
}


/*****************************************************************/













.button, .page_header .button {
	background:url(../images/design/button.png);

	color:#FFFFFF;
	padding:8px 14px;

	text-decoration:none;
	font-size:14px;
	
	text-shadow: 0 1px 3px #000000;
  
  border-radius: 25px;

}
.button:hover, .page_header .button:hover {
	background:url(../images/design/button_hover_1.png);

	color:#FFFFFF;
	text-decoration:none;
}



#header .button, .page_footer .button, #footer .button {
	background:url(../images/design/button.png);
	color:#FFFFFF;
	padding:8px 14px;
	text-decoration:none;
	font-size:14px;
	text-shadow: 0 1px 3px #000000;
}
#header .button:hover, .page_footer .button:hover, #footer .button:hover {
	background:url(../images/design/button_hover_2.png);

	color:#332921;
	text-shadow: 0 1px 3px #FFFFFF;
	text-decoration:none;
}















.bg_box {
  background: url(../images/design/bg_box.png);
  color:#6e4528;
}



/*.facebook {
  	padding: 20px 0 0 0;
}*/