/* CSS style::original */

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	background-image: url(dsg/main_bg.gif);
	background-repeat: repeat-y;
	background-position: 50% top;
}

.podVsebina {
	padding-left: 12px;
}

img {
	border: none;
}

a {
	color: #206e55;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.itemTitle {
	font-weight: bold;
	font-size: 14px;
	color: black;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 12px;
	padding: 0px;
}

h3 {
}

#h {
	background-image: url(dsg/bg.jpg);
	background-repeat: repeat-x;
}

#mainHolder {
	width: 900px;
	margin: 0px auto;
}

#left {
	padding: 20px;
	width: 234px;
	float: left;
}

#right {
	padding: 20px;
	padding-right: 0px;
	width: 606px;
	float: left;
}

.vsebinskiNaslov {
	font-size: 14px;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 7px;
	padding-bottom: 6px;
	background-image: url(dsg/box_line.gif);
	margin-bottom: 12px;
	display: block;
}

.cat {
	color: #535353;
	padding: 9px;
	padding-left: 20px;
	display: block;
	text-decoration: none;
}
.cat:hover {
	text-decoration: none;
	color: black;
}

.subcat {
	padding-left: 46px;
	outline: none;
}

.sCat_hidden {
	display: none;
}
.sCat_visible {
	display: block;
}

#title {
	font-size: 24px;
}

#content {
	padding-right: 0px;
	padding-top: 22px;
	text-align: justify;
}

.catalogSearchBox {
	color: #9a9a9a;
	width: 200px;
	border: 1px solid #aeaeae;
	padding: 6px;
	-moz-opacity:0.8;
	filter:Alpha(Opacity=80);
}

.mainMenuItem {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 9px;
	padding-top: 17px;
	padding-bottom: 17px;
	color: white;
	text-decoration: none;
}
.mainMenuItem:hover {
	background-image: url(dsg/menu_over.gif);
	text-decoration: none;
	color: #eeeeee;
}

.mainMenuItemSel {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 17px;
	padding-bottom: 17px;
	color: white;
	text-decoration: none;
	background-image: url(dsg/menu_over.gif);
	color: #eeeeee;
}

.box_top {
	background-image: url(dsg/top_bg.gif);
}
.box_bottom {
	background-image: url(dsg/bottom_bg.gif);
}
.box_middle {
	background-image: url(dsg/middle_bg.gif);
}

input {
	font-family: verdana;
	font-size: 12px;
}

textarea {
	font-family: verdana;
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

/* main site */


/* just for reference how to center image in div in IE and FF and Opera */
.referencaImage {
	background-color: white;
	border: 1px solid #CECECE;
	padding: 4px;
	height: 250px;
	width: 250px;
	vertical-align : middle;
	display: table-cell;
	
/* begin ie hack */
	_position: relative;
	_height: 220px;
}
.outer {
	_position: absolute;
	_top: 50%;
}
.inner {
	_position: relative;
	_top: -50%;
	_left: -50%;
}
/* end ie hack */

#sponsorsTitle {
	height: 35px;
	background-image: url(dsg/bg.gif);
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border-left: 5px solid white;
	border-right: 5px solid white;
}


/* form */
#form .text {
	border: 1px solid #D4D0C8;
	width: 300px;
	padding: 2px;
}

#form .textarea {
	border: 1px solid #D4D0C8;
	width: 400px;
	height: 200px;
	padding: 2px;
}

#form .label {
	padding: 8px;
	vertical-align: top;
}
