* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0 0;
    font: 16px Arial, Helvetica, sans-serif;
    color: #000000;
    background:  url('images/layout/background.jpg') repeat;
}

h1 {
    font-weight: bold;
    color: #000000;
    font-size: 44px;
}

h2 {
	margin-top: 10px;
    font-weight: bold;
    color: #000000;
    font-size: 25px;
    background:  url('images/layout/background_h2.jpg') repeat;
}

h4 {
	margin-top: 5px;
    color: #000000;
    font-size: 12px;
}

p {
    padding: 10px 0;
    line-height: 30px;
    text-align: justify;
}

a {
    color: #DAE213;
    text-decoration: none;
	font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

/* page */

#page {
    width: 900px;
    margin: 0 auto;
}

/* menu */

#menu {
    height:  300px;
}

#menu ul {
    list-style: none;
    padding-top: 148px;
	padding-left: 39px;
}

#menu ul li {
    display: block;
    float: left;
    font-size: 18px;
}

#menu ul li a {
    display: block;
    padding: 0 0px;
    color: #93b63d;
    text-decoration: none;
}

#menu ul li a:hover {
    color: #FFFFFF;
}

#menu .current_page_item a {
	color: #ffffff;
}

#menu .current_page_item a:hover {
	color: #93b63d;
}

/* main */

#main {
    background:  url('images/layout/background_main.jpg') repeat-y;
}

/* content */

#content {
    float: left;
    width: 520px;
    padding-bottom: 10px;
	padding-left: 40px;
	padding-top: 10px;
}

/* sidebar */

#sidebar {
    float: right;
    width: 300px;
    padding-bottom: 10px;
	padding-top: 4px;
}

#sidebar ul {
    list-style: none;
	padding-bottom: 20px;
}

#sidebar ul li {
    display: block;
    float: left;
    font-size: 18px;
}

#sidebar ul li a {
    display: block;
    padding: 0 0px;
    color: #93b63d;
    text-decoration: none;
}

#sidebar ul li a:hover {
    color: #FFFFFF;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    background: #000000 url('images/layout/background_footer.jpg') no-repeat top;
    clear: both;
    padding-top: 20px;
	padding-left: 40px;
    padding-bottom: 10px;
}

#footer p {
    text-align: left;
	color:#ffffff;	
    font-size: 12px;
}

#footer a {
    color: #DAE213;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

/* agenda */

.agenda {
    background:  url('images/layout/background_agenda.jpg') repeat;
	margin-bottom: 20px;
}

.agenda h6 {
	font-size: 18px;
	color: #DAE213;
	padding-left: 5px;
	padding-top: 5px;
}

.agenda h7 {
	font-size: 44px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
}

.agenda h8 {
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
}

.agenda h9 {
	font-size: 16px;
	color: #DAE213;
	font-weight: bold;
	padding-left: 5px;
    line-height: 30px;
}

.agenda a {
    color: #ffffff;
}

.agenda a:hover {
    text-decoration: none;
	background-color: #DAE213;
    color: #000000;
}

/* Imagebox */

#imagebox {
	position: absolute;
	z-index: 100;
}

#imagebox-overlay {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#imagebox-title {
	position: absolute;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 16px;
	left: 0;
	padding: 2px 6px;
	border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
	z-index: -1;
}

#imagebox-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#imagebox-close {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 100;
}

#imagebox-next {
	position: absolute;
	right: 0;
	top: 0;
	width: 33%;
	height: 100%;
	cursor: pointer;
	z-index: 80;
}

#imagebox-prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 33%;
	height: 100%;
	cursor: pointer;
	z-index: 80;
}

.imagebox-shadow { position: absolute; z-index: -2; }

.imagebox-shadow-nw {
	left: -20px;
	top: -20px;
	width: 20px;
	height: 20px;
	background:   url("images/imagebox/imagebox-shadow-nw.png") no-repeat;
}

.imagebox-shadow-n {
	left: 0;
	top: -20px;
	width: 100%;
	height: 20px;
	background:   url("images/imagebox/imagebox-shadow-n.png") repeat-x;
}

.imagebox-shadow-ne {
	right: -20px;
	top: -20px;
	width: 20px;
	height: 20px;
	background:   url("images/imagebox/imagebox-shadow-ne.png") no-repeat;
}

.imagebox-shadow-e {
	right: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	background:   url("images/imagebox/imagebox-shadow-e.png") repeat-y;
}

.imagebox-shadow-se {
	right: -20px;
	bottom: -20px;
	width: 20px;
	height: 20px;
	background:   url("images/imagebox/imagebox-shadow-se.png") no-repeat;
}

.imagebox-shadow-s {
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 20px;
	background:   url("images/imagebox/imagebox-shadow-s.png") repeat-x;
}

.imagebox-shadow-sw {
	left: -20px;
	bottom: -20px;
	width: 20px;
	height: 20px;
	background:   url("images/imagebox/imagebox-shadow-sw.png") no-repeat;
}

.imagebox-shadow-w {
	left: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	background:   url("images/imagebox/imagebox-shadow-w.png") repeat-y;
}
