@charset "utf-8";
/* general
--------------------------------------------------------------------- */
* {
	margin: 0; padding: 0;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #fff;
	outline: 0;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #808080;
}
address, address a, address b {
	font-size: 14px;
	font-style: normal;
	margin-top: 25px;
	color: #000;
	line-height: 1.5em;
}
h3 {
	font-weight: normal; font-size: 1.2em;
	color: #000; font-family: Georgia, serif;
	padding-left: 10px;
}
address { border-left: 1px dotted #000; padding: 0 0 5px 15px; }
body { background: #000; }
img { border: 0; }
table {	width: 100%; }
ul { list-style-type: none; }

a.blue { color: #0000ff !important; }

.clear { clear: both !important; }
.cl { clear: left !important; }
.cr { clear: right !important; }

.f12, .f12 a, .f12 b, .f12 span {	font-size: 12px !important; }

.fl {	float: left !important; }
.fr {	float: right !important; }

.tc {	text-align: center !important; }
.tl {	text-align: left !important; }
.tr {	text-align: right !important; }

.vm { vertical-align: middle !important; }
.vt { vertical-align: top !important; }
.half { width: 50% !important; }

/* end of general
--------------------------------------------------------------------- */

/* content
--------------------------------------------------------------------- */
#container { margin: 5px 2%; }

#top { border-bottom: 1px dotted silver; }

#logo, #top_menu { float: left; }
#logo { margin-top: 2px; }

#top_menu { margin: 80px 0 0 20px; }
#top_menu a {
	color: #fff; text-transform: uppercase;
	background: transparent url('../images/item_arrow.gif') no-repeat left center;
	padding-left: 10px;
}
#top_menu a:hover {	text-decoration: underline; }
#top_menu a.active { font-weight: bold; }
#top_menu li {
	margin: 0 10px;
	font-size: 0.9em;
}
#top_menu li, #menu li { float: left; }
#top_menu a, #menu a { text-decoration: none; }

#menu li { font-size: 0.9em; }
#menu {	clear: both; margin: 8px 0 0 312px; }
#menu a, .problem { color: #ff8000; }
#menu a:hover {	text-decoration: underline; }
#menu a.active { font-weight: bold; }
#menu li.slash { margin: 0 10px; color: #ff8000; }

#content { width: 100%; background-color: #f4f5e9; margin: 8px 0 0 0; }

#main_content { padding: 40px; position: relative; }
#main_content a, #main_content acronym, #main_content em,
#main_content h2, #main_content p, #main_content b, #main_content li {
	color: #000;
}
#main_content a, #main_content acronym, #main_content em,
#main_content b, #main_content li {
	font-family: Georgia, serif;
}
#main_content p { width: 45%; text-align: justify;
	font-size: 0.9em; margin: 10px 0 0 0; font-family: Georgia, serif;
}
#main_content .fullsize p { width: auto; }
#main_content .fullsize h3 { margin-top: 10px; }
#main_content .ak47 p { width: 100%; }
#main_content p.miniaturki { text-align: left; margin: 20px 0 0 0; }
#main_content p.miniaturki a { float: left; margin: 0 14px 10px 0; }
#main_content h2 { color: #999;
	font: 3em Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
#player {
	position: absolute;
	left: 40px; top: 40px;
	height: 100px; width: 200px;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}
#mainfoto { border: 3px solid #000; margin: -3px 0 0 -3px }

.ak47 { width: 47%; }

#main_content p.miniaturka { margin-top: 42px; }

/* end of content
--------------------------------------------------------------------- */

/* footer
--------------------------------------------------------------------- */
#footer, #footer a { color: #d2d2d2; }

#footer span { margin: 0 10px; color: silver; }

#footer {
	font-size: 0.7em; width: 100%;
	padding: 10px 0; text-align: center;
}
/* end of footer
--------------------------------------------------------------------- */

/* forms
--------------------------------------------------------------------- */
form {
	margin: 30px 0;
}
input[type="text"],	textarea { color: #000; background-color: #fff; }

input[type="text"] { font-size: 16px; }

input { color: #000; }

textarea { font-family: Georgia, serif; }

label { color: #fff; vertical-align: top; font-size: 16px; }

fieldset {
	border: none; margin-bottom: 10px; width: 500px; text-align: right;
	display: block; clear: both;
}
/* end of forms
--------------------------------------------------------------------- */

/* opinions
--------------------------------------------------------------------- */
.opinions { margin-top: 20px; }

.opinions li {
	margin: 10px 0 30px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
}
.podpis {
	text-align: right;
	font-style: italic;
	color: #000;
}
.opinions li p {
	background: url(../images/quote.gif) no-repeat left top;
	margin: -15px 0 0 -20px !important;
	padding: 15px 0 0 20px;
	text-indent: 20px;
}
/* end of opinions
--------------------------------------------------------------------- */

/* messages
--------------------------------------------------------------------- */
.msg {
	text-align: center; font-size: 14px; clear: both; padding: 20px;
	margin: 20px 0; border: 1px dotted silver;
}
/* end of messages
--------------------------------------------------------------------- */

table, #main_content table p { width: auto; }

#main_content table p { font-size: 1em;}

td { vertical-align: top; }