html {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial;
	font-size: 12px;
	color: #3D3D3D;
	background: #FFFFFF url(../img/body_bg.jpg) repeat-x;
	text-align: center;
}

h1 {
	color: #98CB00;
	font: 18px Arial;
	margin: 0px;
	padding-bottom: 10px;
}

p{
	padding-bottom: 5px;
	margin: 0px;
}

a:link {color: #98CB00;
	text-decoration: none;}
a:visited {color: #98CB00;
	text-decoration: none;}
a:hover {color: #98CB00;
	text-decoration: none;}
a:active {color: #98CB00;
	text-decoration: none;}

img{
	border: none;
}

#wrapper {
	margin: auto;
	width: 950px;
}

#logo {
	float: left;
	height: 47px;
	width: 396px;
	margin-top: 28px;
}

#slogan{
	float: right;
	height: 14px;
	width: 232px;
	margin-top: 61px;
}

#menu {
	float: left;
	width: 209px;
	height: 170px;
	margin-top: 29px;
	padding: 10px 10px 10px 5px;
}

#menu ul {
	padding: 0px;
	margin-top: 40px;
	text-align: left;
	color: #ffffff;
	font: normal normal 12px/1.8em "Arial";
}

li.off {
	padding: 0px 0px 0px 16px;
	list-style-position: inside;
	list-style-type: none;
}
li.on {
	padding: 0px;
	margin-bottom: 2px;
	list-style-position: inside;
	list-style-image: url("../img/square.gif");
	border-bottom: 1px solid #666666;
	color: #98CB00;
}

#menu a:link {color: white;}
#menu a:visited {color: white;}
#menu a:hover {color: white;}
#menu a:active {color: white;}


#headimg{
	float: right;
	height: 178px;
	width: 714px;
	border:  1px solid #666666;
	margin-top: 29px;
	padding: 5px;
}
#contentleft {
	float: left;
	width: 424px;
	margin: 16px 0px 0px 224px;
	padding: 28px 18px 28px 0px;
	text-align: justify;
	line-height: 1.5em;
}
#contentright {
	float: left;
	width: 266px;
	margin: 16px 0px 0px 0px;
	padding: 28px 0px 28px 18px;
	text-align: left;
	line-height: 1.5em;
}

#contentcenter {
	float: left;
	width: 708px;
	margin: 16px 0px 0px 224px;
	padding: 28px 18px 28px 0px;
	text-align: justify;
	line-height: 1.5em;
}

#contentleft p.small{
	font-size: 11px;
}

#contentcenter p.small{
	font-size: 11px;
	color: #999999;
	text-align: right;
}


#contentcenter_reference {
	float: left;
	width: 726px;
	margin: 16px 0px 20px 224px;
	padding: 20px 0px 0px 0px;
	text-align: justify;
	line-height: 1.5em;
}

#footer{
	float: left;
	width: 950px;
	text-align: center;
	border-top: 1px solid #98CB00;
}

div.referenca {
	float: left;
	width: 333px;
	height: 100px;
	margin: 0px 20px 20px 0px;
	padding: 5px;
}

img.referenca {
	float: left;
	margin: 5px 14px 5px 0px;
}

.spletko {
	margin: 10px 10px;
}

/***** CSS za povprasevalno formo *****/

table.povprasevanje{
	width: 720px;
}

td{
	text-align: right;
	vertical-align: top;
}

.inp {
	width: 525px;
	height: 20px;
	padding: 3px 0px 0px 3px;
	border: 1px solid #98CB00;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.texta {
	width: 522px;
	height: 114px;
	padding: 3px;
	border: 1px solid #98CB00;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

table.code{
	width: 720px;
	background-color: #DDEEAB;
}

.inpcode {
	width: 152px;
	height: 22px;
	margin-top: 5px;
	margin-right: 373px;
	padding: 3px 0px 0px 3px;
	border: 1px solid #CFBF90;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

table.buttons{
	width: 720px;
}

td.buttons{
	padding: 5px 386px 0px 0px;
}

.button {
	width: 65px;
	height: 25px;
	border: 1px solid #3D3D3D;
	background: #98CB00;
	color: white;
	font-size: 12px;
}

#contentcenter .statusError {
    margin-bottom: 10px;
    margin-right: -8px;
    padding: 3px 3px 3px 5px;
    color: #333333;
    font-weight: bold;
	background-color: orange;
}

#contentcenter .statusOk {
    margin-bottom: 10px;
    margin-right: -8px;
    padding: 3px 3px 3px 5px;
    color: #333333;
    font-weight: bold;
    background: #DDEEAB;
}

#contentcenter .error {
    color: orange;
    padding-left: 5px;
}


/***** KONEC CSSja za povprasevalno formo *****/


#slikeprva {
	padding: 10px 0 0 0;
}

#slikeprva a {
	float: left;
	display: inline;
	margin: 0 8px 8px 0;
}

#slikeprva a img {
	vertical-align: bottom;
}

#referenceslike a {
	float: left;
	display: inline;
	margin: 0 6px 0 0;
}

#referenceslike a img {
	vertical-align: bottom;
}















