/* CSS Document */
@charset "utf-8";

/* Default layout */
*
	{
		margin:0px;
		padding:0px;
		clear:both;
	}

html
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:normal;
		background-color:#b9a300;
		color:#000;
	}

	body
		{
			width:880px;
			margin-left:auto;
			margin-right:auto;
			background-color:#fff;
		}

		hr
			{
				height:1px;
				background-color:#ccc;
				border:none;
				margin-top:5px;
				margin-bottom:5px;
			}

		img
			{
				border:none;
			}

		h1
			{
				margin-bottom:20px;
				font-size:20px;
				font-weight:bold;
				color:#a5760a;
			}

		h2
			{
				font-size:18px;
				font-weight:bold;
			}

		h3
			{
				font-size:12px;
				font-weight:bold;
			}

		h4
			{
				font-size:14px;
				font-weight:bold;
			}

		h5
			{
				font-size:14px;
				font-weight:bold;
			}

		h6
			{
				font-size:14px;
				font-weight:normal;
			}

		p
			{
				margin-top:14px;
				text-align:left;
			}

		a, a:link, a:visited, a:active
			{
				text-decoration:none;
				outline:none;
				color:#000;
			}

		a:hover
			{
				text-decoration:underline;
			}
		
		small
			{
				font-style: italic;
			}

		#header
			{
				height:390px;
				background-color:#b9a300;
				background-image:url(../images/banner.jpg);
				background-repeat:no-repeat;
				background-position:center bottom;
			}

			#header .logo
				{
					clear:none;
					float:left;
					width:316px;
					height:44px;
					margin-top:10px;
					background-image:url(../images/logo.png);
					_background-image:url(../images/logo.gif);
					background-repeat:no-repeat;
					background-position:center bottom;
				}

				#header .fb-logo
					{
						clear:both;
						float:right;
						width:50px;
						height:50px;
						margin-top:15px;
						margin-right:15px;
						border:solid 2px #ffffff;

						background-image:url(../images/fb.png);
						background-repeat:no-repeat;
						background-position:center top;

						border-radius: 10px;
						-moz-border-radius: 10px;
						-webkit-border-radius: 10px;
						-khtml-border-radius: 10px;
					}

					#header .fb-logo a
						{
							display:block;
							width:50px;
							height:50px;
							cursor:hand;
						}

		#container
			{
				border-top:20px solid #fff;
			}

			#contents
				{
					float:left;
					clear:none;
					width:615px;
					margin-left:20px;
					_margin-left:10px;
					margin-right:10px;
					text-align:justify;
				}

			#floating-window
				{
					clear:none;
					float:left;
					margin-left:10px;
					margin-right:20px;
					_margin-right:0px;
					width:205px;
				}

		#footer
			{
				height:60px;
				background-color:#b9a300;
				background-image:url(../images/spodaj.jpg);
				background-repeat:no-repeat;
				background-position:center top;
				font-size:12px;
			}

			.copyright
				{
					height:40px;
					padding-top:20px;
					margin-left:20px;
					margin-right:20px;
				}

				.copyright p
					{
						clear:none;
						float:left;
						color:#fff;
					}

					.copyright p a
						{
							color:#fff;
						}

				.copyright p.roer
					{
						clear:none;
						float:right;
					}
