@charset "UTF-8";/* CSS Document */body {	margin: 0 0 0 0;	font-family: Helvetica, Arial, Geneva, Tahoma, sans-serif;	font-size: 13px;	color: #333333;}#top {	width: 100%;	height: 50px;	background-color: #333333;	position: absolute;	font-weight: bold;	text-transform: uppercase;	color: #FFFFFF;}#top #name {	width: 31%;	height: 35px;	padding-top: 15px;	padding-right: 0px;	padding-left: 20px;	float: left;	position: absolute;	font-size: 22px;	background-color: #C8543C;	padding-bottom: 0px;}#top #navigation {	float: right;	padding-top: 30px;	padding-right: 20px;	padding-bottom: 0px;	padding-left: 0px;	font-size: 22px;}#top #navigation a:link, #top #navigation a:visited, #top #name a:link, #top #name a:visited {	color: #FFFFFF;	text-decoration: none;	padding-right: 5px;	padding-left: 5px;}#top #name a:hover {	color: #333333;	text-decoration: none;}#top #navigation a:hover {	color: #C8543C;	background-color: #FFFFFF;	border-top-width: 33px;	border-top-style: solid;	border-bottom-style: solid;	border-top-color: #FFFFFF;	border-bottom-width: 5px;	border-bottom-color: #C8543C;}#where {	font-size: 77px;	color: #333333;	height: 50px;	margin-left: 36%;	text-transform: uppercase;	margin-top: 35px;	font-weight: bold;	position: absolute;}#content {	margin-right: 20px;	margin-left: 20px;	position: absolute;	text-align: justify;	top: 120px;	width: 97%;}#content #left {	width: 31%;	float: left;	position: relative;}#content  #leftX {	width: 31%;	float: left;	position: relative;	font-size: 77px;	font-weight: bold;	color: #C8543C;}#content #leftX .logo {	background-image: url(logo.png);	background-repeat: no-repeat;	height: 150px;	width: 150px;	position: absolute;	left: 25%;	top: 290px;}#content #middle {	position: relative;	width: 32%;	left: 3%;	float: left;}#content  #middleX {	position: absolute;	width: 32%;	left: 400px;	float: left;}#content  #right {	width: 31%;	float: right;	position: relative;}#footer {	font-size: 9px;	position: absolute;	left: 20px;	bottom: 5px;}h1 {	color: #666666;	text-transform: uppercase;	font-weight: bold;}#content a:link,a:visited {	color: #C8543C;	text-decoration: underline;	padding: 2px;}#content a:hover {	color: #FFFFFF;	text-decoration: none;	background-color: #333333;}#fotostrip {	background-image: url(slike/strip.jpg);	background-repeat: repeat-x;	background-position: left top;	height: 300px;	width: auto;	position: absolute;	top: 300px;	left: 0px;	right: 0px;}
