/* RESET */

html, body, div, h1, h2, h3, h4, h5, h6, ul, li, a{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	text-align: center;
	color: #666666;
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
}

form {
	display: inline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */


/* Fin RESET */

#container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header {
	background-image: url(imag/header.jpg);
	background-repeat: no-repeat;
	height: 168px;
}
#menu {
	float:left;
	padding-left:40px;
	padding-top:35px;
	width:650px;
}
#titulo h1 {
	color: #FFFFFF;
	font-size: 1.5em;
	padding-left: 335px;
	text-align: left;

}

#titulo {
	padding-top: 100px;

}
#menu li {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	float: left;
	padding-right: 15px;
}
#menu ul ul li {
	font-size: 0.7em;
	font-weight: normal;
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 5px;
}
#menu a:hover {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu   a.menu_current  {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #CCCCCC;
}
#logo {
	padding-left: 77px;
	float: left;
}
#content {
	padding-top: 20px;
}
.listanumerada li {
	list-style-type: decimal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	list-style-position: inside;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: 15px;
	margin-left: 20px;
	font-style: italic;
	color: #999999;
	white-space: normal;
	line-height: 0.4em;
}
.listanumerada span {
	font-size: 13px;
	font-style: normal;
	color: #666666;
	text-align: left;
}



#content p {
	font-size: 0.815em;
}
#content h2 {
	font-size: 1.5em;
	color: #003366;
	padding-top: 5px;
	padding-bottom: 5px;
}


#content a {
	color: #006699;
}
#content h3 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.937em;
	font-weight: normal;
}

#content a:hover {
	color: #333333;
	text-decoration: none;
}
#content a:visited {
	color: #999999;
	text-decoration: underline;
}
#content hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#footer {
	clear: left;
	background-color: #E5E5E5;
	font-size: 0.7em;
	padding: 20px;
	float: left;
	width: 940px;
	color: #666666;
	margin-top: 15px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
}
#izda {
	float: left;
}
#dcha {
	float: right;
}
#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8125em;
	font-weight: normal;
	line-height: 1.5em;
}

