body	{
	cursor: default;
	padding: 0.5em;
	margin-right: 157px;
	background: #333333 url('bg.jpg') no-repeat fixed top center;
}
#logo {
	background: transparent url('logo.jpg') no-repeat top center;
	width: 690px;
	height: 110px;
	margin: auto auto;
} 
#kontejner {
	display: block;
	margin: auto auto;
	width: 690px;
	background-color: #fff;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	text-align: justify;
}
#menu {
	width: 630px;
	overflow: hidden;
	height: 35px;
	background-color: #000;
	padding-left: 30px;
	padding-right: 30px;
}
#menu ul , #submenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#menu ul ul {
	display: none;
}
#menu ul li, #submenu ul li {
	float: left;
	width: auto;
	margin: 0.3em 0;
}
#menu ul li.posledni {
	float: right;
}
#menu a:link, #menu a:visited {
	display: block;
	text-decoration: none;
	font-size: 1em;
	padding: 0px 8px;
	color: #fff;
	height: 35px;
	line-height: 30px;
}
#menu a.selected:link, #menu a.selected:visited {
	color: #00CCFF;
}
#menu a:hover, #menu a:active {
	color: #00CCFF;
	background-color: transparent;
}
#submenu {
	width: 630px;
	height: 22px;
	line-height: 22px;
	background: #ff9900 url('submenu.jpg');
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}
#submenu a:link, #submenu a:visited {
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	padding: 0px 8px;
	color: #000;
	position: relative;
	top: -5px;
}
#submenu a:hover, #submenu a:active {
	color: #fff;
	background-color: transparent;
}
#submenu a.selected:link, #submenu a.selected:visited {
	color: #fff;
}
#sloupecek a:hover, #sloupecek a:active {
	color: #00CCFF;
}
#sloupecek a:link, #sloupecek a:visited {
	color: #ccc;
}
.sipka {
	background: transparent url('sipka.gif') no-repeat center 27px;
}
#text {
	padding: 2em 40px 4em 40px;
}
#paticka {
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 0.8em;
	margin-top: 2em;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #000;
}
#sloupecek {
	position: absolute;
	top: 145px;
	right: 0.5em;
	width: 100px;
	z-index:0;
	overflow: hidden;
}
#sloupecek p {
	color: #ccc;
	text-align: center;
}
#sloupecek a:hover {
	background-color: transparent;
}
#sloupecek img {
	width: 60px;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
#sloupecek a:hover img, #sloupecek a:active img, a.img:hover {
	background-color: transparent;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
#menu .posledni a {
	background-color: transparent;
	position: relative;
	top: 7px;
}
input.email {
	width: 200px;
}
