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

a {
	color				: #B44400;
}

a:hover {
	text-decoration		: none;
}

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			: 20px solid #6C7D84;
	padding				: 15px 0px;
	color				: #6C7D83;
}

#top img {
	float				: left;
}

#slogan, #top #languages {
	padding				: 5px 10px;
	margin-top			: 32px;
	background-image	: url(../dsg/vertical_line.gif);
	background-repeat	: repeat-y;
	height				: 14px;
	font-weight			: bold;
	font-size			: 90%;
}

#slogan {
	clear				: both;
	position			: absolute;
	top					: 35px;
	margin-left			: 350px;
}

#top #languages {
	float				: right;
}

#company_info {
	text-align			: center;
}

/* box layout */
.box {
	background-color	: #FFFFFF;
	border				: 1px solid #A5A5A5;
	margin-bottom		: 15px;
}

.box h1 {
	margin				: 0px;
	background-color	: #D0D8D9;
	border-bottom		: 4px solid #99ACAD;
	padding				: 7px;
	padding-top			: 10px;
	color				: #000000;
	font-weight			: bold;
	top					: -3px;
	position			: relative;
	height				: 100%;
}

.box h1 a {
	float				: right;
	text-transform		: lowercase;
	font-size			: 90%;
}

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

.box .top_left, .box .top_right, .box .bottom_left, .box .bottom_right {
	overflow			: hidden;
	width				: 3px;
	height				: 3px;
	position			: relative;
	z-index				: 10;
}

.box .top_left {
	background-image	: url(../dsg/box_top_left.gif);
	top					: -1px;
	left				: -1px;	
}

.box .top_right {
	background-image	: url(../dsg/box_top_right.gif);
	float				: right;
	top					: -1px;
	right				: -1px;
}

.box .bottom_left {
	background-image	: url(../dsg/box_bottom_left.gif);
	bottom				: -1px;
	left				: -1px;	
}

.box .bottom_right {
	background-image	: url(../dsg/box_bottom_right.gif);
	float				: right;
	bottom				: -1px;
	right				: -1px;
}


/* menu */
#menu .top, #menu_sub .top {
	background-color	: #D0D8D9;
	border-bottom		: 4px solid #99ACAD;
	height				: 13px;
}

#menu .box .content {
	padding				: 17px 0px;
	text-align			: justify;
	font-weight			: bold;
}

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

#menu ul li {
	display				: inline; 
}

#menu a {
	font-size			: 90%;
	padding				: 5px 20px;
	background-image	: url(../dsg/vertical_line.gif);
	background-position	: right;
	background-repeat	: repeat-y;
	text-decoration		: none;
}

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

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


/* sub menus */
#menu_sub ul {
	margin				: 0px;
	padding				: 0px;
}

#menu_sub h3 {
	margin				: 0px;
	padding				: 0px 0px 0px 5px;
	font-weight			: bold;
	font-size			: 90%;
}

#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 {
	color				: #000000;
}


#menu_sub a:hover {
	background-color	: #F3F3F3;
}

#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		: 15px;
	float				: left;
}

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

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

/* 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;
}