@charset "utf-8";

/*
*	OSNOVNI HTML ELEMENTI
*/
body {
	/*text-align: center; /* for IE */
	margin: 0px;
	padding: 0px;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	
	text-align: justify;
}

a, img, div, input { outline: none; }

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006699;
	position: relative;
	top: -16px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006699;
	/*position: relative;
	top: -16px;*/
}

a, a:visited, a:link, a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
}

a.text, a.text:visited, a.text:link, a.text:active {
	color: #006699;
	text-decoration: none;
}
a.text:hover {
	color: #000;
	text-decoration: none;
}

a.brezplacno, a.brezplacno:visited, a.brezplacno:link, a.brezplacno:active {
	color: #333;
	text-decoration: none;
}
a.brezplacno:hover {
	color: #006699;
	text-decoration: none;
	background: url(brezplacno.png) bottom center no-repeat;
	padding-bottom: 15px;
}

/*
*
*/
.gl_sredina {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

.gl_sredina_vsebina {
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	position: relative;
	left: 2px;
}

.copy {
	color: #888;
}

a.copy, a.copy:visited, a.copy:link, a.copy:active {
	color: #888;
}
a.copy:hover {
	color: #444;
	text-decoration: none;
}

a.bottomMenu {
	color: #888;
}
a.bottomMenu:hover {
	color: #006699;
	text-decoration: none;
}

.izdelek {
	margin: 0 2px;
	background-color: #FFFFFF;
	border: 3px solid #3399CC;
	text-decoration: none;
	position: relative;
	float: left;
	text-align: center;
	line-height: 22px;
}
.izdelek:hover {
	background-color: #FCE655;
	border: 3px solid #FCE655;
}

/*
*	GUMBI KONTAKT
*/
.Button {
	background-color: #6898d0;
	/*background: url(../images/buttonBG2.jpg);*/
	border-width: 1px;
	border-color: #3399CC;
	border-left-color: #3366CC;
	border-top-color: #3366CC;
	color: #FFFFFF;
	font-size: 12px; /* 11px */;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 5px;
	letter-spacing: 1px;
}
.Polja {
	background-color: #F9F9F9;
	border: 1px solid #AAA;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px; /* 11px */;
	font-weight: normal;
	color: #333333;
	padding: 5px; /* 2px */
}
.Polja:hover {
	border: 1px solid #FFCC00;
}
.Polja:focus {
	background-color: #FFFFEA;
	border: 1px solid #FFCC00;
}
