@charset "utf-8";
/* CSS Document */

#Document {
	font: 13px Courier, Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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 */
	background-position: top center;
	background-image: url(01.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
        float: center;
	height: 100%;
	background-color: #000000;
	font-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
a {text-decoration: none}
a:link    {color: white}
a:visited {color: white}
a:active  {color: wwhite}
a:hover   {color: white}
#odskok {
	padding-left: 55px;
	padding-top: 35px;
	padding-right: 55px;
	padding-bottom: 35px;
}
#Document1 {
	font: 13px Courier, Arial;
	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 */
	background-position: top center;
	background-image: url(03.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
        float: center;
	height: 100%;
	background-color: #000000;
	font-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#header {
	background-image: url(menu.png);
	background-color: #ff6804;
	height: 188px;
	width: 970px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#container {
	height: 100%;
	width: 970px;
	border: 0px;
 /* t	text-align: left;his overrides the text-align: center on the body element. */
	margin: 0px;
	padding: 0px;
}

#predem {
	color: red;
}

#main-content {
        float: left;
	height: 100%;
	width: 562px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ff6804;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
        background-color: #ff6804;
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
        text-align: left;
	word-spacing: normal;
}

#head-color {
	color: #FFFFFF;}


