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

#main {
	padding: 0;
	margin-bottom: 10px;
	margin-top: 30px;
}

#mainflash {
	height:350px;
	width: 960px;
	margin-top: 10px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
}

/* 3 hm boxes */

.hmbox {
	width: 312px;
	float: right;
	display: inline;
	background-color: #B2C0C6;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #474747;
	border-bottom-color: #474747;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
}
.hmbox .slike {
	padding: 10px;
	background-color: #B2C0C6;
}
.hmbox .slike:hover  {
	background-color: #B2C0C6;
}
.hmbox .text {
	background-color: #7FA0AC;
	font-size: 11px;
	color: #333;
	text-indent: 5px;
	line-height: 20px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.hmbox .text span {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #FF6600;
}

.pictures {
	text-align: center;
	margin-right: 9px;
	margin-left: 9px;
}

/* flash info */

#infobar {
	height: 30px;
	width: 980px;
	margin-bottom: 0px;
}

#news_bar {
	height: 30px;
	width: 636px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #b1c4d5;
	float: right;
	text-align: left;
	margin-right: 10px;
}
#weather {
	height: 30px;
	width: 313px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #d1d1d1;
	float: left;
	margin-right: 0px;
	text-align: left;
}

/* text */

#main-inner-left {
	width: 280px;
	min-height: 348px;
	height:auto !important;
	height: 348px;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	padding-left: 13px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/* rounded corner */
	-webkit prefix-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	
}

#main-inner-photo {
	width: 233px;
	height: 226px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	overflow: hidden;
	/* rounded corner */
	-webkit prefix-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#main-inner-right {
	min-height: 343px;
	height:auto !important;
	height: 343px;
	width: 596px;
	text-align:left;
	background-color: #99CC00;
	margin-right: 10px;
	vertical-align: top;
	background-color: #FFFFFF;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}

#about-inner-right {
	min-height: 630px;
	height:auto !important;
	height: 630px;
	width: 596px;
	text-align:left;
	background-color: #99CC00;
	margin-right: 10px;
	vertical-align: top;
	background-color: #FFFFFF;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
	
}

#feature {
	padding-left: 33px;
	padding-top: 10px;
}

p {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	color: #666666;
}

a:link {
	color: #6d8f9d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6d8f9d;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #6d8f9d;
}

h1 {
	color: #FF6600;
	font-size: 18px;
	font-weight: bold;
	line-height: 11px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 3px;
}
.topLine {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
}

.t14 {
	font-size: 14px;
	line-height: 20px;
}

.t14-orng {
	font-size: 14px;
	line-height: 20px;
	color: #FF6600;
}

.t18 {
	font-size: 18px;
	line-height: 25px;
}

.blue {
	color: #336170;
	line-height: 16px;
	font-size: 12px;
}

.green {
	color: #9CB66E;
}
