@charset "utf-8";
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #CDEEFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: black;
}
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
}
a, a:link, a:visited  {
	color: #4288B4;
}
a:hover {
	color: #FFAE00;
	text-decoration: underline;
	background-color: #FFF8DD;
}
h1, h2, h3 {
	color: #FFAE00;
}
h2 {
	font-size: 16px;
	margin-bottom: 15px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
img {
	border:0;
}
#container {
	width: 800px;
	background-image: url(img/container_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
}
	#header {
		height: 120px;
	}
		#logo {
			background-image: url(img/logo.jpg);
			background-repeat: no-repeat;
			height: 120px;
			width: 275px;
			float: left;
		}
		#hslike {
			background-image: url(img/header_slike_bg.jpg);
			background-repeat: no-repeat;
			float: left;
			height: 120px;
			width: 515px;
		}
		#hbg_right {
			background-image: url(img/header_bg_right.jpg);
			background-repeat: no-repeat;
			float: right;
			height: 120px;
			width: 10px;
		}
	#main {
		width: 800px;
	}

		#bg_left {
			float: left;
			height: 80px;
			width: 10px;
			background-image: url(img/main_bg_left.jpg);
			background-repeat: no-repeat;
		}
		#nav {
			float: left;
			width: 265px;
		}
			.meni {
				float: left;
				padding: 10px;
			}
		#mslike {
			background-image: url(img/main_slike_bg.jpg);
			background-repeat: no-repeat;
			float: right;
			height: 140px;
			width: 515px;
		}
		#bg_right {
			float: right;
			height: 80px;
			width: 10px;
			background-image: url(img/main_bg_right.jpg);
			background-repeat: no-repeat;
		}
		.text {
			clear: both;
			padding-top: 15px;
			padding-right: 30px;
			padding-bottom: 15px;
			padding-left: 30px;
		}
			.text li {
				list-style-type: none;
				list-style-position: inside;
				text-indent: 10px;
				margin-bottom: 5px;
			}
			span.high {
				font-weight: bold;
				color: #0FAAFD;
			}
			.photos {
				text-align: center;
			}
			.photos li {
				display: inline;
				padding: 0px;
			}
			.text form li{
				list-style-type: none;
			}			

	#footer {
		background-image: url(img/footer_bg.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		padding-top: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
		padding-left: 15px;
		color: #6FC1FF;
		font-size: 11px;
		clear: both;
	}
		.sponsors {
			float: left;
		}
			.sponsors li {
				display: inline;
			}
		.copyright {
			float: right;
			margin-right: 5px;
			margin-top: 0px;
			text-align: right;
		}
		.fshadow {
			clear: both;
		}
		.border {
			background-image: url(img/tackice.gif);
			background-repeat: repeat-x;
			height: 1px;
			width: 100%;
			margin-bottom: 15px;
		}

		.text input  {
			font-family: "Trebuchet MS";
			font-size: 11px;
			color: #004971;
			background-color: white;
			padding: 2px;
			margin-bottom: 2px;
		}
		/*.text input:hover {
			background-color: #CDEEFF;
		}*/
		.text option, .text select {
			font-family: "Trebuchet MS";
			font-size: 11px;
			color: #004971;
			background-color: white;
		}
		td.male {
			background-color: #71D8FF;
			padding-right: 10px;
			text-align: right;
		}
		td.female {
			background-color: #FFD7EC;
			padding-left: 10px;
		}
		#container #main .text dt {
			padding: 4px;
			font-weight: bold;
			border-bottom-style: dotted;
			border-bottom-color: #4288B4;
			border-bottom-width: 1px;
			background-color: #ECF9FF;
			font-family: Arial;
			letter-spacing: 1px;
			display: block;
		}
		#container #main .text dt:hover {
			background-color: #FFF8DD;
			color: #FFAE00;
		}
		#container #main .text dd {
			display: block;
			margin-left: 8px;
			margin-bottom: 5px;
			padding: 2px;
			font-style: italic;
		}
