﻿@import url(layout.css);
body {
	/*background: #FCDB00 url('../images/pozmod.jpg') repeat;*/
	
	
	background: #C8CCEF;
	/*background: url('../images/POZADVL.jpg');*/
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
#container {
	background: #FFFFFF;
	width:980px;
	margin: 0 auto;
}
#masthead {
	background: url('../images/mastvb.jpg') no-repeat;
	text-align: left;
	width: 980px;
	padding: 0;
	height: 300px;
}
#reklama {
	background: #FFFF00;
	text-align: left;
	width: 170px;
	padding: 5;
	margin:0px;
	float: right;
}

#navigation {
	background: url('../images/menuvb.jpg') no-repeat;
	overflow: hidden;
	height: 26px;
}
#column_l {
	width: 200px;
	margin: 0 0 0 5px;
	padding: 0 10px 10px 0px;
}
#column_r {
	width: 550px;
	margin: 0;

	
background-color: #FFFFFF;
	position: relative;
	right: -20px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	background: url('../images/fottermodrv.jpg') no-repeat;
	text-align: center;
	overflow: hidden;
	height: 141px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #FF0000;
	margin: 15px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 5 0 0 5;
	margin-top: 0px;
}
#reklama ul {
	list-style-type: none;
	width: 100%;
	margin: 5px 0 0 5px;
	padding: 0;
}

#navigation li {
	float: left;
	
}
#navigation a {
	color: #1D2D51;
	text-decoration: none;
	margin: 1px 0 1px 0;
	padding: 7px;
	display: block;
	/*border: 1px solid #d3d3d3;*/
}
#navigation a:hover {
	color: #87ABCF;
	/*background-color: #FCDB00;*/
	/*border: 1px solid #f2f2f2;*/
}
/* Styles for Content */
h1 {
	color: #1D2D51;
	font-size: 2.0em;
}
h2 {
	color: #1D2D51;
	font-size: 1.75em;
}
h3 {
	color: #1D2D51;
	font-size: 1.5em;
}
h4 {
	color: #1D2D51;
	font-size: 1.25em;
}
h5 {
	color: #1D2D51;
	font-size: 0.75em;
}
h6 {
	color: #1D2D51;
	font-size: 0.5em;
}
big {
	color: #1D2D51;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: small;
	text-align: left;
	margin: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_l ul {
	width: 150px;
	margin: 0px;
	padding: 0px;
	width: 150px;
	display: block;
	/*background: #FAD302;*/
}
#column_l ul li  {
	font-size: small;
	/*background: #FAD302;*/
	font: normal normal bold 100% Arial, Helvetica, sans-serif;
	display: list-item;
	list-style-type: none;
	list-style-position: outside;
	/*margin-bottom: 5px;
	margin-top: 5px;*/
}
#column_l ul li a {
	font-style: normal;
	font: normal normal bold small Arial, Helvetica, sans-serif;
	color: #1D2D51;
	text-decoration: none;
	display: block;
	padding: 3px;
	/*background-color: #FFFF99;*/
}
#column_l ul li a:hover {
	color: #FFFFFF;
	text-decoration: none; /*border: 1px solid #964;*/;
	background-color: #87ABCF;
}
/* Styles for Footer */
#footer p {
	color: #000000;
	font-size: x-small;
	margin-top: 100px;
	margin-bottom: 6px;
}
#footer a {
	color: #1D2D51;
	text-decoration: none;
}
#footer a:hover {
	color: #5274A2;
	text-decoration: none;
}
/* Styles for Links */
#column_r a {
	color: #456;
	background-color: #FFFFFF;
}
#column_r a:hover {
	color: #FFFFFF;
	text-decoration: none; /*border: 1px solid #964;*/;
	background-color: #FCDB00;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}