
/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}
a img {
	border: 0;
}

body {
	background-color: #111;
	color: #000;
	font: normal 8pt Verdana;
	text-align: center;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

.clearer {clear: both;}

#container {
	border: 3px solid #444;
	border-top: none;
	width: 990px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#glava {
	background: #fff;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 85px;
}
#glava h1 {
	padding-top: 15px;
	font: bold 0.8em sans-serif;
	color: #444;
}
#glava h2 {
	font: normal 0.6em sans-serif;
	color: #444;
}

#meni {
	background: #191919 url(../slike/nav.gif);
}
#meni a {
	background: #191919 url(../slike/nav.gif);
	border-right: 1px solid #161616;
	color: #fafafa;
	float: left;
	font: bold 1.2em Verdana,sans-serif;
	line-height: 30px;
	padding: 0 20px;
}
#meni a:hover {
	background: #191919 url(../slike/nav_hover.gif);
	color: #ccc;
}
.menirob {
	background: #333 url(../slike/menirob.gif);
	height: 6px;
}

#levo {
	width: 220px;
	float: left;
	background: #fff;
	border-top-color: #444;	
	margin: 0;
	padding: 0;
}
#levo h1 {
	padding: 4px;
	background: #fff;
	clear: left;
	color: #000;
	border-bottom: 1px dashed #000;
	font: bold 1.4em sans-serif;
	text-align: center;
}
#levo h1 a {
	color: #000;
}
#levo ul {
	margin: 0;
	padding: 0;
}
#levo li {
	list-style: none;
	background: url(../slike/gumb.png) no-repeat center center;
	line-height: 3em;
	font-weight: bold;
	width: 90px;
	padding-left: 10px;
	display: block;
}
.ul_desno li {
	margin-top: 3px;
	float: right;
	margin-right: 2px;
}
ul.ul_spodaj_levo {
	float: left;
}
ul.ul_spodaj_desno {
	float: right;
	width: 106px;
}
.ul_spodaj_levo li {
	margin-left: 8px;
}
#levo li a {
	color: #fff;
	text-decoration: none;
}
#levo li a:hover {color: #ff0000;}
#levo .motorji {
	width: 220px;
	height: 207px;
	border-bottom: 1px dashed #000;
}
.leva_slika {
	width: 114px;
	height: 178px;
	float: left;
	text-align: center;
}
.leva_slika img {
	padding-top: 8px;
}
.leva_slika_zgoraj {
	width: 220px;
	text-align: center;

}
.leva_slika_zgoraj img {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
}

#center {
	width: 600px;
	margin: 0;
	padding: 0;
	float: left;
	background: #fff url(../slike/border.png) repeat-y 571px;
}
.center_slika {
	border: 0;
	border-bottom: 1px dashed #000;
	border-top: 1px dashed #000;
	margin-top: 26px;
	width: 570px;
	height: 180px;
	padding-right: 30px;
}
.center_div {
	margin: 0;
	padding: 0;
	border-left: 1px dashed #000;
}

#center_podstrani {
	float: right;
	background: #fff url(../slike/border.png) repeat-y 0px;
	margin: 0;
	padding: 0;
	width: 770px;
}
#center_podstrani a {
	color: #444;
	text-decoration: underline;
}
#center_podstrani a:hover {color: #999;}
#center_podstrani h1 {
	font: bold 1.6em sans-serif;
	color: #444;
	margin: 15px 25px 5px 25px;
}
#center_podstrani p {
	margin: 0 20px 0 20px;
}
#center_slike_desno {
	width: 180px;
	float: right;
	border-left: 2px solid #444;
	text-align: center;
}
#center_slike_desno a {
	width: 180px;
	border-bottom: 1px solid #444;
	display: block;
}
#center_podstrani .levo {
	text-align: left;
}

#desno {
	width: 167px;
	float: right;
	background: #000;
	border: 1px solid #1E1E1E;
	border-top-color: #444;
	color: #fff;
}
#desno h1 {
	font: bold 1.6em sans-serif;
	color: #fff;
}
#desno h2 {
    font: bold 1.3em sans-seriv;
	color: #fff
}

#table {
	border-left: 1px dashed #666;
	border-top: 1px dashed #666;
	width: 720px;
}
#table td {
	padding: 10px;
	border-bottom: 1px dashed #666;
	border-right: 1px dashed #666;
}
#table tbody td {
	cursor: pointer;
}
#table tbody tr.even td {
	background-color : #eee;
}
#table tbody tr.ruled td {
	background-color : #bbb;
}
#table img {
	border: 1px solid #bbb;
}
#table strong {
	font-size: 1.2em;
}
#table thead tr td {
	background-color : #bbb;
}

.footer {
	background: #191919;
	border-top: 1px solid #444;
	text-align: center;
}
/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
	padding: 6px;
}
.bottom a {color: #888;}