/* CSS Document */

body
{
	text-align: center;
	background-color: white;
	background-image: url(../_img/bg.png);
	margin : 0px 0px 0px 0px;
	padding : 0px 10px 0px 10px;
	font-family: "Times New Roman", Times, serif;	

}


h1
{
	text-align: center;
	/*font-family: "MS Sans Serif", Geneva, sans-serif;*/
	font-family: "Times New Roman", Times, serif;	
	font-size: 1.6em;
	/*color: #505030;*/
}

h2
{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

h3
{
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 22px 0px 0px 0px;
	padding: 0px;
	line-height: 100%;
}

a.clanek_local_odkaz
{
	color: #000080;
	text-decoration: none;
}
a.clanek_local_odkaz:visited
{
	color: #000080;
	text-decoration: none;
}

a.clanek_mimo_odkaz
{
	color: #000080;
	text-decoration: none;
}
a.clanek_mimo_odkaz:visited
{
	color: #000080;
	text-decoration: none;
}

div.body
{

	background-color: #FDFDFC;
	background-image: url(../_img/background.png);
	width: 800px;
	text-align: center;

	margin : auto;
	padding : 0px 0px 0px 0px;
	

}

div.body_up
{
	width: 750px;
	height: 50px;
	margin: auto auto 10px auto;
	padding: 10px 0px 0px 0px;
	text-align: center;
	/*background-color: #FAFAE0;*/
	border-bottom: silver solid 1px;
}

div.body_left
{
	float: left;
	width: 150px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
/*	border-right: silver solid 1px;*/
}

div.body_left_counter
{
	width: 120px;
	text-align: left;
	margin: 10px 10px 50px 30px;
	padding: 0px 0px 0px 0px;
	border-right: silver dashed 1px;
}

div.body_left_menu
{
	width: 120px;
	text-align: left;
	margin: 10px 10px 50px 30px;
	padding: 0px 0px 0px 0px;
	border-right: silver dashed 1px;
}
div.w3c
{
	width: 120px;
	text-align: left;
	margin: 10px 10px 50px 30px;
	padding: 0px 0px 0px 0px;
	border-right: silver dashed 1px;
}
p.menu_mezera
{
	font-size: 5px;
	line-height: 5px;	
	margin: 0px;
	padding: 0px;
}
a.menu_odkaz
{
	display: block;
	color: #808030;
	border-bottom: #A0A010 solid 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
	text-decoration: none;
	line-height: 100%;
}

a.menu_odkaz:hover
{
	border-bottom: #E0E010 dashed 1px;
}

a, a.odkaz_c
{
	color: #707030;
	text-decoration: none;
	line-height: 150%;
}
a, a.odkaz_c:hover
{

}

div.body_right
{
	float: right;
	width: 610px;
	margin: 20px 20px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

div.body_down
{
	clear: both;
	width: 750px;
	margin: 5px auto 5px auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
	border-top: silver solid 1px;
	border-bottom: silver solid 1px;
}

form
{
	text-align: center;
	border: silver solid 1px;
	background-color: #F2FEBF;
	margin: 10px 30px 10px 30px;
	padding: 10px;
}