@charset "UTF-8";
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}

.menubar img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
	
.menubar {
	background-image:url(pictures/pozadi_menu.gif);
	vertical-align:top;
	}
	
.sidebar img {
	border-top-color:#f3e9d9;
	border-right-color:#f3e9d9;
	border-bottom-color:#f3e9d9;
	border-left-color:#f3e9d9;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-width: 2px;
	border-right-width: 5px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	}
	
.pictures img {
	border-top-color:#f3e9d9;
	border-right-color:#f3e9d9;
	border-bottom-color:#f3e9d9;
	border-left-color:#f3e9d9;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	}
	
.sidebar {
	padding-top:10px;
	background-color:#f3e9d9;
	vertical-align:top;
	}
	
.bodyText {
	line-height:20px;
	padding-top:10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#f3e9d9;
	text-align:justify;
	vertical-align:top;
	}
	
.bodyText h1{
	font-size:12px;
	color:#032969;
	
}

.bodyText h2{
	font-size:10px;
	color:#000000;
	font-weight: bold;
}

.footer {
	font:9px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	}
