/*body {
	font: 16px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #333;
	background-color: #fff;
}
h1 {
	font-size: 150%;
	color: #165ca3;
}
#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}
div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}
*/
a[href^="error:"] {
	background: red;
	color: white;
}
h1, h2, h3, h4, h5, p, span, ul, ol, li, form {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
a:link {
	color: black;
}
a:hover {
	color: black;
}
a:visited {
	color: black;
}

.clear {
	clear: both;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #dddddd;
}


#page {
	width: 970px;
	padding: 0 10px;
	margin: 2px 0 7px 15px;
	background: white;
}
#topPanel {
	background: black url(../images/black_bg.gif) repeat-x;
	padding: 7px 0 0px 15px;
	height: 18px;
	margin-bottom: 5px;
}
#topPanel ul {
	background: yellow;
}
#topPanel a {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-transform:;
	text-decoration: none;
	margin: 0 5px 0 5px;
	padding: 0px 10px 0px 10px;
}
#topPanel a:hover {
	font-family: arial;
	font-weight:;
	text-transform:;
	text-decoration: underline;
}
#topPanel li {
	float: left;
	list-style-type: none;
	padding: 0;
	line-height: 18px;
}
#topPanel li.active {
	background: white;
}
#topPanel li.active a {
	color: black;
}

/*
#header {
	height: 80px;
	position: relative;
}




#header #logo-komora {
	position: absolute;
	top: 5px;
	left: 850px;
}

*/



/*---------------------------------------------
   HEADER
---------------------------------------------*/
#header {
	height: 80px;
	position: relative;
}

#website-logo {
	position:absolute;
	top: 5px;
	left:15px;
}
#header #logo-komora {
	position: absolute;
	top: 5px;
	left: 850px;
}
#website-tools {
	position:absolute;
	top:5px;
	right:0;
	text-align:right;
}
#website-tools-sk {
	position:absolute;
	top:5px;
	right:135px;
	text-align:right;
}
#login-info {
	padding: 7px;
	text-align: right;
	background: #f1f1f1;
	border: 2px solid #d7d7d7;
}
#login-info a {
	padding-right: 10px;
}
#login-info a:hover {
	color: red;
}
#lang-selection {
	margin-top: 5px;
}
#komora-logo {
	position:absolute;
	top:3px;
	right:0;

}





#mainmenu {
	height: 24px;
border-bottom: 5px solid
/*#BFD8FF*/
	#b2d3ff;
	margin: 0 10px 0px 10px;
}
#mainmenu ul {
	margin: 0;
	margin-left: 50px;
	text-align: center;
	padding: 0;
}
#mainmenu li {
	float: left;
	list-style: none;
	height: 24px;
	background: #efefef url(../images/gradient-gray2.png) repeat-x 0px 0px;
	margin-right: 5px;
}
#mainmenu a {
	border: 1px solid #ccc;
	border-bottom: none;
	display: block;
	color: #363636;
	font-size: 12px;
	text-decoration: none;
	line-height: 23px;
	padding: 0px 18px 0px 18px;
	font-weight: bold;
}
#mainmenu a:hover {
	background: #BFD8FF url(../images/gradient-blue3.png) repeat-x 0px 0px;
}
#mainmenu a.active {
	background: #BFD8FF url(../images/gradient-blue3.png) repeat-x 0px 0px;
	border: 1px solid #8dcff4;
	border-bottom: none;
}
.table-items th {
	text-align: left;
}
.table-items tr {
	height: 30px;
}
.table-items tr.odd {
	background: #ececec url(../images/gradient-gray2.png) repeat-x 0px 0px;
}




/**** flash-messages ****/
#flash-messages {
	background: yellow;
	padding: 6px 10px 4px;
	margin-bottom:5px;
}
#flash-messages p {
	color: black;
	font-weight: bold;
	font-size:1.3em;
}

/**** error ****/
ul.error li {
	list-style-type: none;
	color: red;
	font-weight: bold;
}


