
p.orange {color: orange;}


h2 {
	text-align: left;
	color: #030C59;
	font-size: 17px;
	font-weight: bold;
}


body {
	text-align: center;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	padding: 0;
	background-position: 0 0px;
	margin: 15px 0 0 0;
	background-color: White;
	color: black;
}


div#main {
	width: 700px;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color : white;
	
}


div#header {
	height: 150px;
	width: 700px;
	background-image : url(images/header.jpg);
	background-repeat : no-repeat;
	text-align : left;
	position: relative;
	padding: 0;
	margin: 0 auto 0 auto;
	background-color : blue;
}


div#content {
	font-size: 12px;
	text-align: justify;
	text-indent: 20px;

}


div#header h1 span{
	display: none;
}


#menu {
	margin: 1px 0 0 0;
	height: 21px;
	font-size: 65%;
	font-weight: bold;
	background-color : white;
	color: #030C59;
	text-align: center;
	float: right;
}


#menu ul {

	margin: 0;
	padding: 0;
}


#menu li {
	float: left;
	list-style : none;
	margin: 0;
	padding: 0;
}


#menu a {
	display: block;
	width: 80px;
	padding: 4px;
	text-decoration: none;	
	background-color: white;
	color: #030C59;
}


#menu A:hover {
	color: orange;
}


div#paticka {
	background-color: white;
	font-size: 9.5px;
	font-weight: bold;
	color: black;
	text-align: right;
	line-height: 100%;
	width: 700px;
	padding: 0;
	height: 1.4em;
	margin: 0;
	clear: both;
	border-top: 1px solid #030C59;
}


div#paticka p {
	margin: 0;
	padding: 2px 0 0 0;
}


div#paticka a{
	text-decoration: none; 
	color: orange;
}

 li#active a
{
	background-color: #FFA500;
	color: #fff;
}
#paticka li#active a:hover
{
	background-color : orange;
	color: black;
}