@charset "utf-8";
/***************STRUCTURE***************************/
/*Reset*/
* {
margin:0;
padding:0;
}

body {
	min-width:640px;
	background-image: url(images/pozadi/1.png);
	background-attachment: fixed;
	background-position: 0px 0px;
	
}
/* Absolute positioned header for all browsers*/

/* Reset header position to fixed for real browsers such as Firefox*/
body>#header-wrapper {
	position:fixed;
}

#header {
	height:6em;
	width:960px;
	margin:0 auto;
	z-index:0;
}
body>#content-wrapper {
	margin-left:0;
}



#footer-wrapper {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:40px;
	background-attachment: fixed;
	background-image: url(../images/pozadi_vdole.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#footer-wrapper {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:40px;
	background-attachment: fixed;
	background-image: url(../images/pozadi_vdoleie6.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

body>#footer-wrapper {
	position:fixed;
}

#footer {
	width:100%;
	height:40px;
	margin:0 auto;
	background-image: url(../images/pozadi_vdole.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}




/***************STYLE***************************/


#header
{
	color:#000;
	
	
}
#footer {


	color:#fff;
}


#content img {
	margin: 5px;
}
#footer p {
	margin:0 0 0 5px;
	padding:0;
}

#content #menu {
	height: 90px;
	width: 90px;
	background-color: #03C;
	position: relative;
	border: thin dotted #000;
	float:left;
	visibility: visible;
	left:-90px;
	
}

#levemenu {
	z-index:1;
	width: 152px;
	overflow:hidden;
	float:left;
	background-color:#F7A239;
	text-align: left;
}

#pravemenu {
	z-index:1;
	width: 149px;
	overflow:hidden;
	float:right;
	
	
	
}
#hledej {
	height: 12px;
	width: 79px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	font-size:10px;
}
