@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color:#666;
	
	background-image:url(images/bckgBody.jpg);
	background-repeat: repeat-x;
	
	background-color:#f6fcf4;
	
	margin: 0px;
	padding: 0px;
}


#bodyContainer {
	width: 805px;
	margin: 0 auto;
	margin-top: 18px;
	
}

#topContainer {
	width: 805px;
	height: 150px;
	background-image: url(images/bckgTop.jpg);
	float:left;
}	

#mainContainer {
	width: 645px;
	padding: 30px 80px 10px 80px;
	background-image: url(images/bckgMiddle.jpg);
	background-repeat: repeat-y;
	float: left;
	text-align: left;
}


#footerContainer {
	width: 805px;
	height: 40px;
	background-image: url(images/bckgBottom.jpg);
	float:left;
	text-align: center;
}





.homeLink {
	float: left;
	width: 280px;
	height: 70px;
	
/*	background-color: #0C3;*/
	
	margin-top: 75px;
	margin-left: 25px;
	_margin-left: 12px;
}

.homeLink span {
	visibility: hidden;
	display: none;
}


h1 {
	font-size: 20pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#039;
	font-weight: normal;
	text-align: center;
}


h2 {
	center;
	font-size: 15pt;
	color:#9C0;
	font-weight:bold;
	margin-bottom: 0.2em;
	margin-top: 1em;
}


h3 {
	font-size: 15pt;
	color:#9C0;
	font-style:oblique;
	font-weight:bold;
	text-align:center;
	margin-bottom: 0.2em;
	margin-top: 1em;
}

h4 {
	font-size: 16pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#039;
	font-weight: normal;
	text-align: center;
}

h5 {
	font-size: 15pt;
	font-weight:bold;
	text-align:center;
}
h6 {
	font-size: 8pt;
	font-weight:normal;

}

table {
border-collapse:collapse;	
}



input, textarea {
	border: none;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #999;
	border-top: 1px solid #999;	
}

.submitButon {
	border: none;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;	
}


.error {
	color:#C00;	
}
kurziva {
	font-style: italic;
}
#bodyContainer #footerContainer a {
	color: #808080;
}
#bodyContainer #mainContainer p {
	font-style: italic;
}
#bodyContainer #mainContainer p {
	font-style: normal;
}
.objednavka {
	color: #FF8040;
}

