/*----- Structure ----- */

body {
margin:0;
padding:0;
font-size: 12px;
font-family: 'Tahoma';
color: black;
background: url(img/background.gif) repeat-x;
}

#center {
margin:auto;
width:900px;

border-top:1px solid #EBAF0F;
border-left:1px solid #EBAF0F;
border-right:1px solid #EBAF0F;
border-bottom:1px solid #EBAF0F;
background:url(img/main_header.jpg) no-repeat;
}

#header{
width:900px;
height:250px;
}

/*----- Content Left ----- */
#sidebar_left{
	width: 200px;
	float:left;
}

.sidebar_body_left  {
height:870px;
background:#FDF8E9;
border-top:1px solid #EBAF0F;
border-left:1px solid #EBAF0F;
border-right:1px solid #EBAF0F;
border-bottom:1px solid #EBAF0F; 
}

/*----- Content Center ----- */
#sidebar_center{
	width: 550px;
	float:left;
}

.sidebar_body_center {
height:870px;
background: url(img/background.gif) repeat-x;
border-top:1px solid #EBAF0F;
border-left: 1px solid #EBAF0F;
border-right: 1px solid #EBAF0F; 
border-bottom:1px solid #EBAF0F; 
}

.sidebar_body_center_text {
height:820px;
background: url(img/background.gif) repeat-x;
border-top:1px solid #EBAF0F;
border-left: 1px solid #EBAF0F;
border-right: 1px solid #EBAF0F; 
border-bottom:1px solid #EBAF0F; 
padding: 25px;
}

/*----- Content right ----- */
#sidebar_right {
width: 150px;
float:right;
}

.sidebar_body_right  {
height:870px;
text-align:center;
background:#FDF8E9;
border-top:1px solid #EBAF0F;
border-left:1px solid #EBAF0F;
border-right:1px solid #EBAF0F;
border-bottom:1px solid #EBAF0F; 
}

/*----- Content footer ----- */
#footer{
width:100%;
clear:both;
background:#EBAF0F;
}

#footer_sponzori{
width:100%;
clear:both;
text-align:center;

}

#footer p {
text-align:center;
font-size:10px;
}

/*----- Nav ----- */

.nav_list {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}

.nav_list li {
overflow: hidden;
font-size:13px;
font-weight:bold;
}

.nav_list a {
text-decoration:none;
}

.li_nav_body a  {
display: block;
background: #EFD20C;
height: 21px;
padding-left: 25px;
line-height:20px;
border-bottom:1px solid #EBAF0F;
color: #283709;
}

.li_nav_body a:hover {
background: url(img/left.gif) no-repeat;
color: #CDEE8A;
}

.li_nav_body_active a {
display: block;
background: url(img/left.gif) no-repeat;
height: 21px;
padding-left: 25px;
line-height:20px;
border-bottom:1px solid #EBAF0F;
color: #CDEE8A;
}

.li_nav_body_active a:hover {
background: url(img/left.gif) no-repeat;
color: #CDEE8A;
}

/*----- Glogal ----- */
.imagefloat {
    border : 0px solid #707070;
	padding : 5px;
	margin : 1px 1px 5px 1px;
	float : right;
	background-color : #E3A826;
}
.imagefloat_small {
    border : 0px solid #707070;
	padding : 2px;
	margin : 1px 1px 1px 1px;
	float : right;
	background-color : #E3A826;
}

.form {
	margin : 0px 20px 0px 10px;
	float : left;
}

.imagefloat_galeria {
    border : 0px solid #707070;
	padding : 5px;
	margin : 1px 1px 5px 1px;
	float : left;
	background-color : #E3A826;
}

H1 {
	font : bold italic 170% verdana, sans-serif;
	margin : 0px 30px 0px;
	padding: 5px;
	color: black;
}
H2 {
	font : bold 150% verdana, sans-serif;
	margin : 0px 30px 0px;
	padding: 5px;
}
H3 {
	font : bold 130% verdana, sans-serif;
	margin : 5px 0px 0px;
	padding: 5px;
}