body { 
	margin: 0; 
	padding: 0; 
	border: none;
	background: #fff url(../images/background2.gif) repeat top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}

/** LOGO ON MISSING FLASH **/
h1 {
	height: 168px;
	width: 168px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: transparent url(../images/muha.png) repeat top right;
	cursor: pointer;
}
h1 span {
	visibility: hidden;
}
/** muha.cc rac storitve **/
h2 {
	width: 241px;
	height: 72px;
	margin: 42px auto 42px auto;
	padding: 0;
	background: transparent url(../images/muhacc_racstor.png) no-repeat top right;
}
h2 span {
	visibility: hidden;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0px 16px 0px;
	border-bottom: 1px solid #ebddc7;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	clear: both;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0px 8px 0px;
	padding-left: 10px;
}
h4#firm_name span {
	font-weight: normal;
}
p {
	text-indent: 10px;
	line-height: 1.6em;
	margin: 8px 0px 0px 0px;
	text-align: justify;
}
p.noindent {
	text-indent: 0px;
}
hr {
	margin: 5px 0px 5px 0px;
	border: 0px solid #000;
	border-bottom: 1px solid #fff0d9;
	border-top: 1px solid #ebddc7;
}
hr.clearHr {
	clear: both;
}

/** main container **/
div#container {
	margin: 0px auto 0px auto;
	width: 692px;
	text-align: center;
}
div#header {
	padding-top: 33px;
	margin: 0px auto 32px auto;
}
/** gray menu background **/
#menu_bg {
	width: 592px;
	height: 35px;
	margin: 0px auto 0px auto;
	background: transparent url(../images/black08.png) repeat top right;
}

/** MENUS **/
ul#menu {
	width: 600px;
	list-style: none;
	margin: -39px auto 0px auto;
	padding: 0;
	height: 39px;
}
ul#menu li {
	float: left;
	width: 150px;
	display: block;
	margin: 0;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	text-transform: lowercase;
}
ul#menu li a {
	display: block;
	height: 27px;
	padding: 12px 5px 0px 5px;
	width: 105px;
	margin: 0px auto 0px auto;
	cursor: pointer;
}
/*ul#menu li a:first-letter {
	font-size: 17px;
}*/
ul#menu li a.selected, ul#menu li a.selected:hover  {
	height: 29px;
	padding: 10px 5px 0px 5px;
	width: 105px;
	margin: 0px auto 0px auto;
	background: #fff0d9 none;
	color: #000000;
}
ul#menu li a:visited, ul#menu li a:link, ul#menu li a:active {
	color: #000000;
	text-decoration: none;
}
ul#menu li a:hover  {
	color: #fff5e7;
	text-decoration: none;
}

/** content **/
div#content {
	width: 560px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 15px 20px 8px 20px;
	background: transparent url(../images/white85.png) repeat top right;
}

div#footer_menu {
	font-size: 11px;
	text-align: center;
	width: 400px;
	margin: 0px auto 0px auto;
	color: #A69C8E;
}
div#footer_lng {
	font-size: 11px;
	margin-right: 10px;
	float: right;
}

div#footer_menu a:visited, div#footer_menu a:link, div#footer_menu a:active {
	color: #CCC0AE;
	text-decoration: none;
}
div#footer_menu a:hover  {
	color: #000;
	text-decoration: none;
}

div#footer_lng a:visited, div#footer_lng a:link, div#footer_lng a:active {
	color: #000;
	text-decoration: none;
}
div#footer_lng a:hover  {
	color: #CCC0AE;
	text-decoration: none;
}
div#footer_lng a.selected:visited, div#footer_lng a.selected:link, div#footer_lng a.selected:active, div#footer_lng a.selected:hover {
	color: #CCC0AE;
	text-decoration: none;
}


/** gray foot **/
#menu_foot {
	width: 592px;
	height: 6px;
	font-size: 1px;
	margin: 0px auto 0px auto;
	background: transparent url(../images/black08.png) repeat top right;
}


/** LINKS ***/
a:visited {
	color: #000;
} a:link {
	color: #000;
} a:hover {
	color: #000;
	text-decoration: none;
} a:active {
	color: #000;
	text-decoration: none;
}

/** GENERAL **/
.center_text {
	text-align: center;
}

div.project {
	clear: both;
}
div.project img {
	float: right;
	margin: 0px 0px 10px 10px;
	background-color: #EBDDC7;
	border: 1px solid #A69C8E;
	padding: 1px;
}