body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bg.jpg) repeat-x top center;
	font-size: 13px;
	color: #222222; /*#aCaCaC;*/
}

body, th, td, input, textarea, select, option {
	/*text-transform: lowercase;*/
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #CBA61A;
        /*display: block;*/
}

h1 {
	letter-spacing: -2px;
	/*font-size: 3.5em;*/
}

#content h2 a{
	letter-spacing: -1px;
	font-size: 1.4em;
	text-decoration: none;
	color: #666666;
}

#content h2 a:hover{
	color: #70A300;
}

table.border {
	margin: auto;
	border: 1px dotted #555555;
	width: 400px;
}

table.border tr:hover td {
	background-color: #fBFE86;
}

table.border th {
	text-align: center;
	background-color: #2A2A2A;
	color: #FFF;
}

table.border td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;	
}

table.border td.email {
	letter-spacing: -1px;
}

table.border td.intd {
	padding-left: 150px;
	text-align: left;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 143%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
	color: #666666;
}

a {
	color: #70A300;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

/* Header */


#header {
	width: 860px;/*760px;*/
	height: 130px;
	margin: 0 auto;
	margin-top: -5px;
	margin-bottom: 15px;
	/*background: url(images/img03.jpg) no-repeat right top;*/
        /*background: #FFFFFF;*/
	text-align: right;
}

#header h1 {
	padding: 0px 0 0 0px;
        /*padding-right: 30px*/
	margin: 0;
	font-size: 3.5em;
}

#header p {
	margin: 0;
        padding-right: 0px;
	margin-top: -10px;
	font-size: 0.6em;
	color: #ffffff;
	font-size: 0.5em;
}

#header a {
	color: #E6B715;
}

#logo {
	float: right;
	margin-right: 15px;
	margin-top: 30px;
}

#menu {
	float: left;
	margin-top: 30px;
}

#menu ul {
	margin: 0;
	padding: 30px 0px 0 0;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	border-left: 2px solid #99C233;
	margin-right: 3px;
	padding: 5px 18px 5px 18px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.2em;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu .last a {
	margin: 0;
	padding-right: 18px;
	border-right: 2px solid #99C233;
}

/* Page */

#page {
	width: 860px;/*760px;*/
	margin: 0 auto;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 620px;
	margin: 0;
	margin-top: -10px;
}

#leftbar {
	float: left;
	width: 140px;
	margin: 0px;
	margin-top: 0px;
}

#rightbar {
	float: right;
	width: 470px;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	padding-bottom: 10px;
	/*border-bottom: 2px dashed #333333;*/
	background: url(images/border.jpg) repeat-x bottom left;
}

.title_submain {
	margin: 0;
        margin-top:0px;
	padding-bottom: 10px;
	background: url(images/border.jpg) repeat-x bottom left;
        font-size: 2.2em;
	color: #70A300;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: right;
	color: #646464;
	padding: 5px 10px;
	border: 1px dashed #333333;
}

.meta .more {
	
}

.meta .comments {
	
}
.entry a{padding-right: 10px; background: url(link.gif) no-repeat right center;}
.entry a:hover{padding-right: 10px; background: url(link2.gif) no-repeat right center;}
.entry a.noar{background-image: none; padding-right: 0px;}
.entry a.noar:hover{background-image: none; padding-right: 0px;}
.entry {font-size: 1em; font-family: "Teen", "Comic Sans MS"; letter-spacing:1pt;}
.entry p {text-align: justify;}
.entry img {margin: 5px;}
.entry img.nomargin {margin: 0px; position:relative; top:4px;}
/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	margin: 0px;
	margin-top: 0px;
	
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 15px;
}

#sidebar li li {
	border-bottom: 1px dotted #000000;
	/*background: url(images/img02.gif) no-repeat 5px 50%;*/
	padding-left: 15px;
}

#sidebar li li.wob {
	list-style-type: none;
        background-image: none;
	border-width: 0px;
}

#sidebar li li.wobb {
	list-style-type: none;
        background-image: none;
	border-width: 0px;
	font-size: 0.9em;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	font: bold 0.9em Arial;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 0px;
	background: url(images/border.jpg) repeat-x bottom left;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	color: #555555;
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
	font-size: smaller;
}

#reklama {/*position:absolute;top:120px;right:60px;*/background-color:white;}

.player {border: double #d2691e 3px; padding:5px; width: 80%;}
.playerH {color: #d2691e; font-variant: small-caps; font-size:12pt;}
.nomargin {margin: 0px;}
.h4 {font: 1.0em Arial; color: #0077aa; margin: 0px;}
.h2 {margin-top: 0px; margin-bottom: 20px; color: #77aa00; font: bold 2.0em Arial;}
.h2orange {margin-top: 0px; margin-bottom: 20px; color: #0077aa; font: bold 17pt Arial;}
h5 {font-variant: small-caps; font-size: 1.0em; font-weight: lighter; margin-top: 10px; width: 100%; padding-bottom: 1px; border-bottom: 1px dashed #dddddd;}
fieldset {padding: 10px;}
ul {list-style-type: circle;}
.table_kom {margin-top: 10px; border: 1px dashed #0077aa;}
.table_kom_bg {background: #FFFFE0; color: #000000; margin-bottom: 4px; padding: 4px;}
a.hard_a {color: maroon; font-size: 0.9em;}
a.hard_a:hover {color: #AA7700; }
.table_kom_main {padding: 6px; padding-bottom: 9px;}
.table {}
.subtable {background: #eff7e7; padding: 3px 3px 3px 3px; margin-top: 3px; margin-bottom: 12px; font: 9.5pt; letter-spacing: 0px; color: #555555;}
.space_menu {height: 20px; color: #cc0000; text-align: center; margin-top: 7px;}
.small_space {height: 12px;}
.small_together {font-size: 7.5pt; letter-spacing: 0px;}
.smallright {font-size: 7pt; text-align: right;}
.red {color: #cc0000;}
.redwhite {color: #cc0000; background: url(bgwhite.gif);}
.italic {font: italic 7pt Verdana;}
.box {color: #000000; font: 0.9em Comic Sans MS; padding: 2px; margin-bottom: 5px; background-color: #ffffff; border: 1px solid #000000; letter-spacing: 1px;}
.box:hover, .box:active {background-color: #f5f5f5;}
.button {color: #000000; font: 0.8em Trebuchet MS; padding:2px; margin-right:5px; background-color:#ffffff; border:1px solid #000000;}
.button:hover {background-color:#f5f5f5; cursor: pointer;}
/* SEEK START */
.box_seek {color: #000000; font: 0.9em Tahoma; padding: 2px; filter: alpha(opacity=70); -moz-opacity: 0.7; background-color: #ffffff; border: 1px solid #666666; letter-spacing: 0px; margin-right: 5px;}
.box_seek:hover, .box_seek:active {background-color: #f5f5f5;}
.button_seek {color: #FFFFFF; font: 0.9em Tahoma; padding: 2px; border:0px solid #000000; background: url(images/search.jpg) repeat-x left top;}
.button_seek:hover {background-color: #f5f5f5; cursor: pointer;}
/* SEEK END */
.orange {color: #0077aa;}
.none {display: none;}
/*.title {font-size: 2em; text-decoration: none;}*/
.yes {}
.code {background: #eeeeee; font: 9pt Curier New; padding: 0px 3px 0px 3px; margin: 0px;}
.randimg {margin-bottom: 5px;}
.bg {background: #77aa00; color: #ffffff; padding: 0px 2px 0px 3px; font-family: Tahoma;}
.seek {background: #ffff00; color: #000000;}
#justify p {text-align: justify;}
.smallsh {color: #555555; font: normal 9.5pt Courier New; vertical-align: middle;}
.bublina {font-weight: bold; font-family: Courier New; padding: 0px; cursor: help;}
acronym {cursor: help; border-bottom: 1px dashed #000000;}
.cotojatko {border: 1px solid #000000; background: #ffffff; color: #000000; padding: 5px 10px; text-align: left;}
.woi {list-style-type: none;}
.wou {text-decoration: none;}
.menus {text-decoration: none; font: 0.8em Courier New; color: #aa7700;}
.menusbig {text-decoration: none; font: 1.3em Courier New; color: #aa7700; vertical-align: sub;}
.articles {list-style: none outside; margin: 0px; padding: 0px; text-indent: 0px; text-align: left; font-size: 7pt;}
.articles li {margin-bottom: 5px;}
.pink {color: #ffb6c1;}
p.white {color: #ffffff;}
a.name {color: #CC0000; text-decoration: none;}
a.name:hover {color: #CC0000;}
a.nohover {text-decoration:none;}
a.nohover:hover{text-decoration:none;}
.noborder {border-width: 0px;}