body {
	background-color: #072653;
	margin: 0;
	padding: 0;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: white;
}

h1 {
	font-size: 24px;
	margin: 0 0 30px 0;
	padding: 0;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	
}

p {
	padding: 0;
	margin: 16px 0;
}

ul {
	margin: 0 0 20px 20px;
	padding: 0;
}

dt {
	font-weight: bold;
	font-size: 14px;
	margin: 4px 0;
}

dd {
	margin: 0 0 20px 16px;
	padding: 0;
}

dd p {
	margin: 2px 0;
	padding: 0;
}

a img {
	border: none;
}

/* A fo blokkok */

.slider {
	margin:0 0 20px;
	padding:10px;
	background:#fff;
	}
#container {
	width: 1020px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/bg_middle.jpg);
	background-repeat: repeat-y;
}

#header {
	margin: 0;
	padding: 55px 10px 0 190px;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 70px;
	overflow: hidden;
}

#middle {
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#bottom {
	float: none;
	clear: both;
	height: 80px;
	background-image: url(images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 110px;
	font-size: 10px;
	text-align: center;
}

#bottom p {
	margin: 3px 0;
	padding: 0;
}

/* Ezzel bitzosítjuk, hogy a minimális magasság meglegyen IE 6 alatt is. */
#middle #minheight {
	width: 0px;
	height: 400px;
	float: left;
}

/* A menu */
ul#left_menu {
	width: 185px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(images/menu_line.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
	overflow: hidden;
}

ul#left_menu li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

ul#left_menu li a {
	display: block;
	padding: 13px 8px 10px 0;
	background-image: url(images/menu_line.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0;
	text-decoration: none;
	width: 175px;
}

ul#left_menu li a:hover, ul#left_menu li a.active {
	color: #FFFF33;
}
/********************
ul#right_menu {
	width: 185px;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(images/menu_line2.png);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	overflow: hidden;
}

ul#right_menu li {
	margin: 0
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

ul#right_menu li a {
	display: block;
	padding: 13px 14px 10px 0;
	background-image: url(images/menu_line2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0;
	text-decoration: none;
	width: 175px;
}

ul#right_menu li a:hover, ul#right_menu li a.active {
	color: yellow;
}
****************/

/*******************************\
 *           SUB MENU	       *
\*******************************/
ul#sub_menu {
	margin: 0;
	padding: 0 0 1px 0;
	list-style: none;
	background-image: url(images/menu_line.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

ul#sub_menu li {
	font-size: 12px;
	font-weight: normal;
}

ul#sub_menu li a {
	padding: 5px 10px 5px 0;
	background-image: url(images/sub_menu_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}

/*******************************\
 *           TOP MENU	         *
\*******************************/
a#back_to_home {
  display: block;
  float: left;
  width: 220px;
  height: 65px;
}

a#back_to_home span {
  display: none;
}

ul#top_menu {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

ul#top_menu li {
	float: left;
	margin: 0;
	padding: 0;
}

ul#top_menu li a {
	display: block;
	width: 75px;
	height: 21px;
	margin: 0;
	padding: 22px 6px 0 4px;
	background-image: url(images/top_menu_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: black;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

ul#top_menu li a:hover {
	padding-top: 15px;
	background-position: 0 -50px;
	height: 28px;
}

ul#top_menu li a.double_line {
	padding-top: 13px;
	height: 30px;
}

ul#top_menu li a.double_line:hover {
	padding-top: 8px;
	height: 3500px;
}


#content {
	margin-left: 185px;
	padding: 0px 30px 0px 30px;
	color: black;
	width: 590px;
	/**
	 * FF miatt kell, mert különben, ahol link van a
	 * legalján, akkor kattintásnál meg fog jelenni
	 * oldalt egy görgető sáv.
	 */
	overflow: hidden;
}



#content a {
	color: #104E8B;
	text-decoration: underline;
}
#content a:hover, content a.active {
	color: red;
}

#content p {
	line-height: 1.4em;
}

#breadcrumbs {
	font-size: 10px;
	margin: 0 0 5px 0;
}

/* ========================================= */

table#address {
	width: 490px;
	margin: 0 0 50px 100px;
}

table#address td {
	vertical-align: middle;
}

table#address h3 {
	font-size: 14px;
	margin: 4px 0;
	padding: 0;
}

table#address p, table#address table td {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

table#address small {
	font-size: 1em;
	font-weight: normal;
}

table#address table {
	margin-top: 20px;
}

table#contact {
	width: 430px;
	empty-cells: show;
	border-spacing: 0;
	margin: 0 0 0 100px;
}

table#contact td {
	padding-bottom: 30px;
	
}

table#contact h3 {
	color: #092b5c;
	margin: 0;
	padding: 0;
}

table#contact p {
	margin: 0 0 8px 0;
	padding: 0;
}

table#contact ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
}

#gmap {
	width: 280px;
	height: 300px;
}

table#references {
	width: 550px;
	margin: 0 auto;
}

table#references td {
	vertical-align: middle;
	text-align: center;
}

/* Form adatok beállítása */
form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

form ul li {
	float: none;
	padding: 4px;
}

form label {
	display: block;
	float: left;
	width: 150px;
	overflow: hidden;
	padding: 2px;
}

/* Referencia oldal anyaga */
a.image, a.video {
	display: block;
	height: 120px;
	line-height: 120px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/image_icon.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 200px;
}

a.video {
	background-image: url(images/video_icon.jpg);
}

#error {
	border: 1px solid #A52A2A;
	background: #ECB5B5;
	color: #A52A2A;
	font-family: monospace;
	margin: 10px 0;
	padding: 5px 10px 5px 50px;
	background-image: url(images/exclamation.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

#error li {
	margin: 3px 0;
}

#success {
	border: 1px solid #006400;
	background: #C1FFC2;
	color: #006400;
	font-family: monospace;
	margin: 10px 0;
	padding: 5px 25px;
	background-image: url(images/accept.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

ul.images_right {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.slogen {
	text-align: right;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	clear: right;
}
