﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #010066;
	background-image: url("../images/z.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 10px auto;
}
#masthead {
	width: 800px;
	border-top: 0px #dcdcdc solid;
	border-right: 0px #a9a9a9 solid;
	border-bottom: 0px #808080 solid;
	border-left: 0px #a9a9a9 solid;
	background-color: #00329B;
	background-image: url("../images/logo2m.jpg");
	height: 480px;
}
#navigation {
    position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #ADD1FF;
	}
#content {
	float: left;
	width: 615px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #9CBCEC;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	border-top: 0px #dcdcdc solid;
	border-right: 0px #a9a9a9 solid;
	border-bottom: 0px #808080 solid;
	border-left: 0px #a9a9a9 solid;
	background-color: #010066;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../images/logo_adresa.jpg');
	height: 120px;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-style: none;
	border-color: #fff;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #000099;
}
#navigation a {
	color: #3D6C87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ADD1FF;
	background-color: #ADD1FF;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #DBEEF4;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}