/****************************************************************************************/
/********************************** Global styles ***************************************/
/****************************************************************************************/
body
{
	font-family: Tahoma;
	font-size: 10pt;
	background-color: rgb(249,242,226);
}
a
{
	text-decoration: none;
}
a:visited
{
	color:rgb(129,128,74);
	font-weight:bold;
}
a:link
{
	color:rgb(129,128,74);
	font-weight:bold;
}
a:hover 
{
	color:Red;
}
div#title
{
	width:100%;
	text-align:left;
}
/****************************************************************************************/
/************************************ Page styles ***************************************/
/****************************************************************************************/
#page
{
	text-align: center;
}
#banner
{
	margin: auto;
	text-align: left;
	background-image: url("res/banner.jpg") ;
	height: 150px;
	width: 800px;
}
#mid
{
	margin: auto;
	padding-top: 10px;
	width: 800px;
	min-height: 400px;
}
#left_menu
{
	text-align: left;
	width: 160px;
	float: left;
}
#content
{
	text-align:center;
	background-color: transparent;
	width: 640px;
	float: left;
	padding-bottom:20px;
}
#content h3
{
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:black;
}
#footer
{
	margin: auto;
	text-align: center;
	background-image: url("./res/stopka.jpg") ;
	background-repeat: no-repeat;
	height: 30px;
	width: 600px;
}
#hr
{
	border-top: solid 2px rgb(129,128,74);
	width:600px;
	margin: auto;
	text-align: center;
	clear: both;
}
/****************************************************************************************/
/************************************ Left menu styles **********************************/
/****************************************************************************************/
#menu_box
{
	position:relative;
	padding-top:10px;
	background-image: url("res/tlo.png");
	width:100%;
	height: 590px;
	margin:auto;
	text-align:center;

}
#menu_box a
{
	margin:auto;
	display:block;
	width:150px;
	height:35px;
	text-decoration: none;
	text-align:center;
	background: url("res/menu_btn1.jpg") no-repeat;
	color: rgb(129,128,74);
}
#menu_box a:hover
{
	background-image: url("res/menu_btn.jpg");
}
#menu_box a p
{
	position:relative;
	top:5px;
	left:5px;
	display:inline;
}
#menu_box form
{
	bottom:0;
}
#menu_box a.banner
{
	background: none;
}
#menu_box a.banner:hover
{
	background: none;
}
/****************************************************************************************/
/******************************* Admin menu styles **************************************/
/****************************************************************************************/
#top_menu
{
	text-align: left;
	background-image: url("res/tlo.png");
	height: 40px;
	width: 100%;
}

/****************************************************************************************/
/******************************* Login box styles ***************************************/
/****************************************************************************************/
#login_box
{
	position:absolute;
	bottom:96px;
	left:5px;
	margin: auto;
	text-align:center;
	display:block;
	width:150px;
	border: solid 1px black;
	background-color:rgb(222,222,198);
}
#login_box label
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: rgb(129,128,74);
}

#login_box input
{
	width:144px;
	font-family: Verdana;
	font-size: 8pt;
}
#login_submit
{
	width:144px;
	font-family: Verdana;
	font-size: 8pt;
	margin-top:5px;
	margin-bottom:5px;
	height:26px;
}

#login_err
{
	text-align:center;
	margin: auto;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color:Red;
	padding:4px;
}
/****************************************************************************************/
/********************************* Counter styles ***************************************/
/****************************************************************************************/
#counter
{
	position:absolute;
	bottom:5px;
	left:33px;
	margin: auto;
	text-align:center;
	display:block;
}
/****************************************************************************************/
/******************************** Info box styles ***************************************/
/****************************************************************************************/
.info_label
{
	text-align:center;
	margin:4px;
	font-family: Verdana;
	font-size: 8pt;
	color: rgb(129,128,74);
}
/****************************************************************************************/
/******************************** Text box styles ***************************************/
/****************************************************************************************/
#txt_box
{
	font-family: Verdana;
	font-size: 10pt;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}

#txt_box div
{
	text-indent:2em;
	text-align:justify;
	text-justify:inter-words;
}

