@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

html, body {
	height: 100%; /* Required */
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #BFBFBF;
}

body {
	color: #333;
	text-align: center;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #00822E;
	padding-bottom: 20px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #009534;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #009534;
	padding-bottom: 15px;
}



p {
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #009534;
	text-decoration: none;
}

#container-page {
	margin: 0 auto;
	width: 931px;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	background-color: #FFF;
	background-image: url(images/paginterna.jpg);
}

#container-content {
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 40px;
	padding-left: 40px;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
	width: 600px;
	float: right;
	padding-left: 20px;
	padding-top: 40px;
	font: 12px Verdana, sans-serif;
	height: auto;
	min-height: 100%;
}

#content-sec {
	width: 235px;
	float: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%;
}
.news {
	margin-left: 50px;
	color: #FFF;
	width: 160px;
	font: 11px Verdana, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009534;
	border-right-color: #009534;
	border-bottom-color: #009534;
	border-left-color: #009534;
}

#container-foot {
	width: 100%;
	background: #CCC;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 40px;
}

#foot {
	line-height: 40px;
	background-color: #009534;
	color: #FFF;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 40px;
}
#foto {
	position:absolute;
	right:1px;
	bottom: 0px;
}

#content-sec ul,#content-sec ul li {
	list-style: none none;
	margin-left: 25px;
	text-transform: uppercase;
	line-height: 17px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	color: #FFF;
}
#container-page #container-content #content-sec ul ul li {
	font-size: 12px;
	line-height: 5px;
	left: -10px;
	list-style-type: disc;
}
table tr td ul {
	font-size: 12px;
	margin-left: 20px;
	padding-left: 20px;
	line-height: 17px;
}
#content-pri ul   {
	font-size: 12px;
	margin-left: 20px;
	padding-left: 20px;
	line-height: 17px;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0;
	padding: 0;
	min-width: 600px;
	max-width: 600px;
	width: 560px;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	border: 1px solid #333;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
	color: #009545;                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
}

textarea { overflow: auto; }

form small {
	/* [disabled]display: block; */
	font-size: 90%;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 160px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
form select {
	margin-left: 10px;
	margin-top: 10px;
}
form checkbox {
	margin-left: 10px;
	margin-top: 10px;
}
form .label2 {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 130px; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 0px;
}
.newsCopia {
	margin-left: 50px;
	color: #FFF;
	width: 160px;
	border-bottom-style: solid;
	border-top-color: #009534;
	border-right-color: #009534;
	border-bottom-color: #009534;
	border-left-color: #009534;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	list-style-type: none;
	list-style-image: none;
}

