@charset "utf-8";
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
/**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/**/


body  {
	font: 75% Arial, Verdana, Helvetica, sans-serif;
	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 */
	color: #000000;
}

a[href^="http:"] {
	background-image:url(images/ex.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 99% 50% !important; 
	padding-right: 13px !important;
}

#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background-color: #4089bf;
	height: 36px;
	margin-bottom: 33px;	
	position: relative;
} 
#header h1 {
    position: absolute;
	height: 78px;
	width: 240px;
	text-indent: -5000px;
	background: url(images/rotary_logo.png) center left no-repeat #fff;
}

#lang {
	font-size: 0.95em;
	float: right;
	height: 36px;
	line-height: 36px;
	padding-right: 8px;
}

#lang li {
	float: left;
	display: inline;
	line-height: 36px;
	margin-left: 0.5em;
}

#lang li a {
	color: #fff;
	text-decoration: none;
}

#lang li a:hover, #lang li a.selected {
	text-decoration: underline;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
}

#sidebar1 h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #565656;
}

#sidebar1 .menu {
	border-top: 1px solid #aaaaaa;
	margin-top: 3px;
	width: 100%;
}

#sidebar1 .menu li {
	border-bottom: 1px solid #d5d5d5;
	height: 20px;
	line-height: 20px;	
}

#sidebar1 .menu li a {
	color: #4089bf;
	text-decoration: none;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 3px;
}

#sidebar1 .menu li a:hover {
	background-color: #4089bf;
	color: #fff;
}

#sidebar1 .menu li a.selected {
	background-color: #4089bf;
	color: #fff;
}

.menu strong {
	font-weight: bold;
}

#mainContent { 
	float: left;
	width: 710px;
	position: relative;
	margin-left: 20px;
	padding-bottom: 2em;
} 

table td {
	font: 1em Georgia, "Times New Roman", Times, serif;
}


#mainContent strong {
	font-weight: bold;
}

#mainContent a {
	text-decoration: underline;
	color: #4089bf;
}
	
#mainContent a:hover {
	text-decoration: none;
}

#mainContent h2 {
	font-size: 3em;
	font-weight: bold;
	color: #565656;
}

#mainContent h3 {
	font-size: 2em;
	color: #d5d5d5;
}

#mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #4089bf;
}

#mainContent p {
	color: #565656;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	line-height: 1.6em;
}

#mainContent ul {
	color: #565656;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 2em;
	margin-top: 15px;
	line-height: 1.6em;
	list-style-type: disc;
}

form table {
	color: #565656;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

form label {
	float: left;
	clear: left;
	display: block;
	width: 90px;
	margin-bottom: 2px !important;
	margin-bottom: 0px;
	line-height: 1.8em;
}

form input {
	margin-bottom: 2px !important;
	margin-bottom: 0px;
	padding: 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;	
}

.novica {
	padding-top: 8px !important;
	border-top: 1px solid #d5d5d5;
	margin-top: 0.7em !important;
}

.novica p {
	margin-top: 10px;
}

.novica h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em !important;
	color: #4089bf;
}

.novica .datum {
	display: block;
	float: left;
	color: #aaaaaa;
	width: 148px !important;
	width: 144px;
}

.novica img {
	margin-right: 16px;
	margin-bottom: 7px;
	float: left;
}

.list {
	padding-top: 8px !important;
	border-top: 1px solid #d5d5d5;
	margin-top: 0.7em !important;
}

.list .datum {
	display: block;
	float: left;
	color: #aaaaaa;
	width: 148px !important;
	width: 144px;
}

.list p {
	margin: 0 !important;
}

.list h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em !important;
	color: #4089bf;
}

.list a.gray {
	color: #565656 !important;
	text-decoration: underline;
}

.list img {
	margin-right: 16px;
	margin-bottom: 7px;
	float: right;
	padding: 0;
}

.photo {
	width: 170px !important;
	margin-right: 7px !important;
	float: left;
	display: inline;
}

.photo img {
	float: none;
	margin-right: 0;
}

.photo .podnapis {
	font-size: 0.85em;
	color: #565656;
}

#pagelist {
	margin-top: 15px;
	border-top: 1px solid #d5d5d5;
	text-align: right;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

#pagelist a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-decoration: none;
	margin-left: 0.3em;
	padding: 0 0.2em;	
}

#pagelist a:hover, #pagelist a.selected {
	text-decoration: underline !important;
}

#pagelist strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-decoration: none;
	margin-left: 0.3em;
	padding: 0 0.2em;	
}

#footer { 
	font-size: 0.95em;
	border-top: 1px solid #d5d5d5;
	margin-bottom: 2em;
} 
#footer p {
	color: #999999;
	text-align: left;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	text-decoration: none;
	color: #999999;
	background: none !important;
	padding: 0 !important;
	
}

#footer a:hover {
	text-decoration: underline;
}

#footer a, #pagelist a {
	background: none !important;
	padding-right: 0 !important;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}