html, body {
	background: #000;
	color: #fff;
	font-size: 15px;
	font-family: arial;
	margin: 0px;
	padding: 0px;
}


a {
	color: #a7a1a0;
	text-decoration: none;
	font-weight: bold;
}

a.topMenu {
	color: #a7a1a0;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	margin-left: 18px;
}

a.topMenuActive {
	color: #a7a1a0;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 18px;
}

img {
	border: none;
}

h1 {
	text-align: center;
	margin-left: 0px;
	color: #ff1800;
	font-size: 20px;

}

h2 {
	text-align: center;
	margin-left: 0px;
	color: #ff1800;
	font-size: 18px;
}

p {
	color: #a7a1a0;
	font-size: 15px;
	margin-left: 20px;
	text-align: justify;
}

span.menuSp {
	color: #a7a1a0;
	font-family: Tahoma;
	font-size: 13px;
	margin-left: 15px;
	text-align: left;
	line-height: 28px;
}


input {
	float: left;
}

.min{
	padding: 6px 6px 13px 6px;
	background-color: #fff;
	border: 1px solid #efe5e5;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#root
{
	width: 942px;
	height: auto;
}
	
	#top
	{
		width: 942px;
		height: 57px;
		float: left;
		background: #fff;
	}
	
		#langs
		{
			width: 150px;
			float: left;
		}
		
		#top_menu
		{
			height: 57px;
			float: right;
		}
	
	#logo
	{
		width: 942px;
		height: 283px;
		float: left;
		background-image: url(images/logo.jpg);
	}

	
	#menu_cont
	{
		width: 218px;
		float: left;
	}
	
		#menu
		{
			width: 218px;
			height: auto;
			float: left;
			background-image: url(images/menu.jpg);
		}
		
		#menu_bottom
		{
			width: 172px;
			height: 295px;
			float: left;
			background-image: url(images/menu_bottom.jpg);
		}
		
		#bannery
		{
			width: 218px;
			float: left;
		}
	
	#main
	{
		width: 724px;
		height: auto;
		float: left;
	}
	
		#galeria
		{
			width: 699px;
			margin-left: 20px;
			float: left;
		}
		
		#kontakt
		{
			width: 699px;
			margin-left: 20px;
			float: left;
		}
	
	
	#spacer
	{
		width: 942px;
		height: 24px;
		background-image: url(images/spacer.jpg);
		float: left;
		
	}
	
	#stopka
	{
		width: 942px;
		height: 44px;
		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 {
	background-image: url(images/menuon.jpg);
}
div.MENU ul.menu li a {
	display: block;
	text-decoration: none;
	color: #a3a3a3;
	width: 218px;
	text-align: left;

}

div.MENU ul.menu {
	display: block;
	text-decoration: none;
	background: #000;
		color: #a3a3a3;
	width: 218px;
	text-align: left;
}

div.MENU {
	width: 218px;
	float: left;
	margin-left: 0px;
}


	































