

#menu
{
	height: 50px;
	width: 926px;
	background: url('images/menu.jpg');
}

a.home
{
	width: 102px;
	height: 50px;
	background: url('menuslices/images/menu_01.gif');
	float: left;
}


a.home:hover
{
	width: 102px;
	height: 50px;
	background: url('menuslices/images/menu2_01.gif');
	float: left;
}

a.manifesto
{
	width: 130px;
	height: 50px;
	background: url('menuslices/images/menu_02.gif');
	float: left;
}


a.manifesto:hover
{
	width: 130px;
	height: 50px;
	background: url('menuslices/images/menu2_02.gif');
	float: left;
}

a.goods
{
	width: 88px;
	height: 50px;
	background: url('menuslices/images/menu_03.gif');
	float: left;
}


a.goods:hover
{
	width: 88px;
	height: 50px;
	background: url('menuslices/images/menu2_03.gif');
	float: left;
}

a.service
{
	width: 106px;
	height: 50px;
	background: url('menuslices/images/menu_04.gif');
	float: left;
}


a.service:hover
{
	width: 106px;
	height: 50px;
	background: url('menuslices/images/menu2_04.gif');
	float: left;
}

a.kalendar
{
	width: 119px;
	height: 50px;
	background: url('menuslices/images/menu_05.gif');
	float: left;
}


a.kalendar:hover
{
	width: 119px;
	height: 50px;
	background: url('menuslices/images/menu2_05.gif');
	float: left;
}

a.blog
{
	width: 79px;
	height: 50px;
	background: url('menuslices/images/menu_06.gif');
	float: left;
}


a.blog:hover
{
	width: 79px;
	height: 50px;
	background: url('menuslices/images/menu2_06.gif');
	float: left;
}

a.konspiritors
{
	width: 157px;
	height: 50px;
	background: url('menuslices/images/menu_07.gif');
	float: left;
}


a.konspiritors:hover
{
	width: 157px;
	height: 50px;
	background: url('menuslices/images/menu2_07.gif');
	float: left;
}

a.findus
{
	width: 145px;
	height: 50px;
	background: url('menuslices/images/menu_08.gif');
	float: left;
}


a.findus:hover
{
	width: 145px;
	height: 50px;
	background: url('menuslices/images/menu2_08.gif');
	float: left;
}




a
{
	color: #003366;
	font-family: arial;
	font-size: 14px;
}

a:hover
{
	color: #cc0000;
}


body
{
	margin: 0px;
	font-family: arial;
	font-size: 14px;
	background: url('images/pagebg.jpg');
}


p
{
	margin-left: 60px;
	margin-right: 60px;
}

#outer
{	

	margin-left: auto;
	margin-right: auto;
	width: 926px;
	
}

#header
{
	height: 275px;
	width: 926px;
}



#contenttop
{
	width: 926px;
	height: 330px;
	background: url('images/contenttopleft.jpg') no-repeat;
}

#contenttop2
{
	width: 926px;
	height: 330px;
	background: url('images/contenttopbg.jpg') no-repeat;
}

#contenttop3
{
	width: 926px;
	height: 330px;
	background: url('images/contenttopbg2.jpg') no-repeat;
}


#flash
{
	width: 385px;
	height: 330px;
	float: right;	
	background-image: url('images/flash.jpg');
}

#content
{
	width: 926px;
	height: 800px;
	background: url('images/contentbg.jpg');
}


#footer
{
	width: 926px;
	height: 75px;
	background-image: url('images/footer.jpg');
	float: left;
	clear: both;
	text-align: center;
}

#footer li
{
	display: inline;
	list-style-type: none;
	margin-right: 30px;

}

#footer ul
{

	margin-top: 30px;
}

#footer a
{
	text-decoration: none;
	color: #000;
}

#footer a:hover
{
	text-decoration: underline;
}


.banner1
{
	margin-left: 15px;
	margin-top: 0px;
}

.banner
{
	margin-left: 30px;
	margin-top: 60px;
	margin-bottom: 20px;
}



