html, body {width: 100%; margin: 0; padding: 0;}

body {
	margin: 8px auto;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
 	background-color: #fff;
	text-align: center;
}
a:link, a:visited, a:active {
	text-decoration : underline;
	color: #b07329;
	font-weight: bold;
	cursor: hand;
}
a:hover {
	color: #990000;
	text-decoration:underline;
	cursor: hand;
}
h1 {
	color: #a16926;
	padding: 0 0 8px;
	margin: 0 1px;
	font-size: 20px;
	font-weight: bold;
	font: bold 21px Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 13px;
	color: #2F4C45;
	margin: 20px 0 3px 0;
	font-weight: bold;
	padding: 3px 0 5px 0;
	text-transform: uppercase;
}
p {
	color: #555;
	margin: 0 0 10px 0;
	text-align: left;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#wrapper {
	margin: 0px auto;
	padding: 0;
	width: 780px; 
	text-align: left;
}
	
html>#wrapper {
	width: 780px;
	padding: 0;
	margin:0;
}
#top {
	position: relative;
	width: 778px; height: 40px;
	margin: 0px auto;
	text-align: right;
	font-size: 11px;
}
a#logo {
	position: absolute;
	top: 0px; left: 0px;
	width: 132px; height: 38px;
	background: url('../../img/top_bg.gif') no-repeat scroll left top;
	z-index: 100;
}
#header {
	width: 778px; height: 173px;
	margin: 0px auto;
	border-top: 5px solid #a16926;
	text-align: right;
	background: #ffffff url('../img/header_bg.gif') repeat-x scroll left top;
}
	#headerImg {
		float: right;
		width: 528px; height: 170px;	
		background: url('../img/header_image.jpg') no-repeat scroll left top;
	}	

	#nav {
		float: right;
		width: 196px; height: 173px;
		margin: 0; padding: 0;
		background-color: #ffffff;
		font: 10px Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}
	#nav ul {
		border: 0;
		margin: 0 7px 0 7px; ;
		padding: 0;
		list-style-type: none;
		text-align: left;
		clear: left;
	}
	#nav ul li {
		display: block;
		text-align: left;
		padding: 0;
		margin: 0;
		text-indent: 23px;
	}
	#nav ul li a {
		display: block;
		background: #fff url(../img/button_bg.gif) top left no-repeat; 
		width: 182px;
		height: 2.2em;
		border-top: 0;
		padding: 0;
		margin: 0;
		color: #3B443C;
		text-decoration: none;
		text-align: left;
		line-height: 2.1em; 
		font-size: 11px;
	}
	html>#nav ul li a  {
		font-size: 11px;
	} 
	#nav ul li a:hover {
		color: #161917;
		background: #fff url(../img/button_bg_hover.gif) top left no-repeat;
		border-top: 0px;
	}
	#nav .special {
		padding: 3px 0 2px 0;
	}
	#nav li a.special {
		display: block;
		width: 182px; height: 41px;
		line-height: 1.5em !important;
		background: url('../img/button_bg2.gif');
		background-position: 0 0 !important;
		background-repeat: no-repeat;
	}
	#nav li a:hover.special {
		background: #fff url(../img/button_bg2_hover.gif) top left no-repeat;
	}	
#left {
	float: left;
	width: 249px;
	padding: 24px 0;
	margin: 0;
	font-size: 11px;
	text-align: left;
}
	h3 {
		font-size: 11px;
		color: #2F4C45;
		margin: 20px 0 3px 0;
		font-weight: bold;
		padding: 3px 0 10px 0;
		margin: 0 0 10px 0;
		text-transform: uppercase;
	}
	#novinky p {
		display: block;
		padding: 0; margin 0;
		color: #A16926;
		padding: 5px 0 5px 8px;
		border-left: 1px solid #bbb;
		font: normal 11px Verdana, Arial, Helvetica, sans-serif;
		line-height: 1.4em;
	}
	#novinky a {
		display: block;
		text-decoration: none;
		cursor: hand;
	}
	#novinky a:hover {
		display: block;		
		border: 0;
		text-decoration: none;
		background-color: #f8f8f8;
	}
	#novinky .headernews {
		color: #a7a7a7;
		font: normal 11px Verdana, Arial, Helvetica, sans-serif;	
	}
	#submenu {
		width: 100%;
		padding: 0 0 1em 0;
		margin-bottom: 1em;
		color: #333;
	}
	#submenu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}
	#submenu li {
		margin: 0;
		border-bottom: 1px solid #F8F8F8;
	}
	#submenu li a {
		display: block;
		border-bottom: 1px solid #F8F8F8;
		padding: 5px 5px 5px 20px;
		color: #666666;
		text-decoration: none;
		width: 100%;
	}

	html>body #submenu li a {
		width: auto;
	}

	#submenu li a:hover {
		background-color: #F8F8F8;
		color: #A16926;
		border-bottom: 1px solid #F8F8F8;
	}	
	
	
	

#right {
	position: relative;
	float: left;
	width: 528px;
	margin: 0;
	padding: 24px 0;
	text-align: left;
}
	#content {
		margin: 0 0 0 10px;
		padding: 5px 5px 5px 0px;
	}
	#content a:link, #content a:visited, #content a:active {
		text-decoration : underline;
		color: #b07329;
		font-weight: bold;
	}
	#content a:hover {
		color: #990000;
		text-decoration:underline;
	}
#footer {
	clear: both;
	height: 30px;
	border-top: 2px solid #a16926;
	background: #ffffff url('../../img/footer_bg.gif') repeat-x scroll left top;
	padding-top: 8px;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #737373;
}


table {
	font-size: 11px;
	margin: 10px 2px 0px 0;
	color: #666666;
	line-height: 2.0em;
}
	td.hlavicka {
		font-size: 11px;
		font-weight: bold;
		border-bottom: 1px solid #5d5d5d; 
		color: #c71414;
		padding-bottom: 3px;
		text-align: right;

	}
	td.obrazek {
		width: 180px;
		text-align: left;
	}
	td.title {
		font-size: 11px;
		width: 80px;
		padding-right: 5px;
		color: #1c3553;
		vertical-align: top;
	}	
.error {
	color: #C71414;
}
.floatText {
	float: right;
	display: block;
	width: 110px;
	min-height: 70px;
	margin: 0 5px 0 10px;
	padding: 8px 5px 8px 5px;
	text-align: center;
}
#flags-switch {
	position: absolute;
	top: 8px; right: 0;
	width:100%;
	margin: 0; padding: 0; 
	text-align: right;
}

