@import url(form.css);

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #040A31;

}
/* lead text */
b.lead{
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}
/* archieve link */

div.archive{
	margin-top:10px;
	clear:both;
}
/* back link */
div.back{
	margin-top:10px;
	clear:both;
}
/* pages */
div.pager{
	margin-top: 10px;
	border-top: 1px solid black;
	clear: both;
	width: 98%;
	float: left;
}

h1{
	font-size: 150%;
	color:#0F1E63;
}
h2{
	font-size: 135%;
	color:#1568AF;
}
h3{
	font-size: 112%;
}
table tr td{
	vertical-align: top;
}
a{
	color: #1568AF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
span.arrow{
	background:url(pictures/arrow.jpg) black no-repeat;

}

.box{
	margin-bottom: 9px;
	padding: 0 3px;
	
}
#left h2.h1{
	display:none;
}
#center .box{
	margin-left:10px;

}
#left .box, #right .box{
	margin:0;
	padding:0;
	margin-left:2px;
	margin-top:20px;
}
.box  .top_left, .box .top_right,.box .bottom_left, .box .bottom_right{
	display:none;
	position: absolute;
	overflow: hidden;
	height:23px;
	width:160px;	
	
}
#left .box  .top_left, #right .box  .top_left{
	display:none;
	background: url(pictures/box_top.jpg) no-repeat;
	height:23px;
	width:160px;
	margin:0 -3px 0; 
}
/* ie6 fix */
*html #left .box  .top_left, *html #right .box  .top_left{
	margin-left:-3px; 
}

#left .box  .bottom_left, #right .box  .bottom_left{
	display:none;
	position:relative;
	background: url(pictures/box_bottom.jpg) no-repeat;
	height:7px;
	margin:0 -3px 0px; 
}
.box .top_right{
	float: right;
}
.box .bottom_left{
	clear: both;
}
.box .bottom_right{
	float: right; 
}

#container {
	width:698px;
	left: 50%;
	margin-left:-350px;
	background: url(pictures/container_bg.jpg) red;	
	margin-top: 30px;
	clear:both;
	position:relative;
	padding-bottom:0;
	z-index:0;
}
#header {
	
}
#content{
	/* inside is left, center, right  */


	background: url(pictures/header.jpg) no-repeat;
	width:100%;
	float:left;
	clear:both   ;
}

*html #content{
	float:none;   /* ce das brez tega v IE zginejo elementi s position absolute */
	clear:none;
}

#left, #right {
	width: 167px;
	float:left;
	padding-bottom:38px;
	margin-top:180px;
	color:white;
	
}
#center {
	height: auto;
	min-height: 600px;
	width: 515px;
	float: left;
	margin-left: 5px;
	padding-bottom: 30px;
	margin-top:32px;
	overflow:hidden
	
}
*html #center{
	
}
#top{
	position:absolute;
	color:white;
	/*background:red;*/
	margin-left:445px;
	margin-top:8px;
	width:186px;
	z-index:11;

	/*filter:alpha(opacity=88);-moz-opacity:.88;opacity:.88; */
}


#header_link{
	display:block;
	width:150px;
	height:150px;
	position:absolute;
	margin-top:30px;
}
#top h2.h1{
	display:none;
}
#right {
	float: right;
	display:none;
	
	
	
	
}
.root_content_id_1 #right {
	display:block;
	position:absolute;
	background:yellow;
	right:0;
	top:0px;
	margin-top:140px;
	width:153px;
	background:url(pictures/right_menu.jpg) no-repeat;
	color:white;
}
.root_content_id_1 #right .box {
	margin-left:16px;
	margin-top:40px;
	font-size:90%;
}
.root_content_id_1 #right .box h2.h1{
	display:none;
}



#bottom {
	display: block;
	clear: both;
	margin-bottom:0px;
	height:50px;
	background:url(pictures/foot.jpg) no-repeat #050A32;
	overflow:hidden;
}
#center h1{
	margin: 0;
	margin-bottom: 10px;
	font-size: 170%;
	padding: 13px 10px 5px 0px;
	display:block;
}
#right h2.h1, #left h2.h1{
	font-size: 13px;
	margin: 0 -3px;
	padding: 7px 0;
	background: url(pictures/menuh1bg.gif) no-repeat;
	clear:both;
	text-align: center;
	color:#727272;
}
#left h2, #right h2{
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0;
}
#left a{
	color:white;

}

#left input.text, #right input.text, #left input.password, #right input.password{
	width: 96%;
}
#signature{
	display: block;
	text-align:center;
	font-size: 90%;
	background-color:#050A32;
	color:white;
	position:absolute;
	left:0;
	right:0;
	padding-bottom:30px;
	width:100%;
}
#loading{
	position: fixed;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	right: 0;
	top: 0;
	background: #E56619;
	border: 1px solid black;
	width: 100px;
	filter:alpha(opacity=55);-moz-opacity:.55;opacity:.55;
	color: white;
	display: none;
}
#mousemove{
	font-size: 80%;
	position:absolute;
	left: 0;
	top: 0;	
	margin: 14px -60px 0 5px;
	padding: 3px;
	border: 1px solid black;
	background-color: #FFCA3E;
	filter:alpha(opacity=95);-moz-opacity:.95;opacity:.95;
	width: 130px;
}
#mousemove h1,#mousemove h2,#mousemove h3{
	margin:0;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #E56619;
	padding: 3px 0;
}
#mousemove h2{
	font-size: 90%;
}
#mousemove ul{
	margin:0;
	padding:0;
}
#mousemove ul li{
	margin-left: 14px;
	padding: 0;
}
/* loading bar style */
div.xml_loading{
	height: 50px;
	border: 1px solid black;
	background: yellow middle center url(pictures/arrow.jpg);
}

table.dynamic{
	border:1px solid #E94C20;
	width:99%;
	margin:10px 0;
	font-size:95%;
	text-align:left;
}
table.dynamic td, table.dynamic th{
	border: 0px solid black;
	padding:7px;
}
table.dynamic tr{

}
table.dynamic tr.tr_mod_1  td.td_mod_1{
	
}
table.dynamic .tr_mod_0 td{
	background-color:#EFEFEF;
}
table.dynamic .tr_0  td, table.dynamic th{
	background-color:#B9B9B9;
	text-align:center;
	font-weight:bold;
}
table.dynamic .tr_0, table.dynamic .tr_0 td.td_mod_1{
	
}
table.dynamic th{
	
}
.root_content_id_1 #position_main .box_content{

	margin-right:158px;
}
#position_above_main{
	height:110px;
}
