body {
	background: fixed #F2FAFC url("../pictures/bck_main.png") left bottom repeat-x;
	font: 12px Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #C1EAFC;
	padding: 0;
	margin: 0;
	text-align: center;
}

a {
	color: #6292E4;
}

a:hover {
	color: #FFAA24;
}

h1, h2 {
	background: #FEFEF1 left top no-repeat;
	font-weight: bold;
	border-bottom: 2px solid #FFAA24;
	padding: 2px 0 2px 15px;
}

h1 {
	background-image: url("../pictures/bck_h1.png");
	font-size: 17px;
	text-transform: uppercase;
	margin: 5px 0;
	position: relative;
}

h2 {
	background-image: url("../pictures/bck_h2.png");
	font-size: 16px;
	border-bottom-style: dotted;
	margin: 15px 0 5px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

p, h3 {
	padding: 5px 10px;
	margin: 0;
}

.smspartner_dostup, .smscoin_form {
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	padding: 5px 10px;
	margin: 0;
}

#pages {
	font-size: 11px;
	text-align: center;
}

#container {
	background: #C1EAFC url("../pictures/bck_panels.png") left top;
	color: #1C334A;
	width: 775px;
	margin-bottom: 10px;
	margin: 0 auto;
	border: solid #1C334A;
	border-width: 1px 1px 0;
	text-align: left;
}

#header {
	background: #1C334A url("../pictures/header00.png") no-repeat;
	text-align: center;
	padding: 86px 0 0;
	margin: 0;
}

#header span {
	background: #1C334A url("../pictures/bck_chapt.png");
	display: block;
	white-space: nowrap;
	height: 18px;
	padding: 2px 0 0;
	margin: 0;
}

#header a {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
   	text-decoration: none;
   	padding: 0 5px 0 7px;
	margin: 0 -6px 0 0;
	border: solid #FFCB77;
	border-width: 0 2px;
}

#header a:hover {
	color: #FFAA24;
}

#content {
	background-color: #FEFEF1;
	padding: 7px;
	margin: 0 130px 0 150px;
	border: solid #1C334A;
	border-width: 0 1px;
	text-align: justify;
}

div#content {
	min-height: 610px;
}

#content_pure {
	color: #1C334A;
	background-color: #FEFEF1;
	padding: 7px;
	margin: 10px;
	border: solid #1C334A;
	border-width: 1px;
	text-align: justify;
	min-height: 460px;
}

#left, #right {
	text-align: center;
	margin: 0;
	padding: 0;
}

#left {	
	width: 150px;
	float: left; 
}

#right { 
	width: 130px;
	float: right; 
}

#footer {
	background: #1C334A url("../pictures/bck_chapt.png");
	color: #FFAA24;
    font-size: 9px;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right;
}

.lg_block {
	background-color: #FEFEF1;
	margin: 10px;
	padding: 0 0 3px;
	text-align: left;
	border: solid #1C334A;
	border-width: 1px;
}

.lg_block .block_h {
	background: #1C334A url("../pictures/bck_group.png");
	color: #FFAA24;
	height: 25px;
	line-height: 23px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	border: solid #1C334A;
	border-width: 0 0 1px;
}

.lg_block a {
	background: #FEFEF1 url("../pictures/list_bullet.png") left center no-repeat;
	color: #1C334A;
	display: block;
	font-size: 13px;
	font-weight: bold;
   	text-decoration: none;
   	padding: 2px 0 2px 10px;
	margin: 0 0 0 5px;
}

.lg_block a:hover {
	color: #FFAA24;
}

.reklama_r {
	padding: 0;
	margin: 10px 0 0;
}

img {
	border: 0;
}

#right img {
	margin: 10px;
}

#right embed {
	margin: 10px 10px 0 10px;
}

.ndate {
	display: block;
	color: #5F9154;
	font-size: 9px;
	padding: 0;
	margin: 5px 0 0;
	border-bottom: 1px dotted #5F9154;
}

.h_cat {
	display: block;
	color: #5F9154;
	font-size: 10px;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 5px;
	left: auto;
}

.details {
	font-size: 11px;
	text-align: right;
	padding: 0 10px 5px 0;
	margin: 0;
	border-bottom: 1px dotted #5F9154;
}

.b {
	font-weight: bold;
}

.state_dev {
	color: blue;
}
.state_supp {
	color: green;
}
.state_close {
	color: red;
}

ul {
	padding: 5px 10px 5px 25px;
	margin: 0;
}

li {
	list-style-type: square;
}

form {
	padding: 5px 0px;
	margin: 0;
}

.fdown {
	text-align: center;
}

.donate {
	text-align: center;
}

.dinfo {
	display: block;
	color: #5F9154;
	font-size: 9px;
	padding: 0;
	margin: 0;
}

input, textarea, select {
	border-style: solid;
   	border-color: #1C334A;
	border-width: 1px;
	width: 100%;
	padding: 0;
	margin: 0;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	border: 1px solid #FFAA24;
}

textarea {
	height: 100px;
}

.button {
	font-family: Verdana,sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1C334A;
	border-style: solid;
	border-color: #FFAA24;
	border-width: 1px;
	width: 120px;
}

.button:hover {
   color: #FFAA24;
}

select {
	width: 240px;
}

.password {
	width: 200px;
}

.error {
	font-size: 15px;
	font-weight: bold;
	color: red;
}

.error_low {
	font-weight: bold;
	color: red;
}

.screens {
	text-align: center;
}

.scr_s {
	vertical-align: top;
}

.ns, .sn {
	display: none;
}

.rem {
	font-size: 11px;
	font-style: italic;
}

.h_banner {
	padding: 0;
	margin: 0 0 15px;
	position: relative;
	left: -4px;
	text-align: center;
	/*
	When IE6 dies remove position and left properties and set
	width: 100%;
	*/
}

#vkshare0 {
	left: 32px;
}