html, body {
	margin: 0; padding: 0; height:100%;
}

body {
	background: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5;
}

form { margin:0; padding: 0; }
input, select, textarea { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; }
img { border:0 }
a { outline: none; text-decoration: none; color:#0084ff; }
a:hover { text-decoration: underline; }
a span { cursor: pointer; }

.hide { display: none; }
.clear { font-size:0; line-height:0; clear: both; }

.container { 
	width: 980px; margin: 0 auto;
	position: relative;
}

#container { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#containerinner { 
	padding-bottom: 180px;
}

#header {
	position: relative;
	height: 144px;
	z-index: 100;
	background: url(images/headerbg.gif) repeat-x 0 0;
	overflow: hidden;
}

#logo {
	position: absolute;
	left: 0; top:20px;
	background:url(images/logo.png) no-repeat 0 0;
	width: 333px; height: 66px;
	margin:0; padding:0;
	overflow:hidden;
}
#logo a {
	display: block;
	width: 333px; height: 66px;
	overflow:hidden;
	text-indent:-5000px;
}

ul#mainmenu,
ul#mainmenu li { margin:0; padding:0; list-style: none; }
ul#mainmenu { 
	position: absolute; left:10px; top: 105px;
}
ul#mainmenu li {
	float:left; display: inline;
	height: 39px;
} 
ul#mainmenu li a {
	float: left;
	text-decoration:none;
}
ul#mainmenu li a span {
	padding: 5px 17px 0 17px;
	height: 34px;
	float: left;
	color:#000;
	text-transform: uppercase;
	font-size: 13px; font-weight: bold;
}
ul#mainmenu li.act {
	background: url(images/menubg.png) repeat-x 0 0;
}
ul#mainmenu li.act a {
	background: url(images/menubgleft.png) no-repeat 0 0;
}
ul#mainmenu li.act a span {
	background: url(images/menubgright.png) no-repeat 100% 0;
	color:#fff;
}


#promo {
	background: url(images/promobg.png) repeat-y 50% 0;
	height: 270px;
	overflow: hidden;
	color:#fff;
}
#promobottom {
	background: url(images/promobgbottom.png) repeat-x 50% 0;
	height: 32px;
	overflow: hidden;
}

#promo ul {
	margin:0; padding:12px 0 0 0;
	list-style:none;
}
#promo ul li {
	margin:0; padding:0 5px 0 0;
	border-top: 1px dotted #fff;
	width: 290px;
	height: 82px;
	position: relative;
	cursor:pointer;
}
#promo ul li:hover { background: #0D9EDF;}
#promo ul li.first {
	border:0;
}

#promo ul li big {
	font-size: 28px;
	font-weight:bold;
	float:left;
	position: absolute; bottom: 7px; left:0;
	line-height: 1.1em;
}
#promo ul li div {
	position: absolute; bottom: 7px;
	left: 35px;
	width: 250px;
}
#promo ul li h2 { font-size: 11px; margin: 0; padding: 0; text-transform: uppercase; }
#promo ul li h2 a { color:#fff; }
#promo ul li p { margin: 0; font-size: 11px; }


#promobox {
	position: absolute; right:0; top: 12px;
	width: 650px;
	height: 248px;
	padding-left: 35px;
	overflow: hidden;
	border-left: 1px dotted #fff;
}
#promoscroller {
	position:absolute; left:35px; top:0;
}
#promobox .promo {
	width: 650px;
	clear: both;
	height: 268px;
}
#promobox .promo img { border: 5px solid #fff; float: right; margin-left: 30px; }
#promobox .promo h1 {
	font-size: 24px; font-weight: normal;
	font-style: italic;
	margin:0 0 30px 0; padding:0;
	line-height: 1.2;
}
#promobox .promo p { margin: 0; text-align: justify; }
#promobox .promo .more a { color:#80b4d2; font-size:11px; }

#content {
	background: url(images/contentbg.png) repeat-x 0 0;
	min-height: 150px;
	padding-top: 10px;
}

#newsbox { overflow: hidden; padding-bottom: 10px; }
#newsbox .news {
	float:left; display: inline;
	border-left: 1px dotted #7c7c7c;
	padding: 0 0 5px 19px;
	margin: 0 0 0 10px;
	width: 295px;
	font-size: 11px;
}
#newsbox .news img { float: left; margin: 0 25px 18px 0; }
#newsbox .news p { margin: 0 45px 0 0; text-align: justify; }
#newsbox .news a {
	float: right; font-style: italic; margin-right: 45px;
}
#newsbox .news .newsbottom { 
	border-bottom:1px dotted #7c7c7c;
	position: relative; left: -18px; top: 7px;
	width: 175px;
	clear: both;
	font-size:0; line-height:0;
}

#main { overflow: hidden; }

#leftcol {
	float:left; display: inline;
	margin: 15px 0 20px 30px;
	width: 590px;
	font-size: 11px;
}
#leftcol1 {
	float:left; display: inline;
	margin: 15px 0 20px 30px;
	width: 490px;
	font-size: 11px;
}
#leftcol h1 { margin: 0 0 1em 0; font-size: 20px; font-weight:normal; color:#0073aa; }
#leftcol1 h1 { margin: 0 0 1em 0; font-size: 20px; font-weight:normal; color:#0073aa; }

#leftcol p { margin: 0 0 1em 0; }
#leftcol1 p { margin: 0 0 1em 0; }

.more { text-align: right; }
.more a { font-style: italic; }

#rightcol {
	float:right;
	width: 310px;
	margin: 15px 0 0 0;
}

#rightcol1 {
	float:right;
	width: 410px;
	margin: 15px 0 0 0;
}

#rightcol h3 {
	margin:0; padding:0;
	font-size: 13px; font-weight: bold;
	color:#fff; text-transform: uppercase;
	background: url(images/submenuleft.gif) 0 0 no-repeat #0f5799;
	display: inline-block;
}
#rightcol h3 span {
	margin:0; padding: 5px 40px 5px 20px;
	background: url(images/submenuright.gif) 100% 0 no-repeat;
	display: block;
}

#rightcol ul {
	margin:0; padding:0;
	list-style: none;
}
#rightcol ul li {
	margin:0; padding: 7px 0 7px 15px;
	list-style: none;
	border-bottom: 1px dotted #000;
	background: url(images/arrow.gif) no-repeat 0 13px;
}
#rightcol ul li ul {
	margin: 7px 0 -7px -15px;
}
#rightcol ul li li {
	border-top: 1px dotted #000;
	border-bottom: 0;
	padding-left: 35px;
	background-position: 20px 13px;
}

#footer {
	height: 100px;
	margin: -100px 0 0 0;
	background: url(images/promobg.png) repeat-y 50% 0;	
	color:#fff;
	font-size: 11px;
	position: relative;
}
#footertop { background: url(images/footerbgtop.png) repeat-y 50% 0; height: 10px; overflow: hidden; }
#footerlogos { margin: -85px 0 25px 0; display: block; }

#footer p { margin: 0 25px; }
#footer a { color:#fff; }
#eupalyazat {
	position: absolute; right: 170px; top: 85px;
	text-align: right;
}
#eupalyazat1 {
	position: absolute; right: 0px; top: 85px;
	text-align: right;
}

table.prices {
	border: 1px solid #ddd;
	border-collapse: collapse;
	width: 100%;
}

table.prices th {
	padding: 5px 10px;
	text-align: center;
	background: #f0f0f0;
}

table.prices th[colspan='3'] {
	background:#0F5799;
	color:#fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
}

table.prices td {
	padding: 5px 10px;
	border: 1px solid #ddd;
	vertical-align: top;
}

p.justified { text-align: justify; }
