@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	vertical-align: middle;

}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: none;
	border: 1px none #CCC;
	left: 50%;
	right: auto;
	vertical-align: top;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	background-image: url(dizajn/head2.png);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-bottom: 10px;
	text-align: justify;
	font-size: 11pt;
	border: 1px solid #EFEFEF;
	height: auto;
}
.oneColFixCtrHdr #footer {
	background:#a70000;
	text-align: center;
	height: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCC;
	line-height: 1pt;
	vertical-align: middle;
	background-image: url(file:///C|/Documents%20and%20Settings/bostjan/Desktop/Simpss/simpss-stran4/dizajn/foot-bg.png);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #menu {
	text-align: left;
	background-image:url(dizajn/menu-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom: auto;
}

.oneColFixCtrHdr #link {
	color: #800000;
	text-align: left;
	text-decoration: none;
}

h4 {
	color: #B40000;
	font-size: 10pt;
}

h3 {
	color: #B40000;
	
}

h5 {
	color: #B40000;
	
}

h2 {
	color: #B40000;

	
}

h1 {
	color: #B40000;
	font-size:40pt;
	
}
.oneColFixCtrHdr #text{
	text-align: justify;
	text-decoration: none;
	margin: 0;
	font-size: 10pt;
	padding: 10px;
	vertical-align:top
}
.oneColFixCtrHdr #center{
	text-align: center;
	text-decoration: none;
	margin: 0;
	font-size: 10pt;
	padding: 10px;
}
.oneColFixCtrHdr #text2{
	text-align: left;
	text-decoration: none;
	margin: 0;
	font-size: 10pt;
	padding: 10px;
	vertical-align:top
}

.oneColFixCtrHdr #nazaj {
	background-image: url(dizajn/gumb-nazaj.png);
	height: 25px;
	width: 90px;
	
}

.oneColFixCtrHdr #nazaj:hover {
	background-image: url(dizajn/gumb-nazaj-hover.png);
cursor ointer;
	cursor:hand;
}

.oneColFixCtrHdr #naslov {
	background-image: url(dizajn/naslovbg.png);
	height: 25px;
	width: 550px;
	padding-left:30px;
	font-weight: bold;
	background-repeat: no-repeat;
	color: #FFF;
	text-align:center;
}

.oneColFixCtrHdr #alin {
	background-color:#B70004;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	height:20px;
	padding-left: 40px;
	vertical-align:middle;
		
}