/*------------------------------------------------------------------------*/
/* Generic HTML tags                                                      */
/*------------------------------------------------------------------------*/

body{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    font-family: Book Antiqua, Times New Roman, Times, serif;
	letter-spacing:0;
	background:url("../images/terkep_hatter.gif");
	background-position: center center;
}

img {
    border: none;
}

em {
	font-weight:bold;
    font-style: normal;
}

cite {
	font-weight:normal;
	font-style: italic;
}

h1 {
	font-size:21px;
	margin-top:0px;
}

h2 {
	font-size:18px;
	font-weight:bold;
}

h3 {
	font-size:15px;
	font-weight:bold;
}

p {
	font-weight:15px;
}

a {
	color:rgb(235, 35, 45);
}

a:visited {
	color:rgb(155, 85, 155);
}

a:active
{
  outline: none;
}


/*------------------------------------------------------------------------*/
/* Wrapper			                                          */
/*------------------------------------------------------------------------*/

.wrapper1 {
	text-align:center;
	height:100%;
	overflow: hidden;
}

.wrapper2 {
	width: 950px;
	margin:auto;
	overflow: hidden;
}

.overflowImage {
	border: 8px ridge saddlebrown;
	cursor:pointer;
	margin:auto;
}

.overflowGalleryBackground {
	position:absolute;
	top: 0px;
	left:0px;
	z-index: 200000000;
	width:100%;
	height:4000px;
	display:none;
	background-color: linen;
    filter: alpha(opacity=90);
    opacity: 0.90;
    -moz-opacity: 0.90; 
}

.overflowGallery {
	position:absolute;
	top: 0px;
	left:0px;
	z-index: 200000001;
	width:100%;
	height:100%;
	display:none;
	background-color: transparent;
	text-align:center;
	padding-top:15px;
}

/*------------------------------------------------------------------------*/
/* Page elements	                                                  */
/*------------------------------------------------------------------------*/

#pageHeader {
	height:100px;
	background:url("../images/fejlec.gif");
}

#languageSwitchContainer {
	width:500px;
	float:right;
	text-align:right;
	display:inline;
}

#bodyWrapper {
	background-color: ivory;
	background-repeat:no-repeat;
	background-position:top right;
	height:300px;
	border-width: 5px;
	border-style: solid;
	border-color: linen;
	-moz-border-radius:8px;
}

#pageBody {
	background:transparent;
	height:300px;
	overflow-y:scroll;
	overflow-x:hidden;
}

#contentContainer {
	text-align:left;
	height:auto;
}

table{
	margin:10px;
}

table.text{
	width:800px;
}

#pageFooter {
	margin-top:10px;
	height:350px;
	width:950px;
	background-image:url("../images/kopja.jpg");
	background-position: top left;
	background-repeat: repeat-x;		
}


/*------------------------------------------------------------------------*/
/* Main menu     	                                                  */
/*------------------------------------------------------------------------*/

.mainMenuItem {
	line-height:30px;
	font-size:18px;
	color:black;
	text-align:center;
	display:block;
	width:235px;
	float:left;
	text-decoration:none;
	margin: 0px 0px;
}

.mainMenuItem:hover {

}

.mainMenuItem:focus
{
  -moz-outline-style: none;
}

.mainMenuActive {

}

#barataink {
	background:url("../images/zaszlo_arany_voros.gif");
	background-repeat:no-repeat;
	background-position:center top;
	height:340px;
}

#rolunk {
	background:url("../images/zaszlo_bibor.gif");	
	background-repeat:no-repeat;
	background-position:center top;
	height:340px;
}


#scientia {
	background:url("../images/zaszlo_voros.gif");
	background-repeat:no-repeat;
	background-position:center top;
	height:340px;
}


#kronika {
	background:url("../images/zaszlo_sarga.gif");
	background-repeat:no-repeat;
	background-position:center top;
	height:340px;
}

div.left {
	float:left;
	width:auto;
	margin:7px;
}

div.right {
	float:right;
	height:280px;
	width:auto;
	margin:7px;
}

/*------------------------------------------------------------------------*/
/* Image gallery     	                                                  */
/*------------------------------------------------------------------------*/

.thumbnail {
    height:220px;
	border: 4px ridge saddlebrown;
	margin-left:4px;
}

img.left {
	float:left;
	margin-right:15px;
}

img.right {
	float:right;
	margin-left:15px;

}

/*------------------------------------------------------------------------*/
/* Scrollbar        	                                                  */
/*------------------------------------------------------------------------*/

/*#scrollArea {
	position:absolute;
	height:300;
	width:15;
	background-color:black;
}

#scroller {
	width:15;
	height:15;
	background-color:white;
}
*/