@charset "utf-8";
/* CSS Document */

	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	width: 981px;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	div#maindiv {
	width: 981px;
	background-image: url(images/zlatajesen_21.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	}
	div#header {
		height: 220px;
		width: 981px;
		position: relative;
		left: 0px;
		top: 0px;
	}
	div#header div#language-switch {
		position: absolute;
		left: 774px;
		top: 6px;
		color: #8f8f8f;
		text-align: right;
		width: 206px;
	}
	div#language-switch a {
		color: #242021;
		text-decoration: none;
	}
	div#language-switch a:hover {
		text-decoration: underline;
	}	
	div#header a {
	}
	div#topmenu {
		height: 54px;
	}
	div#footer {
		height: 59px;
		background-image: url(images/podstranka_15.jpg);
		background-position: left bottom;
		background-repeat: no-repeat;
	}
	.odklik-1 {
		color: #aaaaaa;
		font-size: 12px;
		text-decoration: none;
	}
	.odklik-1:hover {
		text-decoration: underline;
	}
	.odklik-2 {
		color: #369a0e;
		text-decoration: none;
		font-weight: bold;
	/*	font-size: 12px;	*/
	}
	div {
		text-align: left;
	}

	img {
		border: none;
	}
	.contactform td {
		padding: 2px 0 2px 0;
	}
	.contactform input, .contactform textarea, .contactform select, .contactform option {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		border: solid 1px #5b5e57;
	}
	.contactform .selectbox {
		width: 302px;	
	}

<?php if(strpos($_SERVER['HTTP_USER_AGENT'], "MSIE") > -1){ ?>	
	.contactform .selectbox {
		width: 304px;	
	}
<?php } ?>	
	#offer {
		padding: 0 5px 0 9px;
	}
	#offer p {
	padding: 0 0 0 18px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	.content a {
		color: #000000;
		text-decoration: underline;
	}
	.content a:hover {
		text-decoration: none;
	}
	.content h1 {
		background-color: #FFFFFF;
	}
	.content strong, .content b {
		/*color: #ffcc00;*/
		color: #009a0e;
	}
	.content {
		margin: 0px 8px 13px 8px;	
		text-align: justify;
	}
	.content h1, .content h2,.content h3 {
		margin: 0;
		padding: 0;
	}  
	.content h1 {
		line-height: 39px;
		font-size: 12px;
		text-transform: uppercase;
		color: #266a44;
	}
	.content h1, .content p, .content h2 {
		padding: 0 8px 0 8px;
	}
	.content h2 {
		color: #276b46;
		font-size: 12px;
	}
	
/*	horne menu	*/	
#menu-items {
	line-height: 54px;
	padding-top: 2px;
}
#menu-items a {
	font-size: 11px;
	text-transform: uppercase;
	color: #0b5028;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 48px;
	padding: 0 auto 0 auto;	
	width: 150px;
	float: left;
}
#menu-items a:hover {
	background-color: #ffe400;
}
#menu-items a.itemSelected {
	font-size: 11px;
	text-transform: uppercase;
	color: #0b5028;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 48px;
	padding: 0 auto 0 auto;	
	width: 129px;
	float: left;
	background-color: #ffe400;	
}

.advertisement { padding: 5px 0 5px 0; clear: both; }