html,body{
	margin: 15px;
	padding: 0;
}

body{
	font: 76% verdana,sans-serif;
	text-align: center;
	background: White url(img/backgrounds/blue_fade.png) repeat-x fixed top;
	color: #333;
}

div#header p{
	margin: 0;
	padding: 10px;
}

div#container{
	text-align: left;
}

div#content p, div#content table{
	margin: 0 30px 10px 30px;
	line-height: 1.4;
}

div#content h2, div#content h1{
	margin: 0 30px 10px 30px;
	font: 2em verdana,sans-serif;
	color: #0077CD;
}

div#content p + h2{
	margin-top: 30px;
}

div#content h3{
	margin: 20px 30px 2px 30px;
	font: bold 1.25em verdana,sans-serif;
}

div#content a{
	color: #0077CD;
}

div#content a:hover{
	color: #D50000;
}

.formrow{
	display: block;
	width: 150px;
	float: left;
}


input, select, option, textarea{
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

div#navigation{
	background: White;
}

div#footer{
	background: White;
}

div#footer p{
	text-align: center;
	margin: 40px 50px 0 50px;
	color: #CCC;
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 5px;
	font-size: 90%;
}

div#container{
	width: 900px;
	margin: 0 auto;
	background: White;
}

div#content{
	float: left;
	width: 650px;
}

div#navigation{
	float: right;
	width: 250px;
}

div#footer{
	clear: both;
	width: 100%;
}

div#language{
	position: relative;
	left: 800px;
	top: -290px;
	width: 100px;
}

div#language img{
	margin-right: 2px;
}

div.sidebox{
	width: 240px;
	background: #B5D0E5;
	background-image: url(img/backgrounds/sidebox.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-bottom: 20px;
	min-height: 140px;
}

.hovermenu{
	background: url(img/backgrounds/menu.png) no-repeat center;
	margin-bottom: 10px;
}

.hovermenu ul{
	font: bold 13px verdana, sans-serif;
	padding: 0;
	padding-left: 50px;
	margin: 0;
	height: 25px;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
}

.hovermenu ul li a{
	padding: 4px 1em;
	text-decoration: none;
	float: left;
	color: black;
	border-left: 1px solid White;
	border-right: 1px solid White;
}
	
.hovermenu ul li a.vybrana, .hovermenu ul li a:hover{
	background-color: #FFE271;
}

#footer a {
	text-decoration: none;
	color: #CCC;
}

.sidebox p.title {
	font: bold 13px verdana, sans-serif;
	color: black;
	line-height: 25px;
	text-align: center;
}
#mailing{
	background-image: url(img/backgrounds/sidebox_let.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: center;
}

table.ceny {
	width: 450px;
	border: 2px solid White;
}

.ceny td {
	background-color: #F5F5F5;
	border-color: White;
	padding: 3px;
}

.images {
	text-align: center;
}

.images img {
	border: none;
	margin: 1px;
}

#scroller{
	height: 100px;
	padding: 10px;
}