/* CSS Document */

.all	{
	width: 98%;
	border: none;
	text-align: center;
	margin-left: 3em;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	background-color: white;
	}	

p {
	font-weight: normal;
	text-align: justify;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img	{
	border: none;
}

a:link, a:visited	{
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #6789ff;
}

.head	{
	font-size: 18px;
	color: #227733;
	background-color: #CAD6B6;
	text-align: center;
	border: solid 1px #94AA74;
	border-top: solid 1px #FFFFFF;
}

.ok	{
	background-color: lightgreen;
	color: black;
	display: block;
	text-align: center;
	font-weight: bold;
}

.error	{
	background-color: red;
	color: white;
	display: block;
	text-align: center;
	font-weight: bold;
}

.indent	{
text-align: justify;
text-indent: 25px;
}

span.br	{
	display: block;
	font-size: 5px;
}

ul.komitet {
	padding: 10px;
	}


li.komitet1 {
	list-style-image: url('images/lista.gif');
	padding: 5px;
}

li.komitet2 {
	list-style-image: url('images/lista.gif');
	padding: 5px;
	font-weight: bold;
}

li.komitet3 {
	list-style-type: square;
	padding: 5px;
	margin-left: 40px;
}

/* =-=-=-=-=-=-=-[Menu]-=-=-=-=-=-=-=- */
#menu {
	display: none;	}
	

td.photo {
	background-color: white;
	width: 185px;
	height: 146px;
}

img.photo_top {
	vertical-align: bottom;
}

img.photo_bottom {
	vertical-align: top;
}

img.photo_left {
	text-align: right;
	vertical-align: top;
}

img.photo_right {
	text-align: left;
	vertical-align: top;
}

img.photo_center {
	vertical-align: top;
}

table.photo	{
	padding: 0px;
	spacing: 0px;
}

.noprint	{
	display: none;
}

.printer	{
	display: block;
	background-color: lightblue;
	color: black;
}

