﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #DFE4EA;
	/*background-image: url("../images/background.gif");*/
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1125px;
	margin-top: 10px; /*border-bottom: 2px solid #a0522d;*/ /*background-color: #F2F3F7;*/;
	background-image: url('../images/2011cont.jpg');
	background-repeat: repeat;
}
#masthead {
	width: 1125px;
	height: 273px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/2011vrchd.jpg');
}
/*toto je velmi dolezite ked su dve okna vedla seba a gogle prekladac*/
html>body #navigation {
	overflow: hidden;
}

#navigation {
	width: 1125px;
	height: 23px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/menu2011.jpg');
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}

#page_content {
	background-image: url('../images/conteinerv.jpg');
	position: relative;
	width: 1125px;
	margin-right: auto;
	/*margin-left: auto;*/
}
#content {
	width: 750px;
	padding: 3px 5px 3px 15px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	text-align: justify;
	font-style: italic;
}
	
#footer {
	clear: both;
	width: 1125px;
	height: 69px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url('../images/2011pata.jpg')
}
#reklama {
	text-align: left;
	border: thick #000080;
	background: #C4DDFC;
	width: 250px;
	height: 590px;
	padding: 10px 30px 10px 10px;
	margin: 10px 60px 40px 0px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	text-align: justify;
	font-style: italic;
}

/* Masthead Styles */
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0 0 0 15px;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	
	display: block;
	margin: 0 1px;
	padding: 5px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation a:hover {
	text-decoration: none;
	color: #edb;
	/*background-color: #a0522d;*/
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #003434;
}
#reklama h1 {
	color: #003399;
}

#content img {
	padding: 5px;
	margin: 3px;
	border: 1px #003434 solid;
}
#reklama  img {
	
	border-color: #000080;
	border-width: 5px;
}

#top_left {
	width: 100px;
	position: relative;
	left:955px;
	top: 205px;
}

/* Sidebar Styles */
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	
}
#footer a {
	color: #003434;
	text-decoration: none;
}
#footer a:hover {
	color: #008080;
	text-decoration: none;
}
/* Link Styles */
a {
	text-decoration: none;
	color: #003434;
	font-weight: bold;
}
a:hover {
	color: #008080;
	text-decoration: none;
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_floatl{
	float: left;
}
.style_floatr{
	float: right;
}
