@charset "utf-8";
body {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 754px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 728px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
}
.oneColFixCtr #mainContent {
	background-image: url(slike/stage.jpg);
	background-repeat: no-repeat;
	height: 738px;
	padding-top: 100px;
	padding-right: 150px;
	padding-bottom: 0;
	padding-left: 180px;
}
.oneColFixCtr #menu {
	Z-INDEX: 30;
	TEXT-ALIGN: right;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 20px;
	PADDING-TOP: 20px
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
}

#wrapper {
	width:380px;
	height:258px;
	float:left;
}


#meniHeader A {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #FFF;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	float:right;
	background-color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.oneColFixCtr #vsebina {
	Z-INDEX: 40;
	POSITION: relative;
	overflow: auto;
	TEXT-ALIGN: left
	PADDING-BOTTOM: 0px;
	WIDTH: 400px;
	DISPLAY: inline;
	FLOAT: left;
	height: 550px;
}

