*{
	margin: 0;
	padding: 0;
	behavior: url(../hover.htc);
}

body{
	/*Samotne telo stranky*/
	margin: 0px 0 20px 0;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	background: #f0f0f0;
		
}
#content{
	position: relative;
	margin: auto;
	width: 988px;
	text-align: left;
	border: 2px solid #7e7e7e;
	background: #ffffff url('../layout/topbg.gif') repeat-x 0% 1px;
	padding-top: 60px;
}

h1#topheading{
	position: absolute;
	top: 17px;
	right: 35px;
	font-size: 2.0em;
	color: #2f2f2f;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: Arial;
}

a#logo{
	position: absolute;
	top: 14px;
	left: 50px;
	display: block;
	width: 214px;
	height: 30px;
	background: url('../layout/logo.gif') no-repeat 0% 0%;
}

ul#topmenu{
z-index: 2;
	position: relative;
	width: 948px;
	height: 31px;
	padding: 19px 0 0 40px;
	background: url('../layout/menubg.jpg') no-repeat 0% 0%;
	list-style: none;
	font-size: 1.1em;
}
ul#topmenu li{
	float: left;
	display: block;
	padding: 0 15px;
	position: relative;
}
ul#topmenu li a{
	display: block;
	float: left;
	height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
ul#topmenu li a:hover{
	color: #dedede;
	text-decoration: underline;
}

ul#topmenu li ul{
	position: absolute;
	display: none;
	left: 15px;
	top: 20px;
	border: 1px solid #e0e0e0;
	
	background: #ffffff;
	padding: 5px 20px;
	width: 120px;
	z-index: 5;
}
ul#topmenu li:hover ul, ul#topmenu li.hover ul{
	z-index: 5;
	display: block;
}
ul#topmenu li ul li{
	display: block;
	float: left;
	width: 100%;
	padding: 0 0;
	margin: 0;
		font-size: 0.9em;
}
ul#topmenu li ul li a{
	display: block;
	float: left;
	width: 100%;
	color: #999999;
	border-bottom: 1px solid #f0f0f0;

	font-weight: normal;
	padding: 2px 0;
	margin: 0;
	height: auto;
	text-decoratioN: none;
}
ul#topmenu li ul li a:hover{
	color: #444444;
}

ul#topmenu li ul li.section{
	font-weight: bold;
	color: #f00000;
	padding: 2px 0;
}
	
p#footer{
	position: relative;
	height: 27px;
	width: 973px;
	background: #ffffff url('../layout/footerbg.gif') repeat-x 0% 0%;
	overflow: hidden;
	padding: 15px 0 0 15px;
	font-size: 1.3em;
	letter-spacing: -0.5px;
	font-family: Arial;
	color: #444444;
}


p#footer strong{
	padding: 0 0 0 15px;
	color: #ff142b;
	font-weight: normal;
}

a#footerlogo{
	position: absolute;
	top: 11px;
	right: 44px;
	display: block;
	width: 149px;
	height: 21px;
	background: url('../layout/logo_bottom.gif') no-repeat 0% 0%;
}


hr, a#logo span, a#footerlogo span, div#main span{
	display: none;
}

#copy{
	padding: 10px 0;
	margin: auto;
	width: 988px;
	text-align: right;
}
#copy a{
	color: #f90000;
}
#copy a:hover{
	color: #444444;
}

.formleft{
	width: 250px;
	float: left;
}

.formleft input{
	margin: 2px 0px;
	width: 100px;
	float: left;
	border: 1px solid #444444;
}

.formleft label{
	padding: 2px 0;
	display: block;
	width: 80px;
	float: left;
}
.formleft select{
	padding: 2px 0;
	display: block;
	width: 100px;
	float: left;
}
.formleft input.s{
	width: 60px;
}
.odeslat{
	width: 100px;
	background: #f5f5f5;
	border: 1px solid #444444;
}

#okno{
	padding: 25px;
	font-size: 11px;
	color: #444444;
	line-height: 150%;
	text-align: left;
}
#okno h1{
	color: #f90000;
	font-size: 16px;
	margin: 0 0 10px 0;
}
#prolinky{font-size: 12px;} 
#prolinky a{color: #FF142B; text-decoration: none;}
#prolinky a:hover{color: #FF142B; text-decoration: underline;}

