/*ą*/

/*globalne modyfikacje włąściwości znacznikow*/

body
{
	background-color:white;	
	padding:0px;
	margin:0px;
	font-family:arial;
	color:black;
	font-size:10pt;
}

a
{
	color:#333333;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

/*style nagłówka*/

#head
{
	display:block;
	width:100%;
	height:165px;
	margin: 0px 0px 0px 0px;
	background-color:black;
}

#head_center
{
	display:block;
	height:165px;
	width:765px;
	float:none;
	margin:0px auto 0px auto;
	background-image:url('../graphics/head_flame.jpg');
}

#menu
{
	display:block;
	width:100%;
	height:30px;
	margin: 0px 0px 0px 0px;
	background-image:url('../graphics/menu.jpg');
}

#menu_central
{
	display:block;
	width:745px;
	height:30px;
	margin: 0px auto 0px auto;
}

.menu_button
{
	display:block;
	height:25px;
	padding: 5px 15px 0px 10px;
	float:left;
	font-size:15px;
	text-decoration:none;
	color:white;
}

.menu_button:hover
{
	background-image:url('../graphics/menu_up.jpg');
	background-repeat:repeat-x;
	text-decoration:none;
}

#menu_right
{
	display:block;
	float:right;
	height:30px;
	width:185px;
	background-image:url('../graphics/menu_flame.jpg');
}

/*elementy treści strony*/

#content
{
	float:none;
	clear:both;
	width:745px;
	margin: 10px auto 0px auto;
	font-size:10pt;
}

.halfpage
{
	display:block;	
	float:left;
	width:365px;
	margin:15px 0px 20px 5px;
}

.gal_block
{
	display:block;
	float:left;
	height:110px;
	width:110px;
	margin: 5px 5px 5px 5px;
	text-align:center;
}

#gal_center
{
	display:block;
	width:720px;
	float:none;
	clear:both;
	margin: 0px auto 0px auto;
}

#poster
{
	display:block;
	float:right;
	background-color: #670b00;
	width:180px;
	color:white;
	margin: 0px 0px 10px 0px;
	font-size:8pt;
}

#poster p
{
	margin: 0px 5px 0px 5px;
}

#poster a
{
	float:left;
	font-weight:bold;
	color:white;
	margin-left:40px;
}

#poster_top
{
	display:block;
	float:none;
	width:180px;
	height:16px;
	background-image:url('../graphics/poster_top.jpg');
}

#poster_foot
{
	display:block;
	float:none;
	width:180px;
	height:18px;
	background-image:url('../graphics/poster_foot.jpg');
}

#articles
{
	display:block;
	float:left;
	width:550px;
	margin-bottom:10px;
}

#articles h1
{
	font-size:14pt;
	margin:0px 0px 5px 0px;
}

#articles h2
{
	font-size:8pt;
	color:#888888;
	font-weight:normal;
	margin:0px 0px 0px 0px;
}

#articles h3
{
	font-size:10pt;
	font-weight:normal;
}

#articles a
{
	float:right;
}

#articles hr
{
	color:#cccccc;
}

#left_page
{
	display:block;
	float:left;
	width:100px;
	text-align:left;
	min-height:10px;
}

#left_page a
{
	float:left;
}

#right_page
{
	display:block;
	float:right;
	width:100px;
	text-align:right;
	min-height:10px;
}

#right_page a
{
	float:right;
}

#central_page
{
	display:block;
	float:left;
	width:550px;
	text-align:center;
}

/*elementy stopki*/

.sign
{
	text-align:center;
	font-size:7pt;
	color:#333333;
	margin-top:5px;
}

.sign a
{
	color:#222222;
	text-decoration:none;
}
.sign a:hover
{
	text-decoration:underline;
}

.foot_txt
{
	text-align:center;
	color:white;
	padding-top:6px;
	font-size:8pt;
	font-weight:bold;
}

#foot
{
	display:block;
	width:100%;
	height:25px;
	margin: 0px 0px 0px 0px;
	background-image:url('../graphics/foot_tex2.jpg');
	background-repeat:repeat-x;
	float:none;
	clear:both;
}

#foot_block
{
	display:block;
	width:765px;
	height:69px;
	background-image:url('../graphics/foot.jpg');
	float:none;
	margin:0px auto 0px auto;
}

#blackout
{
	width:100%;
	background-color:black;
	/*padding-bottom:500px ; */
	margin: -7px 0px 0px 0px
}

