/*
	vsechny divy s nazvem layout musi mit padding a margin na 0px, aby presne sedely, padding/margin
	a dalsi vlastnosti je nutne nastavit divum, ktere jsou uvnitr divu layout*
*/

div, body, table, td, tr, th, p, ul, li {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-collapse: collapse;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

body {
	color: #274d7e;
	background-color: #2b8e00;
}

div {
/*	background-image: url("img/semitransparent.png");*/
}

div.layoutEnvelope {
	text-align: center;
	width: 100%;
	min-width: 1000px;
	float: left;
}

div.headerEnvelope {
	background-color: #2b8e00;
	background-image: url("img/menubg.png");
	background-position: bottom;
	background-repeat: repeat-x;
}

div.contentEnvelope {
	background-color: #fff540;
}

div.footerEnvelope {
	background-color: #274d7e;
	color: #fff540;
}

div.layout {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#layoutHeader {
	width: 100%;
	clear: both;
	height: 200px;
	background-image: url("img/banner.jpg");
}

div#header {
	height: 160px;
	width: 100%;
	vertical-align: bottom;
}

div#header h1 {
	font-family: serif;
	font-style: italic;
	font-weight: normal;
	float: left;
	padding-left: 30pt;
}

div#header a {
	color: white;
	text-decoration: none;
}

div#header h2 {
	font-family: serif;
	font-style: italic;
	font-weight: normal;
	float: right;
	padding-right: 30pt;
	padding-top: 100px;
	color: white;
}

div#headerMenu {
	height: 40px;
	width: 100%;
	background-image: url("img/menubg.png");
}

div#layoutBody {
	width: 100%;
	float: left;
	clear: both;
	background-color: #fff873;
}

div#layoutFooter {
	width: 100%;
	clear: both;
	background-color: #4282d3;
}

div#layoutSidePane1 {
	float: left;
	width: 250px;
}

div#layoutSidePane2 {
	float: right;
	width: 250px;
}

div#layoutMain {
	margin-right: 250px;
	margin-left: 250px;
	background-color: white;
}

.smallPadding {
	padding-left: 5pt;
	padding-right: 5pt;
	padding-top: 2pt;
	padding-bottom: 2pt;
}

.padding {
	padding-left: 10pt;
	padding-right: 10pt;
	padding-top: 5pt;
	padding-bottom: 5pt;
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

a:link {
	color: #274d7e;
}

a:active {
	color: #4ea429;
}

a:hover {
	text-decoration: none;
	background-image: url("img/semitransparent.png");
}

a:visited {
	color: #2b8e00;
}

div.sidePane a:link {
	color: #0e51a7;
}

div.sidePane a:active {
	color: #4282d3;
}

div.sidePane a:visited {
	color: #274d7e;
}

a.active {
	font-weight: bold;
}

div.footerEnvelope a {
	color: #fff540;
}

ul.menuPath {
	list-style: none;
}

ul.menuPath li {
	display: inline;
}

div#headerMenu ul.categories {
	float: left;
	list-style: none;
}

div#headerMenu li {
	display: block;
	float: left;
	height: 40px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url("img/spacer.png");
}

div#headerMenu a {
	padding-left: 30pt;
	padding-right: 30pt;
	padding-top: 11px;
	height: 30px;
	float: left;
	display: inline;
	vertical-align: middle;
	text-align: center;
	color: white;
}

div.sidePane ul {
	list-style: none;
}

div.sidePane ul.subCategories {
	padding-left: 10pt;
}

div.sidePane p.perex {
	font-size: small;
}

div.sidePane h2 {
	font-size: medium;
	padding: 0px;
	margin: 0px;
}

div.sidePane p.datePublished {
	font-style: italic;
	text-align: right;
}

ul.articles {
	list-style: none;
}

div#layoutMain ul.articles li {
	margin-top: 10pt;
	border-top: 1px solid #4282d3; 
}

div#layoutMain ul.articles p.datePublished {
	padding-top: 5pt;
}

div#layoutMain ul.articles h2 {
	margin-top: 0;
	margin-bottom: 5pt;
}

div#layoutMain p {
	margin-bottom: 5pt;
}

div#layoutMain ul {
	padding-left: 15pt;
	margin-bottom: 5pt;
}

div#layoutMain ul.articles {
	list-style: none;
	padding-left: 0;
}

img {
	border-width: 1px;
	border-style: solid;
	border-color: #4282d3; 
}

img.right {
	float: right;
	margin-left: 5pt;
}

img.logo {
	margin-left: 10pt;
	margin-right: 10pt;
	border-width: 0;
	border-style: none;
}

a.logo {
	background-image: none;
}
