@charset "utf-8";
/* CSS Document */
html {overflow-y: scroll;} 
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	/* part 1 of 2 centering hack */
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#00002D;
}
	
#container {
	width: 739px; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	border: 0px;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 770px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 739px;

	
}
#background{
	width: 739px; 
	background-color:#ffffff;
}

#content{
	width: 739px;
}
#content_white_back{
	background-color:#ffffff;
	height:100%;
	border:1px;
}

#content_left{
	float:left;
	width: 160px;
	padding:10px;
	font-family:"verdana";
	font-size:10px;
	color:#0C4594;
}

#content_middle{
	float:left;
	width: 240px;  
	padding:10px;

	font-family:"verdana";
	font-size:10px;
	color:#0C4594;
}
#content_right{
	float:left;  
	padding:10px;
	width: 260px;
	
	font-family:"verdana";
	font-size:10px;
	color:#0C4594;
}

#content_rest{
	float:left;
	width: 510px;  
	padding:10px;

	font-family:"verdana";
	font-size:10px;
	color:#0C4594;
}


.content_header{
	position:relative;
}
.content_header_right{
	position:relative;
	left:450px;
}

.header_text{
	position:absolute;
	left:40px;
	top:9px;

	font-family:"georgia";
	font-size:11px;
	font-weight:bold;
	color:#0C4594;
}
.header_text_green{
	position:absolute;
	left:40px;
	top:9px;

	font-family:"georgia";
	font-size:11px;
	font-weight:bold;
	color:#24761B;
}
.header_text_yellow{
	position:absolute;
	left:40px;
	top:9px;

	font-family:"georgia";
	font-size:11px;
	font-weight:bold;
	color:#DBA424;
}
.header_text_red{
	position:absolute;
	left:40px;
	top:9px;

	font-family:"georgia";
	font-size:11px;
	font-weight:bold;
	color:#BE1F1F;
}
.header_text_orange{
	position:absolute;
	left:40px;
	top:9px;

	font-family:"georgia";
	font-size:11px;
	font-weight:bold;
	color:#FF6600;
}
.header_text_pink{
	position:absolute;
	left:40px;
	top:9px;

	font-family:"georgia";
	font-size:11px;
	font-weight:bold;
	color:#9B0670;
}


#content_bottom{	
}

#footer{
	position:absolute;
	width: 739px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0;
	margin-left: 0; 	
}

div#clear {clear: both;}
div#filler{
height:400px;
float:left;
width:1px;
}

.footer_text{
	position:absolute;
	top:0px;
	left:500px;
	font-size:9px;
	color:#0C4594;
	text-align:right;
}

.divider_dots{
	background-image: url(images/dot_divider.gif);
	height:10px;
}
.divider_dots_blue{
	background-image: url(images/dot_divider_blue.gif);
	height:10px;
}
.divider_dots_green{
	background-image: url(images/dot_divider_green.gif);
	height:10px;
	
}
.divider_dots_yellow{
	background-image: url(images/dot_divider_yellow.gif);
	height:10px;
}
.divider_vertical{
	float:left;
	background-image: url(images/vertical_line.png);
	height:315px;
	width:1px;
}
.divider_vertical_green{
	float:left;
	background-image: url(images/vertical_line_green.png);
	height:315px;
	width:1px;
}
.divider_vertical_yellow{
	float:left;
	background-image: url(images/vertical_line_yellow.png);
	height:315px;
	width:1px;
}
.divider_vertical_red{
	float:left;
	background-image: url(images/vertical_line_red.png);
	height:315px;
	width:1px;
}
.divider_vertical_orange{
	float:left;
	background-image: url(images/vertical_line_orange.png);
	height:315px;
	width:1px;
}
.divider_vertical_pink{
	float:left;
	background-image: url(images/vertical_line_pink.png);
	height:315px;
	width:1px;
}

a {
	color:#0C4594;
	text-decoration: none;
	font-weight:bold;

}
a:hover{
	color:#3366FF;
	text-decoration: underline;
	font-weight:bold;
}
a.green_bold {
	color:#29831F;
	text-decoration: none;
	font-weight:bold;

}
a.green_bold:hover{
	color:#3EC92E;
	text-decoration: underline;
	font-weight:bold;
}
a.yellow_bold {
	color:#DBA424;
	text-decoration: none;
	font-weight:bold;

}
a.yellow_bold:hover{
	color:#DBA424;
	text-decoration: underline;
	font-weight:bold;
}
a.more {
	color:#1CA4FD;
	text-decoration: none;
	font-weight:100;

}
a.more:hover{
	color:#1CA4FD;
	text-decoration: underline;
	font-weight:100;
}
a.green {
	color:#49B01C;
	text-decoration: underline;
	font-weight:bold;

}
a.green:hover{
	color:#86E75C;
	text-decoration: underline;
	font-weight:bold;
}
a.yellow {
	color:#ECBE0B;
	text-decoration: underline;
	font-weight:bold;

}
a.yellow:hover{
	color:#F9DC6C;
	text-decoration: underline;
	font-weight:bold;
}
a.orange {
	color:#F86729;
	text-decoration: underline;
	font-weight:bold;

}
a.orange:hover{
	color:#FA8F63;
	text-decoration: underline;
	font-weight:bold;
}
a.red {
	color:#CC0000;
	text-decoration: underline;
	font-weight:bold;

}
a.red:hover{
color:#FF0000;
	text-decoration: underline;
	font-weight:bold;
}


ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li{
	background-image: url(images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: .6em .4em;
	padding-left: 1.6em;
}
li.yellow{
	background-image: url(images/arrow_yellow.gif);
	background-repeat: no-repeat;
	background-position: .6em .4em;
	padding-left: 1.6em;
}
li.green{
	background-image: url(images/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: .6em .4em;
	padding-left: 1.6em;
}

span.blue{
	color:#114A9B;
}

div.more{
	text-align:right;
}

div.aktualnosci_date{
	color:#3EC92E;
	text-align:left;
	font-weight:200;
	font-size:9px;
}

div.aktualnosci_header{
	color:#24761B;
	font-weight:bold;
}

div.aktualnosci_text{
	color:#0C4594;
	font-weight:200;
}
div.yellow_header{
	color:#DBA424;
	font-weight:bold;
}
div.blue_header{
	color:#3366FF;
	font-weight:bold;
}
div.green_header{
	color:#7ADD6F;
}

div.red_header{
	color:#BE1F1F;
	font-weight:bold;
}
div.orange_header{
	color:#FF6600;
	font-weight:bold;
}
div.pink_header{
	color:#9B0670;
	font-weight:bold;
}
.tekst_form{
	float:left;
	width:130px;
	}
.input.form{}

input.text{
width:200px;
border:1px;
border-color:#999999;
background-color:#CCCCCC;
}
textarea{
width:200px;
border:1px;
border-color:#999999;
background-color:#CCCCCC;
}
input.submit{
width:98px;
border:1px;
border-color:#999999;
background-color:#BE1F1F;
color:#CCCCCC;
}
input.reset{
width:98px;
border:1px;
border-color:#999999;
background-color:#757575;
color:#CCCCCC;
}





