.right{
	float: right;
}
.left{
	float: left;
}
a{
	color: #004891;
	text-decoration: none;
}
body{
	background-color: White; /*background:#F2F7F3;*/
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
form{
	display: block;
	margin: 0;
	padding: 0;
}

img{
	border: 0;
	margin: 5px;
	padding: 0;
}
img.left{
    	float: left;
    	margin: 6px 20px 4px 0;
} 
img.right{
    	float: right;
    	margin: 6px 8px 4px 20px;
}
p{
	line-height: 1.6em;
	margin: 1em 0;
	text-indent: 0px;
	text-align: justify;
}
strong{
	/*color: #87B687;*/
}
table{
	border-collapse:collapse;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 96%;
	margin: 5px 0 15px 0;
	padding: 0px;
	line-height: 1.4em;
	width: 100%;
}
.gallery td{
	padding: 0px 0px 25px 0px;
	text-align: center;
	border: 1px solid #E9E9E9;
	font-size: 92%;
	vertical-align: top;
}
.gallery td img{
	margin:4px 17px 0 17px;
}
table.guest td{
	padding: 0px 6px 4px 6px;
	vertical-align: top;
	border-bottom: 0px;
	margin: 0;
	line-height: 1.6em;
}
table.poll td{
	padding: 0px 6px 4px 6px;
	vertical-align: top;
	border-bottom: 0px;
	margin: 0;
	line-height: 1.6em;
}
table.search{
	margin: 5px 10px 5px 25px;
	padding: 0px;
	line-height: 1.3em;
}
table.search td{
	padding: 0px;
	vertical-align: top;
	border-bottom: 0px;
	margin: 0;
	line-height: 1.3em;
	font-family: Tahoma;
	font-size: 1.3em;
}
a.title{
	font-size: 1.2em;
	font-weight: bold;
}
table.guest td.comment{
   background-color: #EBFAEB;
	border: 0px solid #AEC7E3;
}
tr{
	padding: 0px;
	margin: 0px;
}
TR.ruled{
	background: #FAFAFA;
}

td{
	padding: 6px 6px 10px 6px;
	vertical-align: top;
	border-bottom: 1px solid #E9E9E9;
	border-bottom: 1px solid #AEC7E3;
	margin: 0;
	line-height: 1.6em;
}
tr.even td{
    	background: black;
}

table th{
   margin: 0;
	background: #FBF9D6;
	color: #DC503A;
	padding: 8px 8px 8px 8px;
	vertical-align: middle;
	font-weight: bold;
	border-bottom: 1px solid #E9E9E9;
	border-top: 1px solid #E9E9E9;
	text-align: center;
}

table .title{
   margin: 0;
	background: #EBFAEB;
	font-weight: bold;
	padding: 8px 5px 8px 5px;
	vertical-align: middle;
	border-bottom: 1px solid #E9E9E9;
	border-top: 0px solid #E9E9E9;
	text-align: center;
}

table .title2{
   	margin: 0;
	background: #e8eefa;
	padding: 8px 5px 8px 5px;
	vertical-align: middle;
	border-bottom: 1px solid #E9E9E9;
	border-top: 1px solid #E9E9E9;
}


textarea,
input,
select{
	font-family: tahoma,helvetica,verdana,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 3px 0 3px;
	padding: 1px;
}

input.knopka{
	background-color: #4A73A5;
	color: White;
	border: 1px solid #7B9DD2;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 4px 0 4px;
}

h1,h4{
	color: #79B179;
}
h1{
	font-size: 1.6em;
	line-height: 1.2em;
	margin:0;
	padding: 0;
	margin-top: 0.5em;
	 
}
h2{
	font-size: 1.3em;
	line-height: 1.6em;
	margin-top: 5px;
	color: #4A73A5;
}
h3{
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 2px;
	margin-bottom: 2px;
}
h4{
	font-size: 1.0em;
	line-height: 1.6em;
	margin-top: 5px;
}

p,input{
	font-family: Tahoma;
	font-size: 11px;
}
div.clear {
	clear: both;
	height:0px;
   	overflow:hidden;
	position: relative;
}
a:hover{
	color: #004891;
	text-decoration: underline;
}
div#content ul, div.content ol{
	margin: 5px 0 5px 0px;
	padding: 0;
}
div#content ul li, div.content ol li{
	line-height: 1.6em;
	list-style-position: inside;
	margin-left: 0;
	padding-bottom: 3px;
	padding-left: 2em;
	text-indent: -1.5em;
}

.date, .note{
    color: #DC503A;
}
.select {
    color: #79B179;
	font-weight: bold;
}
hr {
   color: #004891;
   height:1px; 
}

.update {text-align: right;color:#767676; padding-bottom:0.5em;}