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

body {
	margin				: 0px;
}

a {
	color				: #000000;
	text-decoration		: underline;	
}

a:hover {
	text-decoration		: underline;
}
a.text {
	color				: #000000;
	text-decoration		: none;	
}

a.text: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 {
	height				: 100px;
	background-color	: #384769;
	margin-top			: 33px;
	border-bottom		: 4px solid #A4A59C;
}

#top img {
	margin				: 25px 0px 0px 20px;
	position			: absolute;
}

#top #languages {
	position			: absolute;
	margin-top			: 60px;
	margin-left			: 300px;
	color				: #ffffff;
}

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


#slogan {
	clear				: both;
	position			: absolute;
	top					: 87px;
	margin-left			: 660px;
	color				: #ffffff;
	font-size			: 160%;
}

#company_info {
	padding				: 5px 0px;
	text-align			: center;
	font-size			: 90%;
}


/* box layout */
.box {
	background-color	: #A4A59C;
	border-bottom		: 1px solid #ffffff;
}

.box h1 {
	margin				: 0px;
	padding				: 8px 5px;
	color				: #ffffff;
	font-weight			: bold;
	height				: 100%;
	font-size			: 130%;
}

.box h1 a {
	float				: right;
	font-size			: 60%;
	margin-top			: 4px;
	text-decoration		: underline;
}


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

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

#center .box {
    border              : 0px;
    margin				: 5px;
    border-bottom		: 1px solid #ffffff;
	background-color	: #ffffff;
}

#center .box h1 {
	background-color	: #A4A59C;
	color				: #ffffff;
	font-size			: 140%;
	padding				: 14px 10px;
	border-top			: 1px solid #ffffff;
}

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

#center .box .content {
	border-bottom		: 45px solid #A4A59C;
}

#center a {
	text-decoration		: underline;
}

#center a:hover {
	text-decoration		: none;
}
#center a.text {
	text-decoration		: none;
}

#center a.text:hover {
	text-decoration		: underline;
}

#left .box .content a, #right .box .content a {
	font-weight			: bold;
	color				: #ffffff;
}


/* menu */
#menu .box {
	border				: 0px;	
	background-color	: #643E34;
	width				: 980px;
	margin-bottom		: 0px;
	position			: absolute;
	top					: 0px;
}

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

#menu .box .content {
	padding				: 5px 0px;
}

#menu ul {
	padding				: 5px 15px;
	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;
	text-decoration		: none;
	color				: #ffffff;
}

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

#menu a.active_last {
	background-image	: none;
}
	
/* sub menus */
#menu_sub .box {
	background-color	: #384769;
}

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

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

#menu_sub h3 {
	margin				: 0px;
	padding				: 0px 10px;
	font-weight			: bold;

}

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

#menu_sub a {
	text-decoration		: none;
	display				: block;
	width				: 100%;
	padding				: 6px 0px;
	position			: relative;
	color				: #ffffff;
	text-decoration		: none;
	background-image	: url(../dsg/menu_second.gif);
	background-repeat	: no-repeat;
	background-position	: 0px 11px;
}

#menu_sub a:hover {

}

#menu_sub a.active {

}

#menu_sub ul li {
	display				: inline;
}

#menu_sub ul {
	margin-left			: 5px;
}

#menu_sub ul li ul a {
	background-image	: url(../dsg/menu_more.gif);
	background-repeat	: no-repeat;
	background-position	: 0px 13px;
}

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


/* columns containter */
#containter {

}

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

#containter #center {
	overflow			: hidden;
	height				: 100%;
	border				: 1px solid #000000;
}

#containter #right {
	width				: 170px;
	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 #EEF2EA;
}


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

/* bottom menu */
#menu_bottom {
	float				: right;
	margin-top			: -18px;
	margin-right		: 160px;
	display				: inline;
}

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