/*CSS reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

h2, h3, h4, h5, h6{
font-weight: normal;
}

address{
	font-style: normal;
	display:inline;
}

html *:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	font: normal 13px Trebuchet MS, Lucida Grande, Verdana, sans-serif;
	background: #fff url(../images/bg.gif) no-repeat top center;
	padding: 0 0 50px 0;
}
ol, ul {
	list-style: none;
}
/*linkek*/
a img{border:0;}

a{
    color: #d43a3a;
    text-decoration:underline;
}

a:hover{text-decoration: none;}

a:active{color: #3a62d4;}

a:visited{color:#a22b2b;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*generic*/
.clearleft{clear: left;}
.clearright{clear:right}
.clearboth{clear:both;}
.red{color:#ff0000;}
.sup{vertical-align: super;}
.hide{display:none;}
strong{font-weight: bold;}
em{font-style: italic;}

/*layout*/
div#wrapper{
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

div#header h1{
    float: left;
}

div#header p.addThisContainer{
    float: right;
    padding: 29px 48px 0 0;
}

div#nav{
    clear: both;
    height: 25px;
    background-color: #000;
    width: 857px;
    padding: 0 0 0 143px;
    position: relative;
}

div#content{
	padding: 50px 0 46px 0;
}

div.leftCol{
    width: 555px;
    float: left;
    padding: 0 0 0 5px;
}

div.rightCol{
    width: 440px;
    float: right;
}

div#footer{
    clear:both;
    background-color: #000;
    width: 1000px;
    height: 17px;
    line-height:1;
    padding: 7px 0 0 0;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
    font-size: 12px;
}

/*bal oldali box*/
div.boxContainer{
	width: 554px;
	height: auto;
}

div.boxTop{
	width: 554px;
	height: 10px;
	background: #fff url(../images/content_top_bg.gif) no-repeat 0 0;
}

div.boxMain{
	width:514px;
	height: auto;
	padding: 20px 30px 160px 10px;
	background: #fff url(../images/content_bg.gif) repeat-y 0 0;
}

div.boxFooter{
	width: 554px;
	height: 10px;
	background: transparent url(../images/content_bottom_bg.png) no-repeat 0 0;
}

/*footer lista*/
div#footer ul{
	text-align: center;
	vertical-align: middle;
}

div#footer ul li{
	display: inline;
	background: transparent url(../images/bullet_black.gif) no-repeat left center;
	color: #fff;
	padding: 0 12px 0 20px;
	font-family: 'Century Gothic', Gothic, Trebuchet MS, Lucida, Verdana, Arial, sans-serif;
	
}

div#footer ul li.first{
	padding-left: 0;
	background: none;
}

div#footer ul li a{
	color: #fff;
	text-decoration: none;
}
div#footer ul li a:hover{text-decoration: underline;}

/*tipográfia*/
div.boxMain p{
	margin-bottom: 23px;
	text-indent: 10px;
}

div#footer{
	text-align: center;
}

h2.contentHeader{
	font: bold 18px Trebuchet MS, Lucida Grande, Verdana, sans-serif;
	color: #666;
	text-transform: uppercase;
	margin: 0 0 6px 0;
}

div.boxMain ul{
	list-style-type: circle;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	margin: 0 0 15px 20px;
}

div.boxMain ol{
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0 0 15px 20px;
}

div.boxMain img[align="left"]{
	float: left;
}

div.boxMain img[align="right"]{
	float: right;
}

div.rightCol h2{
	font-size: 16px;
}

.gothic{
	font-family: 'Century Gothic', Gothic, Trebuchet MS, Lucida, Verdana, Arial, sans-serif;
	color: #666;
	text-transform: uppercase;
}

/*fomenü*/
ul#mainMenu li{
	float: left;
}

ul#mainMenu li a{
	display: block;
	height: 25px;
	color: #fff;
	background-color: #000;
	background-image: url(../images/menu_sprite.gif);
	background-repeat: no-repeat;
	text-indent: -9900px;
}

ul#mainMenu li a.ceg{
	width: 78px;
	background-position: 0 0;
}
ul#mainMenu li a.ceg:hover,ul#mainMenu li a.ceg:focus{
	background-position: 0 -25px;
}

ul#mainMenu li a.szolg{
	width: 196px;
	background-position: -78px 0;
}
ul#mainMenu li a.szolg:hover,ul#mainMenu li a.szolg:focus{
	background-position: -78px -25px;
}

ul#mainMenu li a.referenciak{
	width: 159px;
	background-position: -274px 0;
}
ul#mainMenu li a.referenciak:hover,ul#mainMenu li a.referenciak:focus{
	background-position: -274px -25px;
}

ul#mainMenu li a.feedback{
	width: 137px;
	background-position: -433px 0;
}
ul#mainMenu li a.feedback:hover,ul#mainMenu li a.feedback:focus{
	background-position: -433px -25px;
}

ul#mainMenu li a.kapcsolat{
	width: 124px;
	background-position: -570px 0;
}

ul#mainMenu li a.kapcsolat:hover,ul#mainMenu li a.kapcsolat:focus{
	background-position: -570px -25px;
}

ul#mainMenu li.hasSub ul.subMenu{
	display:none;
	position: absolute;
	left:0;
	width: 960px;
	height: 27px;
	padding: 3px 0 0 40px;
	background: transparent url(../images/submenu_bg.png) repeat-x 0 0;
}

ul#mainMenu li.hasSub:hover ul.subMenu{
	display: block;
}

ul#mainMenu li.hasSub ul.visible{
	display: block;
}

ul#mainMenu li.hasSub ul.subMenu li{
	float: left;
	background: #fff url(../images/bullet.gif) no-repeat left center;
	padding: 0 19px 0 28px;
}

ul#mainMenu li.hasSub ul.subMenu li.first{
	background-image: none;
	padding-left: 0;
}

ul#mainMenu li ul li a{
	display: inline;
	text-indent: 0;
	background-image: none;
	background-color: transparent;
	color: #666;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none;
}
ul#mainMenu li ul li a:hover,ul#mainMenu li ul li a:focus{
	color: #d83c3c;
}

ul#mainMenu li ul li a.active{
	color: #2F2F2F
}
ul#mainMenu li ul li a.active:hover,ul#mainMenu li ul li a.active:focus{
	color:#000;
}

/*kapcsolati form*/

div.rightCol label{
	display: block;
	margin: 0 0 3px 0;
	vertical-align: bottom;
	cursor: pointer;
}

span.inputBg input{
	margin: 0;
	padding:0;
	border: none;
	width: 170px;
	height: 18px;
	padding: 0 0 0 10px;
	background:transparent;
	font: normal 12px Helvetica, Arial, sans-serif;
}

span.inputBg{
	display: block;
	width: 193px;
	height: 22px;
	background: transparent url(../images/inputbg.png) no-repeat 0 0;
}

input.submitButton{
	color: #666;
	text-transform: uppercase;
	font: bold 16px 'Century Gothic', Gothic, Trebuchet MS, Lucida, Verdana, Arial, sans-serif;
	background: transparent;
	border: 0px solid transparent;
	cursor: pointer;
}

div.shadowContainer{
	width: 378px;
	height: auto;
}

div.topShadow{
	width: 378px;
	height: 4px;
	background: transparent url(../images/textbox_top.png) no-repeat 0 0;
}

div.txtbContainer{
	width: 378px;
	height: 178px;
	background: transparent url(../images/textbox_bg.png) repeat-y 0 0;
}

div.txtbContainer textarea{
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	font: normal 12px Helvetica, Arial, sans-serif;
	width: 358px;
	height: 158px;
	padding: 10px;
}

div.bottomShadow{
	width: 378px;
	height: 12px;
	background: transparent url(../images/textbox_bottom.png) no-repeat 0 0;
}
