html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
}

a, a:visited, a:link {
	color:#aaa ;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: red;
}

#header {
	//width: 100%;
	//position:fixed; 
	top:0px;
	height: 150px;
	background-color: #eee;
	z-index: 100;
	border-bottom: 1px solid #ccc;	
}

#headerLogo {
	//background-image: url("../images/Logo_antal_small.png");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	float: left;
	width: 2%;
	height: 140px;
}

#headerMenu {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
//	float: left;
	text-align: center;

}

#headerMenu a {
	width: 20%
	padding-left: 0px;
	padding-right: 5px;
	font-weight: bold;
}


#headerLang {
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}

#headerLang img{
        width: 40px;
}

#mainLanguage {
	margin-top: 20px;
	text-align: center;	
	font-size: 24px;
	cursor: pointer;
}

#mainLogo {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	cursor: pointer;
}

#mainLogo img {
	width: 100%;
}


.content {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;	
	width: 100%;
}

.contentSpanRolunk {
	width: 90%;
	padding-left:0px;
}

.contentSpanCert {
	width: 50%;
}

.contentSpanContact {
	width: 60%;
}

.contentSpanMunkak {
	text-align: center;
}

.contentSpan {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	line-height: 1.6;
	padding-left:15px;
	text-rendering: optimizeLegibility;	
}

.contentSpan > br{
	clear: left;
}

.designator {
	color: #222222;
	height: 40px;
	width: 100%;
	padding-top: 13px;
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	clear: both;
	margin-bottom: 10px;
}

.imgRolunk {	
	z-index: 99;
	display: inline;
	float: left;	
	width: 25%;
	min-width: 300px;
	margin-bottom: 10px;	
	filter: grayscale(100%) contrast(130%);
	-webkit-filter: grayscale(100%) contrast(130%);
}

.imgRolunk:hover {	
	cursor: pointer;
	filter: grayscale(0%) contrast(130%);
	-webkit-filter: grayscale(0%) contrast(130%);
}

.imgModell {	
	z-index: 99;
	display: inline;
	float: left;	
	width: 25%;
	min-width:300px; 
	margin-bottom: 10px;	
	filter: grayscale(100%) contrast(130%);
	-webkit-filter: grayscale(100%) contrast(130%);
}

.imgModell:hover {	
	cursor: pointer;
	filter: grayscale(0%) contrast(130%);
	-webkit-filter: grayscale(0%) contrast(130%);
}

.imgSzobrok {	
	z-index: 99;
	display: inline;
	float: left;	
	width: 33%;
	margin-bottom: 10px;	
	filter: grayscale(100%) contrast(130%);
	-webkit-filter: grayscale(100%) contrast(130%);
}

.imgSzobrok:hover {	
	cursor: pointer;
	filter: grayscale(0%) contrast(130%);
	-webkit-filter: grayscale(0%) contrast(130%);
}

.imgWorks {	
	z-index: 99;
	//width: 20%;
	height: 300px;
	max-width:300px;
	margin-bottom: 10px;	
	filter: grayscale(100%) contrast(130%);
	-webkit-filter: grayscale(100%) contrast(130%);
}

.imgWorks:hover {	
	cursor: pointer;
	filter: grayscale(0%) contrast(130%);
	-webkit-filter: grayscale(0%) contrast(130%);
}

#contentRolunk {
	width: 100%;
	padding: 10px;
	text-align: center;
	color: #666;
}

.submenuLabel {
	font-size: 14pt;
	width: 20%;
	min-width: 350px;
	font-weight: bold;
	color: #666;
	float: left;	
}

.submenuContent {
	font-size: 12pt;
	width: 85%;
	font-weight: normal;
	float: left;
	text-align: justify;
}

.submenuContentRight {
        font-size: 12pt;
        width: 77%;
        font-weight: normal;
        float: left;
        text-align: justify;
}


#imageCertificateEN {
	background-image: url("../images/certificate01.png");
	background-repeat: no-repeat;
	width: 50%;
	height: 500px;
	float: left;
}

#imageCertificateSR {
	background-image: url("../images/certificate02.png");
	background-repeat: no-repeat;
	width: 50%;
	height: 500px;
	float: left;
}

#contentContact {
	width: 30%;
	float: left;

}

#contentMap {
	width: 50%;
	float: left;
}

.hidden {
	display: none;
}