body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004080;
	text-align: center;
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	background-color: white;
	margin: 0; padding: 0; 
} 

	
	
}

#header {
	position:absolute;
	top: 4px;
	/* left: 4px; */
	/* left: 11%; */
	width: 776px;
	height: 111px;
	background-color: transparent;
	/* background-image: url("obrazky/head2.jpg"); */
	border: 2px solid #000000;
	border-bottom: 0px none;
	overflow: visible;

}

#celok {
	position: relative;
	top: 4px;
	/* left:0px; */
	/* float: left; */
	height: auto;
	text-align:center;

	/* background-color: #E1EDFF; */ 
  background-color: rgb(232,240,255);
	width: 776px;

	border: 2px solid #000000;
  border-bottom:none; 


	/* border: 1px solid green; */
	background-image: url("obrazky/left.jpg");
	background-repeat: repeat-y;
	background-position: -2px;
	
	margin:1em auto; 

  
	
}

#menu { position:relative;
	float: left;
	width: 179px;
	height: 100%;
	top: 16px;
	left: 10px;
  /* border:1px solid green; */
	text-align:left;
	display:Block;

}

#main {
	float:left;
	position: relative;
	width: 590px;
	height: auto;
	top: -35px;
	/* left:10px; */
	overflow: hidden;
		display:Block;
	/* padding-left:10px; */
	/* clear: none; */



}

#foot {
	position: relative;
	float: left;
	width: 776px;
	height: 35px;
	background-color: #004080;
	border-bottom: 2px solid black;
	border-top: 2px solid black;

	text-align: center;
	color: #0099CC;
	font-size: 10px;
}

.searchbox {

	background-color: #B9D3FF;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 150px;
	border: 1px solid #004080;
	padding: 3px;
	overflow: hidden;

}

.btn {
	background-color: #B9D3FF;
	border: 1px #004080;
	color: #004080;
	font-size: 12px;
	width: 145px;
	height:20px;
}


.adminmessage {
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: red;
	background-color: #B9D3FF;
	text-align: left;

	border: 1px solid #004080;
}
