/* basics */
*
{
	margin: 0;
	padding: 0;
}
html
{
	height: 100%;
}
body
{
	color: #444444;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
	body#geodesy
	{
		background: url(../image/body_geodesy.jpg) no-repeat 50% 40px;
	}
	body#geodesyFso
	{
		background: url(../image/body_geodesyfso.jpg) no-repeat 50% 40px;
	}
	body#choosing
	{
		background: url(../image/body_choosing.jpg) no-repeat 50% 40px;
	}
a
{
	text-decoration: none;
}
a:link,
a:visited
{
	color: #4060BF;
}
a:hover
{
	color: #2B95FF;
}
em,
strong
{
	color: #004A95;
	font-style: italic;
	font-weight: bold;
}
img
{
	border: none;
}
p
{
	text-align: justify;
}
table
{
	border-collapse: collapse;
}
td
{
	border: none;
	padding: 2px 5px;
	vertical-align: top;
}
th
{
	text-align: center;
	padding: 2px 5px;
}
ul
{
	list-style-type: none;
}
.clear
{
	clear: both;
}


/* body */
#headerArea
{
	width: 100%;
}


/* headerArea */
#header
{
	background: url(../image/header_image.png) no-repeat;
	height: 112px;
	margin: 0 auto;
	position: relative;
	width: 980px;
}


/* headerArea */
#choosing #header
{
	height: 80px;
}


/* header */
#logoArea
{
	height: 70px;
	width: 370px;
}
#logoArea a
{
	display: block;
	height: 50px;
	margin: 0 0 0 20px;
	padding: 10px 10px 10px 10px;
	width: 330px;
}
#logoArea a.goToGeodesy
{
	background: url(../image/logoarea_a_gotogeodesy.png) no-repeat 10px 10px;
}
#logoArea a.goToGeodesyFso
{
	background: url(../image/logoarea_a_gotogeodesyfso.png) no-repeat 10px 10px;
}


/* header */
#choosing #logoArea
{
	height: 80px;
	width: 980px;
}
#choosing #logoArea a
{
	display: block;
	float: left;
	height: 50px;
	padding: 0;
	width: 330px;
}
#choosing #logoArea a.goToGeodesy
{
	background: url(../image/logoarea_a_gotogeodesy.png) no-repeat 0 0;
	margin: 10px 10px 20px 150px;
}
#choosing #logoArea a.goToGeodesyFso
{
	background: url(../image/logoarea_a_gotogeodesyfso.png) no-repeat 0 0;
	margin: 10px 150px 20px 10px;
}


/* header */
#logoPrint
{
	height: 0;
	visibility: hidden;
}


/* header */
#searchArea
{
	display: none;
}


/* header */
#newsletterArea
{
	display: none;
}


/* header */
#languageMenuArea
{
	height: 32px;
	left: 840px;
	position: absolute;
	top: 12px;
	width: 110px;
}
#languageMenu
{
	list-style-image: none;
	width: 110px;
}
#languageMenu li
{
	float: right;
}
#languageMenu li a
{
	background: url(../image/languagemenu_li_a.png) no-repeat 0 12px;
	color: #4060BF;
	display: block;
	font-size: 12px;
	line-height: 20px;
	padding: 4px 6px 8px 7px;
	text-align: left;
}
#languageMenu li a:hover
{
	background: url(../image/languagemenu_li_a_hover.png) no-repeat 0 12px;
	color: #2B95FF;
}
#languageMenu li.current a,
#languageMenu li.current a:hover
{
	background: url(../image/languagemenu_li_current_a.png) no-repeat 0 12px;
	color: #1D3868;
	cursor: default;
}


/* header */
#mainMenuArea
{
	height: 32px;
	padding: 0 30px 10px 30px;
	position: relative;
	width: 920px;
	z-index: 1;
}
#mainMenu
{
	list-style-image: none;
	width: 920px;
}
#mainMenu li
{
	float: left;
}
#mainMenu li a
{
	background: url(../image/mainmenu_li_a.png) no-repeat 1px 12px;
	color: #EA8015;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 10px 8px;
	text-align: left;
}
#mainMenu li.active a
{
	background: url(../image/mainmenu_li_a_hover.png) no-repeat 1px 12px;
}
#mainMenu ul
{
	background: url(../image/mainmenu_ul.png) no-repeat 0 0;
	clear: left;
	display: none;
	margin-left: -14px;
	padding: 16px 0 0;
	position: absolute;
	top: 24px;
}
#mainMenu ul.wide
{
	background: url(../image/mainmenu_ul_wide.png) no-repeat 0 0;
}
#mainMenu ul li
{
	background: url(../image/mainmenu_ul_li.png) repeat-y 0 0;
	float: none;
	position: relative;
	width: 200px;
}
	*:first-child + html #mainMenu ul li
	{
		clear: left;
		float: left;
	}
#mainMenu ul.wide li
{
	background: url(../image/mainmenu_ul_wide_li.png) repeat-y 0 0;
	width: 260px;
}
#mainMenu li.active ul li a,
#mainMenu li.active ul li p
{
	background: url(../image/mainmenu_ul_li_a.png) no-repeat 15px 0;
	color: #4060BF;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 15px 4px 26px;
	width: 159px;
}
	#mainMenu li.active ul li p
	{
		background: url(../image/mainmenu_ul_li_p.png) no-repeat 15px 8px;
		color: #101830;
		cursor: default;
		font-size: 11px;
		padding-top: 10px;
		text-transform: uppercase;
	}
#mainMenu li.active ul.wide li a,
#mainMenu li.active ul.wide li p
{
	width: 219px;
}
#mainMenu li.active ul li a.end
{
	background: url(../image/mainmenu_ul_li_a_end.png) no-repeat 15px 0;
}
#mainMenu li.active ul li a span
{
	color: #7088CF;
	font-size: 11px;
}
#mainMenu li.active ul li p span
{
	text-transform: none;
}
#mainMenu li.active ul li a:hover
{
	background: url(../image/mainmenu_ul_li_a_hover.png) no-repeat 15px 0;
	color: #2B95FF;
}
#mainMenu li.active ul li a.end:hover
{
	background: url(../image/mainmenu_ul_li_a_end_hover.png) no-repeat 15px 0;
}
#mainMenu li.active ul li a:hover span
{
	color: #2B95FF;
}
#mainMenu li ul li.current a,
#mainMenu li ul li.current a:hover
{
	background: url(../image/mainmenu_ul_li_current_a.png) no-repeat 15px 0;
	color: #1D3868;
	cursor: default;
}
#mainMenu li ul li.current a.end,
#mainMenu li ul li.current a.end:hover
{
	background: url(../image/mainmenu_ul_li_current_a_end.png) no-repeat 15px 0;
}
#mainMenu li ul li.current a span,
#mainMenu li ul li.current a:hover span
{
	color: #1D3868;
}
#mainMenu ul li.end
{
	background: url(../image/mainmenu_ul_li_end.png) no-repeat 0 0;
	height: 13px;
}
#mainMenu ul.wide li.end
{
	background: url(../image/mainmenu_ul_wide_li_end.png) no-repeat 0 0;
}


/* body */
#contentArea
{
	width: 100%;
}


/* contentArea */
#content
{
	background: url(../image/content.png) repeat-y;
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
	z-index: 0;
}


/* content */
#navigationBar
{
	padding: 5px 30px 10px;
	width: 920px;
}
#navigationBar p
{
	color: #1D3868;
	float: left;
	font-size: 11px;
	line-height: 14px;
	padding: 0 5px 3px 0;
}
#navigationBar h1
{
	clear: both;
	color: #4060BF;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
}
#navigationBar h1 span
{
	color: #7088CF;
	font-size: 13px;
}


/* content */
#main
{
	padding: 0 30px 40px;
	width: 920px;
}
#main h2
{
	background: url(../image/main_h2.png) no-repeat 0 100%;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	padding: 3px 0 13px 10px;
	text-align: left;
}
#main h3
{
	color: #EA8015;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	padding: 3px 0 2px;
	text-align: left;
}
#main h4
{
	color: #4060BF;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	padding: 3px 0 2px;
	text-align: left;
}
#main p
{
	line-height: 16px;
	margin: 0 0 10px 0;
}
#main table.technicalData
{
	line-height: 15px;
	margin: 0 0 10px;
	text-align: left;
}
#main table.technicalData th
{
	font-style: italic;
	font-weight: normal;
	padding: 1px 0;
	text-align: left;
}
#main table.technicalData td
{
	color: #1D3868;
	padding: 1px 5px 1px 0;
	width: 270px;
}
#main table.technicalData td + td
{
	color: #7088CF;
	padding: 1px 0;
	width: auto;
}
#main ul
{
	margin: 0 0 10px;
}
#main ul li
{
	background: url(../image/main_ul_li.png) no-repeat 0 7px;
	line-height: 15px;
	padding: 1px 0 1px 10px;
}
#main ul.downloads
{
	margin: 0 0 10px;
}
#main ul.downloads li
{
	background: none;
	height: 19px;
	line-height: normal;
	padding: 3px 0;
}
#main ul.downloads li a
{
	background: url(../image/main_ul_download_li_a.png) no-repeat 0 0;
	display: block;
	line-height: 19px;
	padding: 0 0 0 26px;
}
#main ul.downloads li a span
{
	color: #6A6A6A;
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 0 5px;
}
#main ul.downloads li a:hover
{
	background: url(../image/main_ul_download_li_a.png) no-repeat 0 -19px;
}
#main ul.downloads li a:hover span
{
	color: #2B95FF;
}
#main a.more
{
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 0 15px;
	text-align: right;
}


/* main */
#main div.symbolNew
{
	background: url(../image/main_div_symbolnew.png) no-repeat 0 0;
	color: #FFF;
	font-size: 17px;
	height: 25px;
	left: 155px;
	line-height: 25px;
	padding: 0 0 0 10px;
	position: absolute;
	text-align: center;
	top: 15px;
	width: 50px;
	z-index: 1;
}


/* main */
#main div.errorArea
{
	color: #C31701;
}


/* main */
#main div.photoBox,
#main div.emphasisBox
{
	float: left;
	width: 450px
}
	#main div.photoBox
	{
		clear: both;
		padding-right: 10px;
	}
	#main div.emphasisBox
	{
		padding: 0 0 0 10px;
	}
#main div.photoBox img
{
	background: url(../image/main_img_photo.png) no-repeat 0 0;
}


/* main */
#main div.section
{
	clear: both;
}
#main div.section img.right
{
	float: right;
	padding: 0 0 20px 20px;
}


/* main */
#products h3
{
	clear: both;
	padding: 20px 0 10px;
}
#products ul li
{
	background: url(../image/products_ul_li.png) no-repeat 0 0;
	float: left;
	list-style-type: none;
	margin: -1px 0 0 -1px;
	padding: 1px 0 0 1px;
	position: relative;
}
#products ul li a
{
	background: url(../image/products_ul_li_a.png) no-repeat 100% 100%;
	color: #000000;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 50px;
	line-height: 14px;
	padding: 138px 10px 0;
	position: relative;
	text-align: center;
	width: 208px;
}
#products ul li a img
{
	height: 120px;
	left: 24px;
	position: absolute;
	top: 15px;
	width: 180px;
}
#products ul li a span
{
	color: #4060BF;
	font-weight: normal;
}
#products ul li a:hover,
#products ul li a:hover span
{
	color: #2B95FF;
}
	#products ul li a:hover
	{
		background: url(../image/products_ul_li_a_hover.png) no-repeat 100% 100%;
	}


/* main */
#productsList div.box
{
	background: url(../image/productslist_div_box.png) no-repeat 0 0;
	float: left;
	margin: 5px 10px 15px;
	padding: 5px 10px;
	width: 266px;
}
#productsList div.box p
{
	text-align: left;
}
#productsList div.box h2
{
	background: none;
	color: #4060BF;
	font-size: 14px;
	line-height: 17px;
	padding: 3px 0;
}
#productsList div.box h3
{
	font-size: 13px;
	line-height: 17px;
	padding: 2px 0;
}
#productsList div.box table
{
	line-height: 15px;
	margin: 0 0 10px;
	text-align: left;
}
#productsList div.box table td
{
	color: #1D3868;
	padding: 1px 5px 1px 0;
	vertical-align: top;
	width: 120px;
}
#productsList div.box table td + td
{
	color: #7088CF;
	padding: 1px 0;
	vertical-align: bottom;
}
#productsList div.box span
{
	color: #1D3868;
	font-weight: bold;
}


/* main */
#newsEmphasis
{
	clear: both;
	float: left;
	margin: 0 0 30px;
	padding: 0 20px 0 0;
	width: 400px;
}
#newsEmphasis div.overflowBox
{
	overflow: auto;
	height: 200px;
	padding: 0 10px 0 0;
}
#newsEmphasis div.date
{
	color: #6A6A6A;
	font-size: 11px;
	padding: 0 0 5px;
}


/* main */
#newsList
{
	float: left;
	margin: 0 0 30px;
	width: 500px;
}
#newsList div.overflowBox
{
	overflow: auto;
	height: 200px;
	padding: 0 10px 0 0;
}
#newsList div.box
{
	clear: both;
	padding: 5px 0;
}
#newsList div.box div.date
{
	color: #6A6A6A;
	float: left;
	font-size: 11px;
	line-height: 14px;
	padding: 2px 0 0 0;
	width: 70px;
}
#newsList div.box a,
#newsList div.box p
{
	float: left;
	line-height: 16px;
	width: 430px;
}
	#newsList div.box p
	{
		margin: 0;
	}
#newsList div.overflowBox div.box a,
#newsList div.overflowBox div.box p
{
	width: 400px;
}


/* main */
#news
{
	float: left;
	padding: 0 0 0 20px;
	width: 400px;
}
#news div.box
{
	background: url(../image/news_div_box.png) no-repeat 0 0;
	float: left;
	margin: 5px 0 15px;
	padding: 5px 10px;
	width: 380px;
}
#news div.box h2
{
	background: none;
	color: #4060BF;
	font-size: 14px;
	line-height: 17px;
	padding: 3px 0;
}
#news div.box h3
{
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	padding: 6px 0 2px;
}
#news div.box div.date
{
	color: #6A6A6A;
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 5px;
	text-align: left;
}


/* main */
#contactList div.box
{
	background: url(../image/productslist_div_box.png) no-repeat 0 0;
	float: left;
	margin: 5px 10px 15px;
	padding: 5px 10px;
	width: 266px;
}
#contactList div.box p
{
	text-align: left;
}
#contactList div.box h2
{
	background: none;
	color: #101830;
	font-size: 14px;
	line-height: 17px;
	padding: 2px 0 0;
	text-align: center;
}
#contactList div.box h3
{
	color: #EA8015;
	font-size: 13px;
	line-height: 16px;
	padding: 2px 0 0;
	text-align: center;
}
#contactList div.box table
{
	line-height: 15px;
	text-align: left;
}
#contactList div.box table td
{
	color: #1D3868;
	padding: 1px 5px 1px 0;
	text-align: right;
	vertical-align: top;
	width: 100px;
}
#contactList div.box table td + td
{
	color: #7088CF;
	padding: 1px 0;
	text-align: left;
	vertical-align: bottom;
	width: auto;
}
#contactList div.box img
{
	background: url(../image/contactlist_div_box_img.png) no-repeat 0 0;
	height: 80px;
	margin: 0 43px;
	padding: 10px 20px;
	width: 140px;
}


/* main */
#contactBox
{
	background: url(../image/contactbox.png) no-repeat 0 0;
	margin: 5px 10px 15px;
	padding: 5px 10px;
	width: 410px;
}
#contactBox h2
{
	background: none;
	color: #4060BF;
	font-size: 14px;
	line-height: 17px;
	padding: 3px 0;
}
#contactBox table
{
	line-height: 15px;
	text-align: left;
}
#contactBox table td
{
	color: #1D3868;
	padding: 5px 5px 5px 0;
	text-align: right;
	vertical-align: top;
	width: 200px;
}
#contactBox table td + td
{
	color: #7088CF;
	padding: 5px 0;
	text-align: left;
	vertical-align: bottom;
	width: auto;
}


/* main */
#emailFormBox
{
	background: url(../image/contactbox.png) no-repeat 0 0;
	float: right;
	margin: 5px 10px 15px;
	padding: 5px 10px;
	width: 410px;
}
#emailFormBox h2
{
	background: none;
	color: #4060BF;
	font-size: 14px;
	line-height: 17px;
	padding: 3px 0;
}
#emailFormBox span
{
	color: #EA8015;
}
#emailFormBox table
{
	line-height: 15px;
	text-align: left;
}
#emailFormBox table td
{
	color: #1D3868;
	padding: 5px 5px 5px 0;
	vertical-align: top;
	width: 100px;
}
#emailFormBox table td + td
{
	color: #7088CF;
	padding: 5px 0;
	vertical-align: bottom;
	width: auto;
}
#emailFormBox ul
{
	margin: 0;
	padding: 0;
}
#emailFormBox ul li
{
	background: none;
	float: left;
	list-style-type: none;
	padding: 0;
}
#emailFormBox input
{
	font-family: inherit;
	font-size: 12px;
	text-align: left;
	width: 286px;
}
#emailFormBox input.text
{
	border: 1px solid #DFE4F4;
	color: #101830;
	padding: 2px 3px;
}
#emailFormBox textarea
{
	border: 1px solid #DFE4F4;
	color: #101830;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 150px;
	padding: 2px 3px;
	text-align: left;
	width: 286px;
}
#emailFormBox input#emailVezeteknev,
#emailFormBox input#emailKeresztnev
{
	margin-right: 10px;
	width: 134px;
}


/* main */
#map
{
	float: left;
}


/* main */
#main #photoOriginal
{
	float: left;
	height: 310px;
	margin: 0 20px 20px 0;
	width: 460px;
}
#main #photoOriginal img
{
	height: 300px;
	padding: 5px;
	width: 450px;
}
#main #photoThumbnail
{
	float: left;
	height: 310px;
	overflow: auto;
	margin-bottom: 20px;
	width: 400px;
}
#main #photoThumbnail a
{
	display: block;
	float: left;
	height: 120px;
	padding: 5px;
	width: 180px;
}
#main #photoThumbnail a img
{
	height: 120px;
	width: 180px;
}
#main #photoThumbnail a:hover
{
}


/* content */
#choosing #main
{
	padding: 0 30px 40px;
	width: 920px;
}
#choosing #main ul#choosingMenu
{
	background: none;
	list-style-image: none;
	width: 920px;
}
#choosing #main ul#choosingMenu li
{
	background: none;
	float: left;
	padding: 0;
}
#choosing #main ul#choosingMenu li a
{
	color: #004A95;
	display: block;
	font-size: 14px;
	height: 360px;
	line-height: normal;
	text-align: center;
	width: 450px;
}
#choosing #main ul#choosingMenu li a.goToGeodesy
{
	padding-right: 10px;
}
#choosing #main ul#choosingMenu li a.goToGeodesyFso
{
	padding-left: 10px;
}
#choosing #main ul#choosingMenu li a em
{
	color: #EA8015;
	font-size: 17px;
	font-weight: normal;
}
#choosing #main ul#choosingMenu li a:hover
{
	color: #101830;
}
#choosing #main ul#choosingMenu li a:hover em
{
	color: #004A95;
}
#choosing #main ul#choosingMenu li a img
{
	background: url(../image/main_img_photo.png) no-repeat 0 0;
}


/* body */
#footerArea
{
	clear: both;
	width: 100%;
}


/* footerArea */
#footer
{
	background: url(../image/footer_image.png) no-repeat 0 0;
	color: #004A95;
	height: 80px;
	margin: 0 auto;
	width: 980px;
}
#footer div.left
{
	float: left;
	padding: 10px 5px 10px 40px;
	width: 230px;
}
#footer div.right
{
	float: left;
	padding: 10px 240px 10px 5px;
	width: 320px;
}
#footer p
{
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}
#footer p b
{
	color: #4060BF;
	font-weight: normal;
}
#footer a
{
	color: #004A95;
}
#footer a:hover
{
	color: #2B95FF;
}
#footer table.contact td
{
	color: #4060BF;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	padding: 0 5px 0 0;
	text-align: right;
	width: 90px;
}
#footer table.contact td + td
{
	color: #004A95;
	padding: 0;
	text-align: left;
	width: auto;
}
