html {
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body{
font-family: Trebuchet, Arial, sans-serif;
}



#maincontainer{
width: 950px;
margin: 0 auto;
}

#topsection{
background: transparent;
height: 136px;
}
    
.animatedtabs{
margin-top: 10px;
overflow: hidden;
font-size: 14px; /*font of menu text*/
font-family: Verdana, Arial, sans-serif;
float: right;
width: 550px;
/*width: 640px; ez az oktatas menuvel a szelesseg*/
}

.animatedtabsen{
margin-top: 10px;
overflow: hidden;
font-size: 14px; /*font of menu text*/
font-family: Verdana, Arial, sans-serif;
float: right;
width: 480px;
}


.animatedtabs ul, .animatedtabsen ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li, .animatedtabsen li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a, .animatedtabsen a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(/images/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span, .animatedtabsen a span{
float: left;
position: relative;
display: block;
background: url(/images/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: #bb9582;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span, .animatedtabsen a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .fulselect a, .animatedtabsen .fulselect a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .fulselect a span, .animatedtabsen .fulselect a span{
background-position: 100% -125px;
color: #752705;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover, .animatedtabsen a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span, .animatedtabsen a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.slogan{
float: right;
margin: 10px 0 0 0;
}

.slogan img{
border: none;
}



#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 206px;}

#contentcolumn p, #contentcolumn ul, #contentcolumn td, .mainbottom p{
color: #c64b13;
font-size: 1.0em;
line-height: 1.4em;
}

#contentcolumn li{
	list-style-image: url(/images/icon_orchid.gif);
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 1px;
	padding-left: 2px;
}


#contentcolumn span{
font-style: italic;
float: right;
margin: 0 10px 0 0;
}

#contentcolumn hr {
	color: #fbe084;
	margin: 5px 0 6px 0;
	border: none;
	background-color: #fbe084;
	height: 1px;
	clear: both;
	padding: 0;
}

#contentcolumn h1{
color: #c64b13;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0.2em;
	font-weight: normal;
	margin: 0;
	font-size: 28px;
}

#contentcolumn h2{
color: #c64b13;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 10px;
	font-size: 24px;
}

#contentcolumn h3{
color: #c64b13;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	font-size: 24px;
}

#contentcolumn h4{
color: #c64b13;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
		font-size: 24px;
}

#contentcolumn a:link,
#contentcolumn a:active,
#contentcolumn a:visited {
	text-decoration: underline;
	color: #c64b13;
}

#contentcolumn a:hover{
	text-decoration: underline;
	color: #757575;
}

#contentcolumn img{
	border: 2px solid #fbe084;
}

.galeria {
	width: 100%;
	margin: 10px 0 0 0;
}

.galeria img {
	width: 140px;
	height: 187px;
	overflow: hidden;
}


.galeriablock {
	width: 140px;
	height: 230px;
	display: block;
	float: left;
	padding: 10px;
	margin: 0 4px 4px 0;
	border: dashed 1px #fbe084;
	text-align: center;
	background-color: #faeefa;
	font-size: 0.80em;
}

.galeriablock:hover {
border: 1px dashed #f1d2f4;
background-color: #fff5cf;
}

.mainboxtop{
margin: 0;
padding: 0;
background: transparent url(/images/mainboxtop.png) no-repeat left top;
width: 950px;
height: 10px;
}

.mainboxbottom{
margin: 0;
padding: 0;
background: transparent url(/images/mainboxbottom.png) no-repeat left bottom;
width: 950px;
}

.mainbottom p{
margin: 0;
padding: 10px;
}

.maintop{
margin: 0;
padding: 10px 10px 10px 10px;
background: #fffffe url(/images/maintop.jpg) no-repeat left top;
width: 499px;
}

.maintop p{
width: 505px;
line-height: 1.5em;
}

.mainbottom em{
float: right;
margin-right: 10px;
}

.mainbottom{
margin: 0;
padding: 0;
background: url(/images/mainbottom.gif) no-repeat left bottom;
width: 519px;
}


#leftcolumn{
float: left;
width: 191px;
margin-left: -940px;
background: #C8FC98;
}

#leftcolumn ul {
	list-style: none;
	margin: 0;
    padding: 0 0 10px 2px;
}

#leftcolumn li {
	margin: 10px 0 0 0;
}

#leftcolumn h2 {
	color: #c29d08;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	margin: 10px auto 0 auto;
	font-size: 16px;
	text-align: center;
}

.flags {
width: 76px;
margin: 10px 0 0 10px;
}
.flags img{
float: left;
border: none;
}

.termekek a:link,
.termekek a:active,
.termekek a:visited {
	text-decoration: none;
	font-size: 13px;
	padding: 10px 0 10px 24px
}

.termekek a:hover{
	text-decoration: underline;
}

.galselect a:link,
.galselect a:active,
.galselect a:visited {
	color: #c24008;
	background: url(/images/icon_orchid_selected.gif) no-repeat left center;
}

.gal a:link,
.gal a:active,
.gal a:visited  {
	color: #c29d08;
	background: url(/images/icon_orchid.gif) no-repeat left center;
}

.gal a:hover{
	color: #c24008;
	background: url(/images/icon_orchid_selected.gif) no-repeat left center;
}


.leftboxtop{
margin: 0;
padding: 0;
background: url(/images/leftboxtop.gif) no-repeat left top;
width: 191px;
height: 8px;
}

.leftboxbottom{
margin: 0;
padding: 0 0 30px 0;
background: url(/images/leftboxbottom.gif) no-repeat left bottom;
width: 191px;
}

.kepjatek{
margin: 0 0 10px 10px;
padding: 0;
border: 3px solid #fbe084;
width: 166px;
height: 223px;
}

.termekek{
margin: 0 0 0 10px;
padding: 0 0 10px 0;
border: 3px solid #fbe084;
width: 166px;
background-color: #fff;
}

#rightcolumn{
float: left;
width: 191px; 
margin-left: -201px;
}

#rightcolumn h1 {
	color: #c29d08;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

.rightboxtop{
margin: 0;
padding: 0;
background: #fff url(/images/rightboxtop.jpg) no-repeat left top;
width: 191px;
}

.rightboxbottom{
margin: 0;
padding: 0;
background: #fff url(/images/rightboxbottom.gif) no-repeat left bottom;
width: 191px;
height: 6px;
}

.rightboxtop p{
margin: 0;
color: #757575;
border-bottom: 1px dotted #ccc;
}

.rightboxtop a{
padding: 10px 0 10px 10px;
color: #757575;
text-decoration: none;
display: block;
width: 181px;
}



.rightboxtop a:hover{
color: #fff;
background-color: #bc1fca;
text-decoration: none;
}

.mini{
	font-size: 0.8em;
	margin: 0;
}


.mainboxtop{
margin: 0;
padding: 0;
background: transparent url(/images/mainboxtop.png) no-repeat left top;
width: 950px;
height: 10px;
}

.mainboxbottom{
margin: 0;
padding: 0;
background: transparent url(/images/mainboxbottom.png) no-repeat left bottom;
width: 950px;
}

#footer{
clear: left;
width: 100%;
background: transparent;
color: #c29d08;
text-align: center;
padding: 4px 0;
}

.underfooter {
color: #c29d08;
text-align: center;
margin: 0 auto 0 auto;
padding: 10px 0 10px 0;
/* background: #f1d0f4 url(/images/underfooter.gif) no-repeat left bottom;*/
width: 519px;
}

.underfooter a{
color: #c29d08;
padding: 10px 0 10px 0;
}

.underfooter img{
vertical-align: text-top;
}

#footer a{
color: #c29d08;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/*********FORM*********/

input[type=text],
input[type=password],
/* input[type=submit],*/
input[type=reset],
select,
textarea {
	background: #fdf4d4;
	font: normal 15px Trebuchet, arial, sans-serif;
	color: #a57f66;
}

input[type=submit],
input[type=button]
{
	background: #fbe084;
	font: bold 13px verdana, arial, sans-serif;
	color: #c64b13;
}


/*--- Bilder pos ---*/

.imgRight {
	float: right;
	margin: 2px 0 0.9em 0.9em;
	vertical-align: text-top;
	position: relative;
}

.imgLeft {
	float: left;
	margin: 2px 0.9em 0.9em 0;
	vertical-align: text-top;
	position: relative;
}

.imgCenter {
	display: block;
	margin: 1em auto;
	text-align: center;
	vertical-align: text-top;
}

/*--- Download docs ---*/

.download {
	margin-right: 10px;
	clear: both;
}

.download img {
	vertical-align: middle;
}



/* clearfix hack
----------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Lightbox
----------------------------------------------- */
/*--- Lightbox JS ---*/

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/images/spacer.gif) no-repeat;

/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
	background: url(/images/prevlabel.gif) left 100% no-repeat;
}

#nextLink {
	right: 0;
	float: right;
	background: url(/images/nextlabel.gif) right 100% no-repeat;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(/images/prevlabel.gif) left 100% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(/images/nextlabel.gif) right 100% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.rootor a {
	color: #95c823;
	margin: -10px 3px 0 0;
	font-size: 0.7em;
	text-decoration: none;
	float: right;
}

