/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, samp,
small, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size: 62.5%; /* reset font size to 10px */
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end css fix --------------------------------------------------------------------------------------------------------- */@import url(form.css);
@import url(css_reset.css);
/**/




/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, samp,
small, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size: 62.5%; /* reset font size to 10px */
	background:url(pictures/body_bg.png) repeat-x top;
	padding:0 10px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end css fix --------------------------------------------------------------------------------------------------------- */@import url(form.css);
@import url(css_reset.css);
/**/



body {
	font-family: Arial, Helvetica, sans-serif;
	color:#2F2F2F;

}

/* define default texts */

/* content text */
.content{
	margin-bottom:20px;
	font-size:1.3em;
	line-height:1.4em;
}

#right .content{
	margin-bottom:0;
}

.content ul{
	list-style-type:square!important;
	margin-left:16px!important;
}
.content ul li{
	padding:4px 0 1px!important;
	
}
.content ul ul{
	margin-left:33px!important;
}
.content ul ul li{
	padding: 1px 0!important;
}
.content p{
	margin-bottom:5px;
}

/* lead text */
.lead{
	display:block;
	font-weight:bold;
	margin-bottom:5px;
	}
/* define default links  */
a{
	color: #1568AF;
}
a:hover{

}


span.arrow{
	background:url(pictures/arrow.jpg) black no-repeat;

}

/* 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;
}

/* define headings  */
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	margin-bottom:10px;
	font-family: 'Georgia', sans-serif;
}
h1{
	font-size: 200%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 150%;
}

/* page containers */

#container {
	width:923px;
	background: url(pictures/background.png) no-repeat top left;	
	margin:0 auto;
	
	padding:0;
	padding-top:346px;

}

#position_above_main{
	position:absolute;
	top:0;
	margin-top:176px;
	display:block;
	width:930px;
}
#position_above_main a{
	float:left;
	display:block;
	width:230px;
	height:150px;
	color:white;
	font-size:15px;
	text-decoration:none;
	margin-right:1px;
}
#position_above_main a:hover{
	color:orange;

background: -moz-linear-gradient(top, rgba(1,5,1,0.62) 0%, rgba(1,5,1,0.61) 1%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,5,1,0.62)), color-stop(1%,rgba(1,5,1,0.61)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(1,5,1,0.62) 0%,rgba(1,5,1,0.61) 1%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(1,5,1,0.62) 0%,rgba(1,5,1,0.61) 1%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(1,5,1,0.62) 0%,rgba(1,5,1,0.61) 1%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(1,5,1,0.62) 0%,rgba(1,5,1,0.61) 1%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e010501', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
#position_above_main a b{
	padding:20px;
	padding-top:15px;
	display:block;
}



#insideContainer{

}
#header {
	
}


*html #content{
	float:none;   /* ce das brez tega v IE zginejo elementi s position absolute */
	clear:none;
}

#left, #right {
	clear:both;
	width:230px;
	float:left;
	padding-bottom:38px;
	font-family:Georgia;
}
	
#left{
	display:none;
}
#right .box{
	padding:10px;
}
#right .text{
	font-size:0.9em;
}


#right{
	float:right;
	clear:none;

background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top, #efefef 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #efefef 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #efefef 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #efefef 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom, #efefef 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
#center {
	min-height: 600px;
	width: 680px;
	float: left;
	padding-bottom: 30px;
	padding-top:20px;
}
*html #center{
	
}

#absolute_bottom{
	background:#333;
	margin-top:1px;
	padding-bottom:30px;
}
#absolute_bottom_inside{
	width:923px;
	margin:0 auto;
	overflow:auto;
	padding-top:30px;
}
#absolute_bottom .box{
	float:left;
	width:230px;
}
#absolute_bottom .box .content{
	padding:10px;
	font-size:11px;
	color:#999;
}
#absolute_bottom h2.h1 {
	color:#666!important;
	padding-left:10px;
}
#absolute_bottom a{
	color:#ccc;
}

#absolute_bottom a:hover{
	color:orange;
}


#content {
	
	background:url(pictures/right_bg.png) repeat-y right;
}
#content_id_194{
	float:right;
}

.box{
	margin-bottom: 9px;
	padding: 0;
}

blockquote{
	background:#F7EA93 url(pictures/blockquoteBg.gif) no-repeat 5px 5px;
	border:1px solid #3F5877;
	padding:5px;
	padding-left:54px;
	padding-top:33px;
	margin: 20px 40px;
	padding-bottom:20px;
}
blockquote h3{
	color:#3F5877;
	font-size:110%;
	font-weight:bold;
}
.root_content_id_207 .content ul {
	margin:0;
	padding:0;

}
.root_content_id_207 .content ul li{
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;

}

#top{
	position:absolute;
	top:0;
	margin-left:250px;
	margin-top:19px;
	font-size:13px;
}
#top a{
	color:white;
	text-decoration:none;
	float:left;
	margin-right:20px;
	

}

#top .contact{
	color:orange;
	position:absolute;
	width:250px;
	margin-left:410px;
	text-align:right;
	margin-top:-1px;
}
#top .contact a{
	color:orange;
	float:none;
	margin:0;
}




#top a:hover{
	color:orange;
}

#top .box{
	margin:0;
	padding:0;

}


#header_link{
	display:block;
	width:556px;
	height:100px;
	position:absolute;
	top:0;
	margin-left:10px;
	margin-top:50px;
	
}
#top h2.h1{
	display:none;
}


#bottom {
	clear:both;
	display: none;
	overflow:hidden;
	height:30px;
	background:url(pictures/footer.gif) no-repeat;
}

#bottom .content{
	display:none;
}


#center h1, #center h2.h1{

	font-size:28px;
	
	margin: 0;
	margin-bottom: 10px;
	padding: 2px 10px 0 0px;
	display:block;
	padding-bottom:5px;


	
	color:#496CA4;
	color:#aaa;
	font-weight:normal;
	
 
}
#center .content h1{
	font-size:210%;
	padding-bottom:10px;
	padding-top:6px;
	
}
#center .box{
	clear:both;
	margin-bottom:20px;
}


#center h2{
	padding-bottom:10px;
	color:#95B6EF;
	margin-top:17px;
}




#right h2.h1, #left h2.h1{

	
	clear:both;
	text-align: center;
	font-size:17px;
	font-weight:bold;
	color: #3F5877;
	
}
#left  h2.h1{
	color:#666666;
	font-size:280%;
}



#left input.text, #right input.text, #left input.password, #right input.password{
	width: 96%;
}



#signature{
	display: none;
}
#signature a{
	
}
#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;


	
	width: 130px;
}
#mousemove img{
	border:1px solid black;
	
}

#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{
	
}

div.spacer{
	clear:both;
	height:1px;
	width:1px;
}



/*  picture list */
ul.picture_list{
	

}
ul.picture_list li{
	float:left;
	width:130px;
	height:150px;
	margin-right:5px;
}

ul.picture_list a{
	display:block;
	margin:0 5px 0 0;
	text-align:center;

}
ul.picture_list a  .title{
	display:block;
	margin-right:6px;
	
}

ul.picture_list a:hover .title{
	font-weight:bold;
}
.thumb{
	float:left;
	width:110px;
	height:90px;
	display:block;
	background: no-repeat center center;
	margin-bottom:5px;
	border:3px solid gray;
}
a:hover .thumb{
	border-color:#3C72D6;

}
.thumb img{
	display:none;
}

#position_above_main h2.h1{
	display:none;
}

#content_id_232{
	background:#eee;
	border:1px solid white;
	border-left:none;
	border-right:none;
}


#right .content ul{
	margin:0!important;
	padding:0!important;
	list-style-type:none!important;
}

#right .content ul li {
	background:url(pictures/arrow.gif) no-repeat top left;
	background-position:0 3px;
	padding-left:14px!important;
}





#guarantee{
	position:absolute;
	width:160px!important;
	height:130px!important;
	display:block;
	background:none!important;
	margin-left:750px;
	margin-top:-150px;
	
}
#guarantee:hover{

	
}










form{
	margin:0;
	padding:0;
}
form .field{
	margin-bottom: 3px;
}
form label{
	font-size:1.2em;
	display:block;
	margin-top:5px;
	margin-bottom:3px;
}
form div.error{
	font-size:1.1em;
	margin-bottom:10px;
}

form input.text, form input.password, form textarea, form div.read{
	border: #1568AF 1px solid;
	background-color:white;
	padding:1px;
}
form div.read{
	cursor:crosshair;
	background-color: #F1F1EC;
}
form input.text, form input.password{
	width: 150px;
}
form div.submit{
	margin-top:6px;

}
form input.submit{
	font-weight:bold;
	font-size:90%;
}

form input.error, form select.error, form textarea.error{
	background-color: #FFD39F;
	border-color: red;
}

form b.mandatory{
	font-size:1.2em;
	display:block;
	margin-top:8px;
}




/*  bbCode  */
form .bbcode div.smilies{
	background: white;
	border: 1px solid gray;
	padding: 3px;
	text-align: center;
	float:left;
	width:85px;
	margin-right:3px;
}
form .bbcode div.smilies a{
	text-decoration: none;
}
form .bbcode .smilies b{
	display:block;
	margin-bottom: 5px;
}
form .bbcode .smilies img{
	margin: 3px;
}
form .bbcode .buttons{
	margin-bottom:3px;
}
form .font_size, form .font_color{
	float:left;
}
form .bbcode .content{
	width:310px;
	float:left;
}
form .bbcode .content textarea{
	width: 100%;
	height: 200px;
	font-family:Verdana;
	font-size:11px;
}
form .bbcode img{
	border: 0;
}
form .bbcode input.bbbutton{
	font-size:95%;
	padding: 0;
	border: 1px solid black;
}
form .bbcode input.bbbutton:hover{
	padding: 0;
	border: 1px solid black;
	background-color: #FFC100;
}
form .bbcode input.helpbox{
	background: none;
	border: none;
	width: 200px;
}
form .bbcode div.font{
	margin-top: 2px;
}
form table.bbcode{
	width: 100%;
}

.calendar{
	background-color: #CCCCFF;
	margin-top: -100px;
}
.calendar select{
	background-color: #FFA500;
}




.cpYearNavigation,
.cpMonthNavigation
		{
		background-color:none;
		text-align:center;
		vertical-align:center;
		text-decoration:none;
		color: black;
		font-weight:bold;
		}
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText
		{
		font-family:arial;
		font-size:8pt;
		
		}
TD.cpDayColumnHeader
		{
		text-align:right;
		border:solid 1px black;
		border-width:0 0 1px 0;
		}
.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate
		{
		text-align:right;
		text-decoration:none;
		
		}
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled
		{
		color:#D0D0D0;
		text-align:right;
		text-decoration:line-through;
		}
.cpCurrentMonthDate
		{
		color:black;
		font-weight:bold;
		}
TD.cpCurrentMonthDate{
	border: 1px solid #CCCCFF;
}		
TD.cpCurrentMonthDate:hover{
	background: #FFA500;
	border: 1px solid black;
}
.cpCurrentDate
		{
		color: black;
		font-weight:bold;
		}
.cpOtherMonthDate
		{
		color:#808080;
		}
TD.cpCurrentDate
		{
		background-color: white;
		border:solid 1px black;
		}
TD.cpCurrentDateDisabled
		{
		border-width:1;
		border:solid thin #FFAAAA;
		}
TD.cpTodayText,
TD.cpTodayTextDisabled
		{
		border:solid 1px black;
		border-width:1px 0 0 0;
		}
TD.cpTodayText:hover, TD.cpTodayTextDisabled:hover{
	background-color: #FFA500;
	border: 1px solid black;
}
A.cpTodayText,
SPAN.cpTodayTextDisabled
		{
			padding: 3px;
		}
A.cpTodayText
		{
		display:block;
		color:black;
		font-weight:bold;
		}
SPAN.cpTodayTextDisabled
		{
		color:#D0D0D0;
		}
.cpBorder
		{
		border:solid 0 #6677DD;
		}

		
		
/* fancy css 3 check box  
input[type="checkbox"], input[type="radio"] {
	visibility: hidden;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}	
label{
//background: url(pictures/css3_checkbox.gif) 0 0 no-repeat;
}
input[type="checkbox"] + label{
	background: url(pictures/css3_checkbox.gif) 0 0 no-repeat;
	border:1px solid black;
}

input[type="checkbox"]:focus + label{
	background-position: 0 -16px;
}

input[type="checkbox"]:checked + label{
	background-position: 0 -32px;
}

input[type="checkbox"]:checked:focus + label{
	background-position: 0 -48px;
}
label {
	padding-left: 20px;
	height: 16px;
}*/

.menu h2.h1{
	display:none;
}



.menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display:inline;
}
.menu ul ul{
	display:none;
}

.menu .content{
	font-size:100%;
	margin:0;
	padding:0;
	margin-top:-3px;
}


.menu ul li{
	margin:0;
	padding:0;
	display:inline;
}.sub_content .sub_content_list h2{
	display:none

}
.sub_content .sub_content_list ul{
	list-style-type:none;
	margin-bottom:20px;
	padding:0;
}
.sub_content .sub_content_list ul li{
	font-size:1.2em;
	padding:5px 0;
	

}