/* general */
body, form, input, select, textarea {
	margin				: 0px;
	font-family			: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #5C5C5C;
}

body {
	margin				: 0px;
}

a {
	color				: #5C5C5C;
	text-decoration		: underline;	
}

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				: 760px;
	margin				: 0px auto;
	text-align			: left;
}


/* top */
#top {
	height				: 100px;
	background-image	: url(../dsg/top_bg.gif);
}

#top img {
	margin				: 25px 0px 0px 20px;
	position			: absolute;
}

#top #languages {
	position			: absolute;
	margin-top			: 150px;
	margin-left			: 10px;
}

#top #languages a {
	font-weight			: bold;
}


#slogan {
	clear				: both;
	position			: absolute;
	top					: 50px;
	margin-left			: 400px;
	color				: #ffffff;
	font-size			: 160%;

}

#company_info {
	background-color	: #85CF2C;
	padding				: 40px 20px;
	color				: #ffffff;
}

#company_info a {
	color				: #ffffff;
}

/* box layout */
.box {
	background-color	: #EEEEEE;
}



.box h1 {
	margin				: 0px;
	background-color	: #9E9E9E;
	padding				: 8px 10px;
	color				: #ffffff;
	font-weight			: bold;
	height				: 100%;
}

.box h1 a {
	float				: right;
	font-size			: 90%;
	margin-top			: 1px;
	text-decoration		: underline;
}


.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;
	width				: 100%;
	background-color	: #ffffff;
}

#center .box h1 {
	background-color	: #ffffff;
	color				: #5C5C5C;
	font-size			: 140%;
	padding-left		: 0px;
	padding-right		: 0px;
	padding-bottom		: 2px;
	border-bottom		: 1px solid #5C5C5C;
}

#center .box h1 a {
	font-weight			: normal;
}

#center a {
	text-decoration		: underline;
}

#center a:hover {
	text-decoration		: none;
}

#left .box .content a, #right .box .content a {
	font-weight			: bold;	
}


/* menu */
#menu .box {
	border				: 0px;	
	width				: 100%;
	margin-bottom		: 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				: #000000;
}

#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 {
	border				: 0px;
}

#menu_sub .box .content {
	padding				: 0px;
}

#menu_sub ul {
	margin				: 0px;
	padding				: 0px;
}

#menu_sub h3 {
	margin				: 0px;
	padding				: 0px 8px;
	font-weight			: bold;

}

#menu_sub ul li ul li h3 {
	font-weight			: normal;
}

#menu_sub a {
	text-decoration		: none;
	display				: block;
	width				: 100%;
	padding				: 8px 0px;
	position			: relative;
	color				: #625846;
	text-decoration		: none;
	background-image	: url(../dsg/horizontal_line.gif);
	background-repeat	: repeat-x;
}

#menu_sub a:hover, #menu_sub a.active {
	background-color	: #F4F4F4;
}

#menu_sub ul li {
	display				: inline;
}

#menu_sub ul li ul {
	margin-left			: 15px;
}


/* columns containter */
#containter {
	border-right		: 1px solid #EEEEEE;
	border-left			: 1px solid #EEEEEE;
	margin-bottom		: 20px;
}

#containter #left {
	width				: 170px;
	float				: left;
	padding-top			: 45px;
	margin-right		: 5px;
}

#containter #center {
	overflow			: hidden;
	height				: 100%;
	padding-top			: 35px;
}

#containter #right {
	width				: 170px;
	float				: right;
	margin-top			: 45px;
	margin-left			: 5px;
}

#spletna_postaja {
	text-align			: center;
}

#spletna_postaja a {
	font-size			: 90%;
	text-decoration 	: none;
}

#spletna_postaja img {
	margin-top			: 5px;
	border				: 1px solid #EEEEEE;
}


/* popup image */
#image {
	text-align			: center;
	padding				: 5px;
}

/* bottom menu */
#menu_bottom {
	float				: right;
	margin-top			: -55px;
}

#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;
	color				: #ffffff;
}

#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;
}