/*COMMON*/
body {
	margin:0;
	padding:0;
	font-family: Georgia,Times New Roman, Times, serif;
	color:#000000;
	background-color:#FFFFFF;
	min-width:1000px;
	padding-left:10%;
	background-image: url(images/headern.jpg);
	background-repeat: no-repeat;
}
html, body {
	height:100%;
}
table, img {
	border:0;
}
/*MAIN*/
#mainWrapper {
	position:relative;
	min-height:100%;
	
}
* html #mainWrapper, * html #footer {
width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'100%');
}
* html #mainWrapper {
	height:100%;
}
/*//MAIN*/


/*FOOTER*/
.mainSpacer {
	height:70px;
}
#footWrap {
	height:70px;
}
#footer {
	position:relative;
	margin:-47pt 0 0;
	height:47pt;
	z-index:200;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;

}
#footer3 {
	height:47pt;
	font-size:10pt;
}
/*//FOOTER*/
#footer3 a {
	height:20pt;
	color: #3b9f2b;
}
#footer3 a:hover {
	height:20pt;
	color: #dd6bcd;
}
#header {
	height: 324px;
	width: 100%;
}
#menu {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin-right:5%;
}
a {
	color: #990000;

}
a:hover {
	color: #CC3300;
}

#content {
line-height:16pt;
	margin-top: 15pt;
	margin-right: 4%;
	width: 90%;
}
#mainWrapper #content .podpis {
font-style:italic;
font-size:11pt;
margin-top:3pt;
margin-bottom:32pt;
}

#mainWrapper #content .dates{
	color: #a8aaab;
	font-size: 10pt;
	margin-bottom: 7pt;
}
#mainWrapper #content a {
	color: #3b9f2b;
}
#mainWrapper #content a:hover {
	color: #dd6bcd;
}
#mainWrapper #content a:visited {
	color: #adadad;
}
#headcontact {
	font-size: 11pt;
	position: absolute;
	top:35px;
	right: 5%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	
}
#mainWrapper #header #headcontact a {
	color: #3b9f2b;
}
#mainWrapper #content .contHead {
	font-size:18pt;
	font-weight: bold;
	margin-bottom: 5pt;
	line-height: 25pt;
}
#mainWrapper #content .contCont {
	font-size: 12pt;
	color: #333333;
	margin-bottom: 25pt;
	width: 500pt;
}
#menu a {
	color: #FFFFFF;
}
#menu a:hover {
	color:#000000;
}


