/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	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 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 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: 260px;
}
#menu {
	padding-left: 52px;
	padding-top: 35px;
	width: 600px;
	float: left;
}
#titulo h1 {
	color: #FFFFFF;
	font-size: 1.5em;
	padding-left: 335px;
	text-align: left;
}
#titulo {
	position: absolute;
	width: 980px;
	display: block;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#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;
}

#content p {
	font-size: 0.9em;
}
#content a {
	color: #006699;
}
#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;
}
