/* general */
body, form, input, select, textarea {
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0.5em 0;
}

h1, h2, h3 {
	margin: 0 0 1em 0;
	font-size: 100%;
}

h3 {
	font-weight: normal;
}

div.spacer {
	clear: both;
}

div.paging {
	margin-top: 1em;
	clear: both;
}

div.no_paging {
	clear: both;
}

/* page layout */
#page {
}


/* top */
#top {
	min-height: 80px;
	height: auto !important;
	height: 80px;
	background: #fff url(../dsg/top_bg.gif) repeat-y right;
	border-bottom		: 1px solid #000;
}

#top img {
	float: left;
}

#top #languages {
	float: right;
	margin: 10px 10px 0 0;
	color: #a85b42;
}

#top #languages a {
	font-weight: bold;
	color: #a85b42;
	text-decoration: none;
}

#top #languages a:hover {
	text-decoration: underline;
}

#slogan {
	position: absolute;
	top: 70px;
	right: 10px;
	margin-top: -1em;
	color: #669;
	font-size: 250%;
	letter-spacing: 0.1em;
}

#company_info {
	background: #fff url(../dsg/bottom_bg.gif) no-repeat top right;
	border-top: 1px solid #d6582e;
	padding: 1em 0;
	text-align: center;
	font-size: 90%;
}


/* box layout */
.box {
	margin-bottom: 10px;
}

.box h1 {
	margin: 0;
	padding: 5px 10px 10px 10px;
	color: #fff;
	background: #669 url(../dsg/box_header_bg.gif) repeat-x bottom;
}

.box h1 a {
	float: right;
	color: #fff;
}


.box .content {
}

.box .top_left,
.box .top_right,
.box .bottom_left,
.box .bottom_right {
	display: none;
}

#center .box {
	margin: 0;
	height: 100%;
	overflow: hidden;
}

#center .box .content {
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}

#center .box h1 {
	background: #d6582e;
	color: #fff;
	padding: 0.5em 1em;
	text-transform: uppercase;
}

#center .box h1 a {
	font-weight: normal;
}

#left .box .content,
#right .box .content {
	background: #f1f7e6 url(../dsg/box_bg.gif) no-repeat bottom;
	padding: 5px 8px 8px 8px;

}

#left .box .content a,
#right .box .content a {

}


/* menu */
#menu .box {
}

#menu .top,
#menu_sub .top {
	display: none;
}

#menu {
	margin-bottom: 5px;
}

#menu .box {
	margin: 0;
	background: #ccc url(../dsg/menu_bg.gif) no-repeat bottom right;
	padding-bottom: 2px;
}

#menu .box .content {
	background: #bcd582;
	padding: 0.8em;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	display: inline;
}

#menu a {
	padding: 0 0.5em;
	color: #3c3cb5;
	font-weight: bold;
	text-decoration: none;
	border: 0.2em dotted #3c3cb5;
	border-top: none;
	border-bottom: none;
}

#menu a:hover, #menu a.active, #menu a.active_last  {
	text-decoration: underline;
}

/* sub menus */
#menu_sub .box {
}

#menu_sub .box .content {
	padding: 0;
}

#menu_sub ul {
	margin: 0;
	padding: 0;
}

#menu_sub ul li {
	margin: 0;
	padding: 0;
}

#menu_sub h3 {
	margin: 0;
	padding: 0;
}
#menu_sub a {
	display: block;
	background: #bcd582;
	color: #3c3cb5;
	padding: 5px 1px 5px 5px;
	text-decoration: none;
}

* html #menu_sub a {
	height: 1%;
}

#menu_sub a:hover,
#menu_sub a.active {
	background: #3c3cb5;
	color: #bcd582;
}

#menu_sub ul li ul a {
	padding-left: 15px;
}

#menu_sub ul li ul li ul a {
	padding-left: 25px;
}


/* columns containter */
#containter {
	background: url(../dsg/main_bg.jpg) repeat-y right;
	height: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

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

#containter #center {
	margin: 0 155px;
}

#containter #right {
	width: 150px;
	float: right;
}

#spletna_postaja {
	text-align: center;
}

#spletna_postaja a {
	font-size: 90%;
	text-decoration: none;
}

#spletna_postaja img {
	margin-top: 5px;
	border: 1px solid #ccc;
}


/* popup image */
#image {
	text-align: center;
	padding: 5px;
}

/* bottom menu */
#menu_bottom {
	float				: right;
	margin-top			: -22px;
}

#menu_bottom ul {
	list-style			: none;
	list-style-image	: none;
	margin				: 0px;
}

#menu_bottom ul li {
	display				: inline;
}

#menu_bottom a {
	padding				: 0px 10px;
	background-image	: url(../dsg/vertical_line.gif);
	background-position	: right;
	background-repeat	: repeat-y;
	text-decoration		: none;
}

#menu_bottom a.last, #menu_bottom a.active_last {
	background-image	: none;
}

#menu_bottom a:hover, #menu_bottom a.active, #menu_bottom a.active_last  {
	text-decoration		: underline;
}