﻿@import "thickbox.css";
html {
	margin: 0;
	padding: 0;
	background-color: #DBE694;
	background-position: 50% 0px;
	background-image: url(../img/bg-all.gif);
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: "Verdana" , "Geneva CE" , lucida, sans-serif;
	color: black;
}
h1 {
	height: 20px;
	margin: 3px 0 5px 0;
	padding: 0 8px 0 0;
	color: #616F1B;
	font-size: 13px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: bottom right;
	background-image: url(../img/bg-h1.gif);
	text-align: right;
}
h2 {
	margin: 3px 0 3px 0;
	padding: 0 0 2px 0;
	color: #A02A29;
	font-size: 12px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: bottom left;
	background-image: url(../img/bg-h2.gif);
	text-align: left;
}
h3 {
	margin: 8px 0 0 0;
	padding: 0;
	color: #A02A29;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
hr {
	color: #A02A29;
	background-color: #A02A29;
	height: 2px;
}
a {
	color: #A02A29;
	text-decoration: none;
}
.clear {
	clear: both;
}
a:hover {
	color: #9EB329;
	text-decoration: underline;
}
#header {
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(../img/bg-top.gif);
	height: 68px;
	width: 100%;
	overflow: hidden;
}
#header-reds {
	height: 8px;
	clear: both;
}
#header-container {
	margin: 0 auto;
	height: 68px;
	width: 770px;
	clear: both;
}
#header-logo {
	height: 60px;
	width: 180px;
	float: left;
	overflow: hidden;
}
#header-title {
	height: 60px;
	width: 590px;
	float: right;
}
.title-pic {
	height: 41px;
	width: 590px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../img/pic_cs.gif);
	text-align: right;
}
.title-pic div {
	margin: 0 7px 0 0;
}
.title-pic div img {
	margin: 1px 0 0 4px;
	border: solid 1px white;
}
.title-pic div img:hover {
	border: solid 1px #C5192C;
}
#title-adress {
	height: 19px;
	width: 590px;
	background-color: #9eb329;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../img/bg-adress.gif);
	text-align: right;
	overflow: hidden;
}
#title-adress div {
	color: white;
	font-size: 10px;
	padding: 1px 8px 0 0;
}
#title-adress div a {
	text-decoration: underline;
	color: white;
}
#main {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	clear: both;
}
#left {
	width: 180px;
	float: left;
	margin-top: 6px;
	overflow: hidden;
}
#menu {
	margin: 0 12px;
	overflow: hidden;
}
#content {
	width: 590px;
	float: right;
	overflow: hidden;
}
.item {
	color: black;
	font-weight: bold;
	border-top: solid 2px #9EB329;
	border-bottom: solid 2px #9EB329;
	margin-top: 16px;
	background-color: #E7DFD5;
}
.item a, .item span {
	padding: 2px 4px 2px 16px;
	color: black;
	text-decoration: none;
	display: block;
}
.item a:hover {
	color: black;
	text-decoration: none;
	background-color: #b8cd2f;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	background-image: url(../img/bg-menu-on.gif);
}
.item a.on {
	color: black;
	text-decoration: none;
	background-color: #b8cd2f;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	background-image: url(../img/bg-menu-on.gif);
}
.subitem {
	color: black;
	border-bottom: solid 1px #9EB329;
}
.subitem a {
	color: black;
	padding: 2px 4px 2px 16px;
	text-decoration: none;
	display: block;
}
.subitem a:hover {
	color: black;
	text-decoration: none;
	background-color: #b8cd2f;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	background-image: url(../img/bg-menu-on.gif);
}
.subitem a.on {
	color: black;
	text-decoration: none;
	background-color: #b8cd2f;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	background-image: url(../img/bg-menu-on.gif);
}
.text {
	padding: 5px 10px;
}
p {
	margin: 4px 0 8px 0;
	color: black;
	line-height: 130%;
}
p.justify {
	color: black;
	text-align: justify;
}
p.highlight {
	border: 1px solid white;
	color: #C5192C;
	text-align: justify;
	padding: 5px;
}
p.title {
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin: 20px 0;
}
ul {
	list-style-image: url(../img/li.gif);
	margin-top: 4px;
	margin-bottom: 10px;
}
li {
	margin-bottom: 4px;
}
img.foto {
	border: 1px solid #F76F00;
}
.small {
	font-size: 9px;
	text-align: center;
}
.banner-box {
	width: 100%;
}
.banner-box img {
	border: none;
}
.banner-box-title {
	font-size: 10px;
	text-align: center;
	color: #9EB329;
	margin-bottom: 5px;
}

#aspnetForm {
	margin: 0;
	padding: 0;	
}
#__VIEWSTATE {
	margin: 0;
	padding: 0;
	height: 0;	
}

/*gallery*/
.gallery-container {
	text-align: center;
	width: 190px;
	height: 190px;
	float: left;
	overflow: hidden;
}
h2 .gallery-subtitle a, h2 gallery-title {
	color: #A02A29;
	font-weight: normal;
}
/*end gallery*/

.newsletterlite-box {
	font-size: 11px;
}
.newsletterlite-box .newsletterlite-title {
	font-weight: bold;
	border-bottom: solid 1px #E9414D;
	color: #E9414D;
}
.newsletterlite-box .newsletterlite-input {
	width: 155px;
}
.newsletterlite-box .newsletterlite-submit {
	width: 155px;
}


