@charset "utf-8";
/* CSS Document */

body {
	font: 12 Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	vertical-align: text-top;
}
.oneColFixCtrHdr #container {
	width: 780px;
	background-image: url(images/ozadje.gif);
	background-color: #000;
	margin:  auto;
	border: 1px solid #C00;
	text-align: right;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.oneColFixCtrHdr #header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	width: 750px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-top: 0px;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.oneColFixCtrHdr #mainContent {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	z-index: 3;
	font-weight: bold;
	font-size: 12px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CC0000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.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 #footer a {
	color:#FFF;
	font-weight: bold;	
}
.oneColFixCtrHdr #mainContent a {
	color: #C00;
}
.oneColFixCtrHdr #spisek {
	text-align: left;
	width: 200px;
	padding-left: 300px;
}

