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

body {
	background-image	: url(../dsg/bg.gif);
	background-repeat	: repeat-x;
}

a {
	color				: #D8410F;
	text-decoration		: none;
}

a:hover {
	text-decoration		: underline;
}

p {
	margin-bottom		: 10px;
	margin-top			: 10px;
} 

h1, h2, h3 {
	margin-top			: 0px;
	margin-bottom		: 10px;
	font-size			: 100%;
}

h3 {
	font-weight			: normal;
}

div.spacer {
	clear				: both;
}

div.paging {
	margin-top			: 10px;
	clear				: both;
}

div.no_paging {
	clear				: both;
}

/* page layout */
#page {
	width				: 980px;
	margin				: 0px auto;
	text-align			: left;
}


/* top */
#top {
	border-top			: 10px solid #D8410F;
	padding				: 10px 20px 0px 20px;
	background-image	: url(../dsg/top_bg.gif);
}

#top img {
	float				: left;
}

#top #languages {
	padding				: 5px 10px;
	height				: 14px;
	margin-left			: 60px;
}

#top #languages a {
	font-weight			: bold;
}

#slogan {
	clear				: both;
	position			: absolute;
	top					: 50px;
	margin-left			: 360px;
}

#top #languages {
	float				: left;
}

#company_info {
	text-align			: center;
}


/* box layout */
.box {
	border				: 1px solid #E0E0E0;
	margin-bottom		: 15px;
}



.box h1 {
	margin				: 0px;
	background-color	: #E0E0E0;
	padding				: 7px;
	color				: #000000;
	font-weight			: bold;
	height				: 100%;
}

.box h1 a {
	float				: right;
	text-transform		: uppercase;
	font-size			: 90%;
	margin-top			: 1px;
}


.box .content {
	padding				: 8px 4px;
	height				: 100%;
}

.box .top_left, .box .top_right, .box .bottom_left, .box .bottom_right {
	position			: absolute;
	visibility			: hidden;
}

#center .box {
    border              : 0px;
}

#center .box h1 {
	background-color	: #D8410F;
	color				: #ffffff;
	padding-top				: 8px;
}

#center .box h1 a {
	color				: #ffffff;
}

/* menu */
#menu .box {
	border				: 0px;	
}

#menu .top, #menu_sub .top {
	height				: 0px;
	position			: absolute;
}

#menu .box .content {
	padding				: 11px 0px;
	background-image	: url(../dsg/menu_left.gif);
	background-repeat	: no-repeat;
	background-position	: 0px 12px;
}

#menu ul {
	padding				: 5px 0px;
	margin				: 0px;
}

#menu ul li {
	display				: inline; 
}

#menu a {
	padding				: 5px 10px;
	background-image	: url(../dsg/vertical_line.gif);
	background-position	: right;
	background-repeat	: repeat-y;
	color				: #000000;
}

#menu a.last, #menu a.active_last {
	background-image	: url(../dsg/vertical_line.gif);
}

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


/* sub menus */
#menu_sub .box {
	border				: 1px solid #E1714C;
}

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

#menu_sub h3 {
	margin				: 0px;
	padding				: 0px 0px 0px 8px;
	font-weight			: bold;
	background-image	: url(../dsg/arrow.gif);
	background-repeat	: no-repeat;
	background-position	: 0px 5px;
}

#menu_sub ul li ul li h3 {
	font-weight			: normal;
}

#menu_sub a {
	text-decoration		: none;
	display				: block;
	width				: 100%;
	padding				: 3px 0px;
	position			: relative;
	text-decoration		: underline;
}

#menu_sub a.active {
	font-weight			: normal;
}

#menu_sub ul li {
	display				: inline;
}

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


/* columns containter */
#containter {
	margin-top			: 15px;
}

#containter #left {
	width				: 180px;
	margin-right		: 5px;
	float				: left;
}

#containter #center {
	overflow			: hidden;
	height				: 100%;
}

#containter #right {
	width				: 180px;
	margin-left			: 5px;
	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 #E0E0E0;
}

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

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

#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;
}