html, body {
	background-color: black;
	color: white;
	margin: 0;
	padding: 0;
}

#top_window {
	width: 902px;
	margin: 0 auto;
        margin-top: 20px;
        font: 12px/18px verdana,helvetica,arial;
}
#navi_bar {
	height: 38px;
	margin: 0 auto;
	margin-top: 5px;
	background-image: url(images/background_navi_bar.gif);
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #393939;
	overflow: hidden;
}

#navi_bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi_bar ul li {
	float: left;
}

#navi_bar ul li a {
	display: block;
	float: left;
	height: 38px;
	padding: 0 18px;
	font: bold 12px/38px verdana,helvetica,arial;
	text-decoration: none;
	color: White;
	border-right: 1px solid #393939;
	background: url('images/background_navi_bar.gif') repeat-x;
}

#navi_bar ul a:hover {
	background-image: url('images/background_navi_bar_on.gif') ;
}

#top {
	border-bottom: 1px solid #393939;
        padding-bottom: 10px;
}

.image_box {
	width: 180px;
	height: 120px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline-block;
}

.image_box_intro {
	margin-right: 10px;
	float: left;
}

.image_baner {
	border: 1px;
	border-style: solid;
	border-color: #313131;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.image_left {
	float: left;
	margin-right: 10px;
}

.image_right {
	float: right;
	margin-left: 10px;
}

#image_box_frame {
	width: 900px;
	height: 120px;
	border-style: solid;
	border-width: 1px;
	border-color: #393939;
}

.thumb_box {
	width: 120px;
	height: 120px;
	float: left;
	display: table-cell;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}


#left {
	width: 300px;
	float: left;
	padding-top: 15px;
	
}
#midle {
	width: 12px;
	float: left;
}


#right {
	width: 500px;
	float: left;
        padding: 20px;
	padding-left: 50px;
}

.clr {clear: both;}
a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

.news a:link {
	color: #04a9e6;
	text-decoration: none;
}

.news a:visited {
	color: #04a9e6;
	text-decoration: none;
}

.frame_ a:link {
	color: #04a9e6;
	text-decoration: none;
}

.frame_ a:visited {
	color: #04a9e6;
	text-decoration: none;
}

a img{
	border: 0;
	
}

#stopka a {
color: white;
	text-decoration: none;
}

#stopka {
	width: 902px;
	margin: 0 auto;
	font: 10px verdana,helvetica,arial;
	color: white;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	border-style: solid;
	border-color: #393939;
	border-width: 1px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.frame_ {
        overflow: hidden;
        border-style: solid;
        border-width: 1px;
        border-color: #393939;
        padding: 10px;
        font: 12px/18px verdana,helvetica,arial;
        color: white;
        background-color: #101010;
        text-decoration: none;

}

.shadow {
	-moz-box-shadow: 3px 3px 4px #4d4d4d;
	-webkit-box-shadow: 3px 3px 4px #4d4d4d;
	box-shadow: 3px 3px 4px #4d4d4d;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#4d4d4d')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#4d4d4d');
}

.wyroznienia {
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	padding: 3px;
}

.stileleft {
	font-size:12px;
	color:white;
	text-align:left;
	}
	
.title_bar {
	height: 30px;
	background-image: url(images/background_bar.gif);
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #393939;
	font: bold 12px/30px verdana,helvetica,arial;
	text-decoration: none;
	text-align: center;
	color: White;
}