/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% Tahoma,Verdana,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
background:#e8eaec url(img/tlo.gif);
position: relative;
}

a{
color:#467AA7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#000000; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
width:780px;

padding:0;
text-align:left;
background:#FFFFFF;
color:#303030;
border:1px solid #495f8c;
}

#header{
height:201px;
width:760px;
margin:0 1px 1px 1px;
background:#467aa7 url(img/logo.jpg) top left no-repeat;
color:#ffffff;
}

#header h1{
padding:35px 0 0 20px;
font-size:2.4em;
background-color:inherit;
color:#ffffff;
letter-spacing:-2px;
font-weight:normal;
}

#header h2{
margin:10px 0 0 40px;
font-size:1.4em;
background-color:inherit;
color:#f0f2f4;
letter-spacing:-1px;
font-weight:normal;
}

#navigation{
height:33px;
line-height:33px;
width:760px;
margin:0 1px;
background:#578bb8 url(img/belka_gora.jpg) top left no-repeat;
color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;

white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #a19e9e;
}

* html #navigation a {width:1%;}

#navigation a:hover, #navigation a.current {
background:#80b0da url(img/link_off.jpg) top left repeat-x;
color:#000000;
text-decoration:none;
}

#navigation a {
background:#80b0da url(img/link_on.jpg) top left repeat-x;
color:#000000;
text-decoration:none;
}

/**************** Content styles ****************/

#login{
font-size:12px;
font-weight:bold;
}


#content{
float:left;
width:485px;
background:#f2f2f2;
font-size:0.9em;
margin-left:10px;


}

#content h2{
display:block;
margin:0 0 10px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h1 {margin:0 0 10px 0;}
#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
float:right;
width:170px;
padding:20px 20px 10px 0;
line-height:1.4em;
}

#subcontent h2{
display:block;
margin:0 0 15px 0;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}

/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:1px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}


#footer{
clear:both;
width:760px;
height:34px;
padding:1px 0 1px 0;

font-size:12px;
font-weight:bold;
color:#3C61B6;
background:url(img/belka_dol.jpg) no-repeat;
}

/**************** Footer styles ****************



#footer{
text-align:baseline;
width:778px;
clear:both;
margin:0 1px;
font-size:0.9em;
color:#f0f0f0;
height: 35px;
background:#578bb8 url(img/pasek_dol.jpg) no-repeat;
}
*/

#footer p{color:#6D6565;padding:0px; margin:9px; text-align:center;}
#footer a{color:#6D6565; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#3D3434; background-color:inherit; text-decoration: none;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}

/***** Left sidebar *****/

#avmenu {
clear:left;float:left;width:260px;margin:158px 0 20px 10px;padding:0;
}

#avmenu ul {
list-style:none;width:260px;margin:0 0 1px 2px;padding:0;
}

#avmenu li {
margin:0 0 0 2px;
}

#avmenu li a {
font-weight:bold;font-family: Verdana;font-size:11px;line-height:15px;height:17px;text-decoration:none;color:#ffffff;display:block;padding:0 0 0 15px;background: url(img/link_off.jpg) left no-repeat;
}

#avmenu li a:hover, #avmenu li a.current {
background: url(img/link_on.jpg) left no-repeat;color:#ffffff;
}

#avmenu ul ul {
margin:2px 0 20px 5px;font-size:0.9em;width:142px;height:19px;
}

#avmenu ul ul a {
height:19px;margin:0;padding:4px 0 0 10px;
}

#avmenu h2 {
font-size:1.5em;font-weight:normal;

/***** Podpowiedzi *****/


div.autosuggest
{
	position: absolute;
	background-image: url(img_inquisitor/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(img_inquisitor/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(img_inquisitor/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(img_inquisitor/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(img_inquisitor/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(img_inquisitor/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}