/* v1.0 | 20080212 */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Verdana;
}
body {
	line-height: 1;
	background: url(bg-repeat-2.png) repeat-x 0 bottom;
}
ol, ul {
	list-style-type: disc;
	list-style-position: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body 
{
	overflow: visible;
	overflow-x: hidden;
}

div.brk
{
	clear: both;
	height: 1px;
}

a 
{
	text-decoration: none;
}

#ajax-loader
{
	background:url("ajax-loader.gif") no-repeat;
	height:20px;
	left:160px;
	position:absolute;
	top:106px;
	width:20px;
	display: none;
}

#topbar 
{
	background: url(bg-repeat-top.png) repeat-x;
	position: absolute;
	left: 0;
	top:10px;
	width: 100%;
	height: 5px;
}

#main-container 
{
	width: 1000px;
	margin: 0 auto;
	/** border: 1px solid red; /* for debug purposes only */
}

#header
{	
	height: 170px;
	position: relative;
	/*border-bottom: 1px dashed red;  /* for debug purposes only */
	background: url('shadow-logo-543x167.png') no-repeat;
	left: -100px;
}

#header img
{
	left:130px;
	top: 15px;
	position: absolute;
}

#header #bok-info 
{
	float: right;
	font-size: 20px;
	color: #057eca;
	text-align: right;
	position: relative;
	
	top: 50px;
	right: -100px; /* cause #header is -100 left */
	padding-right: 15px;
}

#header #bok-info h3
{
	color: #ccc;
	font-weight: normal;
}

#menubar 
{
	/*height: 309px; */
	/*border-bottom: 1px dotted red;  /* for debug purposes only */
	
	height: 169px;
	position: relative;
	background: url('bg-blue-1000x309.png') no-repeat scroll 0 bottom;
}

#menubar > ul {
	position: absolute;
	top: -20px;
	left: 250px;
	list-style-type: none;
	background: url(bg-repeat-right.png) repeat-x;
	height: 80px;
	width: 750px;
	z-index: 5;
}

#menubar > ul > li {
	/*display: inline-block;*/
	float: left;
	margin: 35px 0;
	position: relative;
	/*height: 100%;*/
	height: 45px;
}

#menubar a {
	display:inline-block;
	text-decoration:none;
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;	
}

#menubar > ul > li > a 
{
	text-align:center;
	padding: 0 18px 0 15px;
	border-right: 1px solid #ccc;
	display: block;
	
}

#menubar > ul > li > a:hover 
{
	color: #069;
}

#menubar > ul > li.last > a
{
	border: 0;
}

/** second-level menu */
#menubar ul ul {
	position: absolute;
	top: 47px;
	list-style-type: none;
	background: white;
	display: none;
	left: -5px;
	
	-moz-border-radius-bottomleft: 5px; 
	border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	
	-moz-border-radius-bottomright: 5px; 
	border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	
}

#menubar ul li:hover ul 
{
	/*display: block;*/
}

#menubar li.first ul 
{
	left: 0 !important;
}

#menubar ul ul li {
	display: block;	
	margin: 10px 15px;
}

/*
#menubar ul ul li.bottom-item
{
	margin-bottom: 0;
	margin-left: 0;
	margin-right:0;
	
	background: url('c-bottom-left.png') no-repeat;
	height: 7px;
	
} 

#menubar ul ul li.bottom-item span 
{
	float: right;
	height: 7px;
	width: 7px;
	display: block;
	background: url('c-bottom-right.png') no-repeat;
}*/
#menubar ul ul li a:hover 
{
	text-decoration: underline;
}


#content
{
	width: 960px;
	margin: 5px auto 40px;
	/*border: 1px dashed #ccc; /* for debug purposes only */
	min-height: 30px;
	line-height: 1.50;
}


.container 
{	
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787575;
	padding: 5px 10px;
	position: relative;
	/*background: url(bg-szum-1000x55.png) no-repeat scroll center bottom;*/
}

.container p 
{
	margin: 15px 5px;
	text-align: justify;
	font-family: Tahoma, sans-serif;
}

.container ul, .container ol 
{
	margin: 6px 10px;
}

.container h1 
{
	font-size: 20px;
}

.container h2 
{
	font-size: 18px;
}

.container h3 
{
	font-size: 16px;
}

.container h4 
{
	font-size: 15px;
}

.container h5 
{
	font-size: 14px;
}




#footer 
{
	margin-top: 50px;
	margin-bottom: 35px;
	height: 60px;
	/*border: 1px dashed fuchsia; /* for debug purposes only */
	padding: 5px;
	position: relative;
}

#footer h2#title 
{
	position: absolute;
	top: -70px;
	left: 30px;
	color: #999;
	font-weight: bold;
}

#footer > ul 
{
	float: left;
	width: 210px;
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
}

#footer > ul.first 
{
	width: 190px;
}

#footer > ul.second 
{
	margin-left: 60px;
}

#footer > ul > li
{
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#footer > ul > li > a
{
	text-decoration: none;
	color: #999;
	font-size: 12px;
}

#footer > ul > li > a:hover 
{
	color: #036;
}

#footer span
{
	float: right;
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer span a 
{
	font-weight: bold;
	color: #069;
	text-decoration: none;
}

#footer span a:hover 
{
	font-weight: bold;
	color: #069;
	text-decoration: underline;
}


/** SiteController / contact */



#experimental 
{
	/*border: 3px solid red;*/ 
	position: absolute; 
	left: 50%; 
	top: 10px; 
	height: 100%; 
	width: 50%;
	z-index: -1;
	background: url(bg-repeat-right.png) repeat-x scroll 0 140px;
 
}

#news-single 
{
	padding: 10px 20px;
}

	#news-single h2 
	{
		margin-bottom: 10px;
	}
	
	#news-single p 
	{
		text-align: justify;
		margin: 5px 0 10px 10px;
	}
	
	#news-single p.intro 
	{
		font-style: italic;
		font-weight: bold;
	}

