@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	margin-bottom: 35px;
	background-color: #042944;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.clearer {
	clear: both;
	}

#container {
	width: 950px;
	height: auto;
	margin: 0 auto;
	background-color: #FFFFFF;
	}
	
#header {
	width: 950px;
	height: 209px;
	}

#header-logo a {
	background-image: url(../img/logo.jpg);
	width: 367px;
	height: 209px;
	float: left;
	}

#header-right {
	width: px;
	height: 209px;
	float: left;
	}

#header-menu {
	background-image: url(../img/menu.jpg);
	width: 583px;
	height: 30px;
	float: left;
	}

#header-bottom {
	background-image: url(../img/head2.jpg);
	width: 583px;
	height: 179px;
	float: left;
	}
	
/* menu */


.menu a {
	background-image: url(../img/pecagomb.jpg);
	width: 112px;
	height: 25px;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #CAE2EE;
	text-transform: uppercase;
	padding-top: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	}

.menu a:hover {
	background-image: url(../img/pecagomb.jpg);
	color: #FFFFFF;
	}

.menu-select {
	background-image: url(../img/pecagomb-select.jpg);
	width: 112px;
	height: 25px;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	}

/* tartalmi rész - bannerek */

#title {
	background-image: url(../img/top_alap.jpg);
	width: 950px;
	height: 26px;
	}

#title h1 {
	padding: 0px;
	margin: 0px;
	margin-left: 250px;
	color: #FF8401;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	}

#content-container {	
	width: 950px;
	height: auto;
	background-image: url(../img/bg_loop.jpg);
	
	}

#left-banner {
	width: 213px;
	height: auto;
	float: left;
	margin-left: 13px;
	display: inline;
	}

.banner_left_egy {
	width: 213px;
	height: 131px;
	margin-bottom: 0px;
	}
	
#content {
	width: 449px;
	height: auto;
	float: left;
	text-align: justify;
	color: #0D4D7D;
	padding: 10px 25px;
	}

#content a {
	text-decoration: none;
	color: #0D4D7D;
	}

#content a:hover {
	color: #042944;
	}

#right-banner {
	width: 209px;
	height: auto;
	float: left;
	margin-left: 3px;
	}

.banner_right_egy {
	width: 200px;
	height: auto;
	margin-left: 9px;
	margin-bottom: 20px;
	}

/* footer */

#footer {
	width: 924px;
	height: 40px;
	background-color: #0D4E7E;
	background-image: url(../img/lab_loop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 13px;
	border: 13px #FFFFFF solid;
	border-top: 0px;
	}

#footer-email {
	float: left;
	width: 304px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 20px;
	}
	
#footer-email a {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer-menu {
	width: 600px;
	height: 40px;
	line-height: 40px;
	float: left;
	}

.footer-menupont a {
	color: #CAE2EE;
	float: right;
	padding-right: 30px;
	text-decoration: none;
	font-size: 13px;
	}

.footer-menupont a:hover {
	color: #FFFFFF;
	}

/* akciók */

.akciok-cont a {
	background-color: #BAC8D3;
	width: 449px;
	height: 194px;
	margin-bottom: 30px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	}

.akciok-cont a:hover {
	background-color: #1A76A7;
	}

.akciok-cont a .akciok-cim {
	background-color: #71A4C2;
	width: 429px;/*449*/
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0px 10px;
	font-size: 14px;
	color: #042944;
	font-weight: bold;
	text-decoration: none;
	}

.akciok-cont a:hover .akciok-cim {
	background-color: #042944;
	color: #FFFFFF;
	}

.akciok-cont a .akciok-leiras {
	width: 109px;
	height: auto;
	display: block;
	color: #042944;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding-left: 10px;
	margin-right: 16px;
	padding-top: 10px;
	vertical-align: middle;
	text-align: left;
	}

.akciok-cont a:hover .akciok-leiras {
	color: #FFFFFF;
	}

.akciok-kep-aktualis  {
	width: 300px;
	height: 140px;
	display: block;
	float: left;
	margin-top: 10px;
	border: 2px #0D4D7D solid;
	background-image: url(../pic/aktualis_akcio.jpg);
	}

.akciok-kep-havi  {
	width: 300px;
	height: 140px;
	display: block;
	float: left;
	margin-top: 10px;
	border: 2px #0D4D7D solid;
	background-image: url(../pic/havi_akcio.jpg);
	}

