@charset "utf-8";
/* CSS Document */

body.stranka
{
	background-image: url(image/background_body.gif);
}

div.top
{
	margin: auto;
	margin-top: 20px;
	width: 900px;
	height: 210px;
	background-image:	url(image/background_top.jpg);
}

div.space
{
	margin: auto;
	width: 900px;
	height: 5px;
}

a.menu
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	color: black;
	text-decoration: none;
}

a.menu:hover
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	color: #B01317;
	text-decoration: underline;
}

a.link:hover
{
	cursor: default;
}

div.bottom
{
	margin: auto;
	width: 900px;
	height: 30px;
	background-image: url(image/background_bottom.gif);
	text-align: right;
	color: #BEBEBE;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}

.ban_ob
{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 900px;
	height: 80px;
}

.ban_lef
{
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 80px;
	float: left;
}

.ban_rig
{
	margin: 0px 0px 0px 100px;
	padding: 0px;
	width: 400px;
	height: 80px;
	float: left;
}




