html, body {
	background: #fff;
	color: #000000;
	font-size: 14px;
	font-family: arial;
	margin: 0px auto;
	padding: 0px;
}

#center {
text-align: center;
margin: 0px auto;
padding: 0px;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a.topMenu {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	margin-left: 30px;
}

a.topMenuActive {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 18px;
}

img {
	border: none;
}

h1 {
	text-align: center;
	margin-left: 0px;
}

h2 {
	text-align: center;
	margin-left: 0px;
}

p {
	color: #000;
	font-size: 14px;
	margin-left: 20px;
	text-align: justify;
}

span.menuSp {
	color: #000;
	font-family: Tahoma;
	font-size: 14px;
	margin-left: 30px;
	text-align: left;
	line-height: 49px;
}


input {
	float: left;
}

.min{
	padding: 3px 3px 0px 3px;
	background-color: #fff;
	border: 1px solid #000;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#root
{
	width: 1007px;
	height: auto;
	color: #000;
        margin: 0px auto;
        padding: 0px;
}

	#top
	{
		width: 942px;
		height: 57px;
		float: left;
		background: #fff;
	}

		#langs
		{
			width: 150px;
			float: left;
		}

		#top_menu
		{
			height: 57px;
			float: right;
		}

	#logo
	{
		width: 1007px;
		height: 304px;
		float: left;
		background-image: url(images/logo.jpg);
	}

	#menu_cont
	{
		width: 230px;
		float: left;
	}

		#menu
		{
			width: 230px;
			height: auto;
			float: left;
			background-image: url(images/menu.jpg);
		}

		#menu_bottom
		{
			width: 230px;
			height: auto;
			float: left;
			background: url(images/menu_botoom.jpg) repeat-x;
		}

		#bannery
		{
			width: 237px;
			float: left;
		}

	#main
	{
		width: 724px;
		height: auto;
		float: left;
		color: #000000;
	}

		#galeria
		{
			width: 699px;
			margin-left: 20px;
			float: left;
		}

		#kontakt
		{
			width: 699px;
			margin-left: 20px;
			float: left;
		}


	#spacer
	{
		width: 1007px;
		height: 50px;
		background-image: url(images/spacer.jpg);
		float: left;
	}

	#stopka
	{
		width: 1007px;
		height: 20px;
		float: left;
	}

div.MENU ul.menu,
div.MENU ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 0;
}
div.MENU ul.menu li {
	float: left;
	clear:both;

}

div.MENU ul.menu li a:hover,
div.MENU ul.menu li.active {
	font-family: times;
	float: center;
    text-decoration: none;
    color: #000;
    width: 230px;
	text-indent: 50px;
	font-size: 16px;
    line-height: 49px;
    margin-left: -40px;
    background: url(images/menuon.jpg) right no-repeat;
}
div.MENU ul.menu li a {
	font-family: times;
	display: block;
	text-decoration: none;
	border-bottom: 0px solid #1095fb;
	color: #000;
	width: 230px;
	text-indent: 10px;
	line-height: 49px;
	font-size: 16px;
}

div.MENU ul.menu {
	display: block;
	text-decoration: none;
	background: none;
	border-bottom: 0px solid #1095fb;
	color: #000;
	width: 230px;
	text-align: left;
	font-size: 14px;
}

div.MENU {
	width: 230px;
	float: left;
	margin-left: 0px;
	font-size: 18px;
}

#menu ul{
    margin-left: 40px;
    margin-top: -21px;
}




