@CHARSET "UTF-8";

.hidex {
	display:none;
}

html,body {
	margin:0pt;
	padding:0pt;
	height:100%;
	
}

body {
	background-image:url('../img/w3c/bg.jpg');
	background-position:top center; 
	background-repeat:no-repeat;
	font-family:verdana,'trebuchet ms',sans-serif;
	font-size:12px;
}

.heder {
	background-image:url('../img/w3c/frame_top.png');
	background-position:center;
	background-repeat:no-repeat;
	width:790px;
	height:100px;
	position:relative;
	margin:29px auto 0px auto;	
	
}

#dataexpand {
	background-image:url('../img/ie/dataexpand.png');
	background-position:center;
	background-repeat:no-repeat;
	width:189px;
	height:19px;
	display:block;
	height:19px;
	left:35px;
	position:relative;
	top:25px;
	width:189px;
}

#dataexpand span {
	display:none;
}

.heder .menu {
	top:58px;
	left:5px;
	position:absolute;
}

.heder .menu li {

	display:block;
	float:left;
	margin-left:5px;
	padding-left:15px;
	margin-right:5px;
	background-image:url('../img/ie/but_off.png');
	background-position:left;
	background-repeat:no-repeat;
}
.heder .menu li:hover {
	background-image:url('../img/ie/but_on.png');
}

.heder .menu li a:hover {
	color:#000000;
	text-decoration:underline;
}
.heder .menu li a {
	color:#1c5923;
	text-decoration:none;
}
.heder .langmenu {
	right:40px;
	top:34px;
	position:absolute;
}
.heder .langmenu li {
	display:block;
	float:left;
	margin-left:5px;
}
.heder .langmenu li a {
	display:block;
	width:25px;
	height:35px;
}
.heder .langmenu li span {
	display:none;
}
.heder .langmenu .pl {
	background-image:url('../img/ie/lang_pl_off.png');
	background-position:center;
	background-repeat:no-repeat;
}
.heder .langmenu .en {
	background-image:url('../img/ie/lang_en_off.png');
	background-position:center;
	background-repeat:no-repeat;
	font-size:5px;
}
.heder .langmenu .pl:hover {
	background-image:url('../img/ie/lang_pl_on.png');
}
.heder .langmenu .en:hover {
	background-image:url('../img/ie/lang_en_on.png');
}

.content {
	width:790px;
	margin:0px auto 0px auto;	
	color:#424244;
}

.content div.top {
	background-image:url('../img/w3c/frame_mid1.png');
	background-position:center;
	background-repeat:no-repeat;
	height:12px;
}
.content div.center {
	background-image:url('../img/w3c/frame_mid2.png');
	background-position:center;
	background-repeat:repeat-y;
	min-height:300px;
	padding:7px 34px;
}
.content div.bottom {
	background-image:url('../img/w3c/frame_mid3.png');
	background-position:center;
	background-repeat:no-repeat;
	height:13px;
	clear:both;
}

.footer {
	color:#CACACA;
	font-size:10px;
	text-align:center;
}

.clear {
	clear:both;
}

/*
 * Klasy formatujace kontenery
 * 
 */

.aktualnosci i {
	color:#b2b2b4;
	text-align:right;
	font-size:10px;
	display:block;
}
.aktualnosci h3 {
	margin:0px;
	padding-top:5px;
	font-size:12px;
	border-bottom-color:#b2b2b4;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
.aktualnosci p {
	clear:both;
	margin:0px;
	padding:2px 5px 2px 5px;
}
.aktualnosci p:hover {
	background-color:#eeeeee;
}


.aktualnosci_short i {
	position:relative;
}
.aktualnosci_short i {
	color:#b2b2b4;
	text-align:right;
	font-size:9px;
	display:block;
}
.aktualnosci_short h3 {
	margin:0px;
	padding-top:5px;
	font-size:10px;
	border-bottom-color:#b2b2b4;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
.aktualnosci_short p {
	margin:0px;
	font-size:10px;
}
.aktualnosci_short p:hover {
	background-color:#eeeeee;
}


/*
 * Kolumnaszeroka, wąska
 */
.column21 {

	float:left;
	width:540px;
}

.column22 {
	border-left:1px dotted #B2B2B4;
	float:right;
	padding-left:5px;
	width:160px;
}

/*
 * Kolumnawąska, szeroka
 */

.columnWS21 {
	float:left;;
	width:160px;
}
.columnWS22 {
	float:right;
	width:540px;
	border-left:1px dotted #B2B2B4;
	padding-left:5px;
}



/*
 * Usowamy margines gorny
 */
h3.top {
	margin-top:5px;
	border-bottom:1px dotted #B2B2B4;
}
h3.top a {
    color:#424244;
}

/*
 * Formularze
 */
.fkontakt input, .fkontakt textarea {
	width:100%;
	border:1px #B2B2B4 solid;
}

.fkontakt td {
	padding-right:10px;
}

.fkontakt table {
	width:100%;
}

/*
 * Zmiana atrybutów, informacje/błedy
 */

.info {
	color:blue;
}

.error {
	color:red;
}

a {
    color:#526d9e;
}

.links a {
    display: block;
    text-decoration: none;
    padding-left: 15px;
    margin-left: 5px;
    min-height: 15px;
    background: url(../img/li.png) no-repeat left center;
}

.links a:hover {
    font-weight: bold;
}
