/* ----------------------------------------------------
	C O M M O N
------------------------------------------------------*/

* {
	margin: 0;          /* top, right, bottom, left */
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

ul, ol, li {
	list-style: none;
}

img, iframe {
	border: none;
}


/* ----------------------------------------------------
   P A G E
------------------------------------------------------*/

html, body {
	background: url(../images/body.jpg) #ffffff center top no-repeat;
	color: #000000;
	font: normal 14px Arial, Helvetica, sans-serif;
}

/* ----------------------------------------------------
	W R A P P E R
------------------------------------------------------*/

#wrapper {
	margin: 0px auto;
	width: 800px;
}


/* ----------------------------------------------------
	C O N T A I N E R
------------------------------------------------------*/

#container {
	background: url(../images/container.jpg) left top no-repeat;
	display: inline;
	float: left;
	width: 800px;
}

#container-ro {
	background: url(../images/container_roman.jpg) left top no-repeat;
	display: inline;
	float: left;
	width: 800px;
}

#container-en {
	background: url(../images/container_angol.jpg) left top no-repeat;
	display: inline;
	float: left;
	width: 800px;
}

#container-es {
	background: url(../images/container_spanyol.jpg) left top no-repeat;
	display: inline;
	float: left;
	width: 800px;
}

#container-ger {
	background: url(../images/container_nemet.jpg) left top no-repeat;
	display: inline;
	float: left;
	width: 800px;
}

#container-sk {
	background: url(../images/container_szlovak.jpg) left top no-repeat;
	display: inline;
	float: left;
	width: 800px;
}


/* ----------------------------------------------------
	H E A D E R
------------------------------------------------------*/

#header {
	display: inline;
	float: left;
	height: 80px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#header h1.logo {
	font-size: 10px;
	position: absolute; left: 35px; top: 20px;
	text-indent: -500em;
}

#header h1.logo a {
	display: block;
	height: 40px;
	overflow: hidden;
	width: 310px;
}

/* --- FLAGBOX --- */

#flagbox {
	display: inline;
	float: right;
	margin-top: 20px;
	width: 100px;
/*	position: absolute; left: 360px; top: 34px; */
}

#flagbox img {
	background: #ffffff;
	border: solid 1px #96C3DA;
	float: left;
	margin-left: 5px;
	margin-bottom: 2px;
	padding: 1px;
}

/* ----------------------------------------------------
	M A I N
------------------------------------------------------*/

#main {
	display: inline;
	float: left;
	width: 100%;
}

/* ----------------------------------------------------
	S I D E B A R
------------------------------------------------------*/

#sidebar {
	display: inline;
	float: left;
	width: 220px;
}

#sidebar ul#mainmenu {
	font-size: 16px;
	font-weight: bold;
	margin: 150px 0 260px 25px; /* bottom: 260px, hogy latszodjon a hattergrafika alja */
}

#sidebar ul#mainmenu li a {
	color: #5a5a5a;
	line-height: 30px;
}

#sidebar ul#mainmenu li a:hover {
	color: #959595;
}

/* ----------------------------------------------------
	C O N T E N T S
------------------------------------------------------*/

#contents {
	display: inline;
	float: right;
	overflow: visible;
	width: 580px;
}


/* ----------------------------------------------------
   F O O T E R
------------------------------------------------------*/

#footer {
	border-top: dotted 1px #a0a0a0;
	display: inline;
	float: left;
	height: 70px;
	margin-top: 12px;
	width: 100%;
}

#footer p.info {
	color: #777777;
	font-size: 11px;
 	font-weight: normal;
	line-height: 24px;
	margin-top: 14px;
 	text-align: center;
}

#footer span.bull {
	margin: 0 10px 0 10px;
}

#footer span.high {
	color: #232323;
	font-weight: bold;
}

#footer span.copy {
	color: #777777;
}

#footer a {
	color: #232323;
	font-weight: bold;
}


/* ----------------------------------------------------
	G A L L E R Y
------------------------------------------------------*/

#contents .gallery {
}

#contents .gallery ul {
	color: #202020;
	float: left;
	font: bold 11px Verdana, Arial, helvetica, serif;
	display: inline;
}

#contents .gallery ul li {
	float: left;
	display: inline;
	text-align: center;
}

#contents .gallery ul li a {
	margin: 0 4px 0 4px;
}

#contents .gallery ul li a img {
	background-color: #ffffff;
	border: solid 3px #cecece;
	margin-bottom: 4px;
	padding: 1px;
}

#contents .gallery ul li a:hover img {
	border-color: #007205;
}

#contents .gallery a:hover {
	border-width: 0;   /* wakeup IE */
}
