/* START: Reset CSS  */
* {
	margin: 0; 
	padding: 0; 
	list-style: none
}

fieldset, img, abbr, acronym { border: 0 }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
/* END: Reset CSS */

/* START: Positions */
#siteContainer {
	width: 795px;

}

a { color: #020f59; text-decoration: underline }
a:hover { text-decoration: none }

/* START: Header */
#header {
	width: 765px;
	height: 62px;
	background: url(images/header_bg.gif) repeat-x;
	padding: 0 15px;
}

#header img {
	float: left;
}

#header div {
	float: right;
	margin: 10px 0 0 0;
}

#header div a {
	color: #020F59;
	text-decoration: none;
}

#header div a:hover {
	color: #020F59;
	text-decoration: underline;
}
/* END: Header */

#header h1 { display: none }

.head_img {
	float: left;
	width: 562px;
	height: 226px;
}

/* START: Navigation */
#navigation ul {
	width: 795px;
	height: 46px;
}

#navigation ul li {
	float: left;
	height: 27px;
	color: #fff;
	font-size: 1.6em;
	border-right: 1px solid #fff;
	padding: 12px 15px 0 15px;
}

#navigation ul li a {
	color: #fff;
	text-decoration: none;
}

#navigation ul li a:hover {
	text-decoration: none;
}

#navigation ul li.podjetje {
	background: url(images/nav_podjetje_bg.gif)
}

#navigation ul li.dejavnosti {
	background: url(images/nav_dejavnosti_bg.gif)
}

#navigation ul li.reference {
	background: url(images/nav_reference_bg.gif)
}

#navigation ul li.vizija {
	background: url(images/nav_vizija_bg.gif)
}

#navigation ul li.kontakt {
	background: url(images/nav_kontakt_bg.gif)
}
/* END: Navigation */

.headContent {
	width: 547px;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 5px 233px 7px 15px;
	clear: both;
}

/* START: Buisness Card */
#buisnessCard {
	width: 198px;
	height: 206px;
	float: right;
	background: url(images/card_bg.gif) repeat-x;
	border: 5px solid #fff; 
	border-right: none;
	padding: 5px 15px;
	font-size: 12px;
	color: #343434;
	overflow: hidden;
}

#buisnessCard h3 { 
	color: #020f59;
	font-weight: bold;
	font-size: 1.17em;
}

#buisnessCard h3 span {
	display: block;
	color: #343434;
	font-weight: normal;
}

#buisnessCard p { margin: 0 0 13px 0 }


/* END: Buisness Card *

/* START: Content */
#contentContainer {
	background: url(images/content_bg.gif) repeat-x bottom left;
	font-size: 1.2em;
	color: #414141;
	padding: 15px;
}

#contentContainer .content {
	float: left;
	width: 547px;
}

#contentContainer .content h2 {
	font-size: 21px;
	margin: 0 0 5px;
	font-weight: normal;
}

#contentContainer .content h3 {
	font-size: 16px;
	margin: 0 0 5px;
	font-weight: normal;
}

#contentContainer .content p {
	margin: 0 0 12px;
}

#contentContainer .content p.summary {
	color: #000;
	font-weight: bold;
	margin: 0 0 18px;
}
/* END: Content */

/* START: Footer */
#footer {
	width: 100%;
	font-size: 11px;
	color: #b7b7b7;
	text-align: center;
	margin: 10px 0;
}
/* END: Footer */

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}