﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/pozstr.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
}
#container {
	width: 853px;
	margin: 0 auto;
	background-image: url('oknotred.jpg');
	background-repeat: repeat;
}
#masthead {
	text-align: center;
	width: 853px;
	height: 198px; /*padding: 10px;
	border: 1px dotted #725972;*/;
	background-image: url('vrchstr.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
#topmenu {
	/*text-align: left; width: 850px;*/
	height: 23px;
	padding: 0px;
background-color: #FFA36F;	
	/*background-attachment: scroll;*/
}
#navigation {
	position: relative;
	float:left;
	width: 139px;
	margin: 0 0 0 5px;
	padding: 0 10px 10px 0px;
}
#content {
	width: 670px;
	/*float: right;*/
	
 
}
#content1 {
	float: left;
	width: 853px;
	/*margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;*/
}

#footer {
	text-align: center;
	clear: both;
	width: 857px;
	height: 44px; /*border: 1px dotted #d8bfd8;*/;
	background-image: url('oknospod.jpg');
	background-repeat:no-repeat;
	
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#content p {
	padding-left:10px;
	padding-right:10px;
	/*padding-bottom:10px;*/
}

#topmenu ul {
	list-style-type: none; /*width: 850px;*/;
	margin: 0;
	padding: 0;
	background-image: url('../../chatajed/images/contpoz.jpg');
	margin-left: 10px;
}
#topmenu li{
	float:	left;
}
#topmenu a {
	padding: 5px;
	display: block;
	border: 0 #eee solid;
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	height: 12px;

}
#topmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding:10px 0 0 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding:5px 0 0 0;
	/*border: 1px dotted #dfb8df;
	/*background-color: #dfb8df;/*/
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
}
#navigation a:hover {
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
	
}
h3 {
	color: #503750;
}
h2 {
	color: #503750;
	
}
h1 {
	color: #503750;
	}
#content img {
	padding: 0px;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}