/* style.css */
/* Copyright (c) 2007 by Christoph Zimmermann */

/* common tags */
html {
	font: normal 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
	background-color: #ccc;
}

h1, h2, h3, h4, p, form {
	margin: 0;

}
img {
	margin: 0;
	border: 0;
}

a {
	color: #0b4e12;
	text-decoration: none;
}

a.current {
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.left, .float_left {
	float: left;
}

.right, .float_right {
	float: right;
}

/* inputs */
input {
	font: normal 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
}

input.button {
	float: left;
	padding: 1px 2px;
}

/* main classes */
#main {
	margin: 0 auto;
	width: 850px;
	background-color: white;
}

/* top/banner */
#top {
	width: 850px;
	height: 159px;
	background: url(../images/top_banner_back.png) repeat-x;
}

#top-border-left {
	float: left;
	width: 7px;
	height: 159px;
	background: url(../images/top_banner_back_left.png) no-repeat;
}

#top-border-right {
	float: right;
	width: 7px;
	height: 132px;
	background: url(../images/top_banner_back_right.png) no-repeat;
}

#top-content img.raute {
	float: left;
	margin-left: 26px;
}

#top-content img.title {
	margin-top: 61px;
	margin-left: 10px;	
}

#top-logos {
	float: right;
	margin: 50px 40px 0 0;
}

#top-logos img {
	margin-right: 10px;
}

#breadcrumbs {
	clear: right;
	float: right;
	width: 630px;
	height: 27px;
	font-size: 10px;
	background: url(../images/top_breadcrumb_back.png) repeat-x;
}

#breadcrumbs-border-right {
	width: 8px;
	height: 27px;
	float: right;
	background: url(../images/top_breadcrumb_back_right.png) no-repeat;
}

#breadcrumbs p {
 margin: 0;
	padding: 8px 0 0 8px;
}

#top-bar {
	float: right;
	width: 196px;
	height: 23px;
	margin-left: 14px;
	background: url(../images/top_bar_back.png) no-repeat;
}


/* left/menu */

#left {
  clear: both;
  float: right;
  width: 840px;
  padding: 0 5px;
	background: url(../images/left_back.png) repeat-y;
}

#navigation {
	float: left;

}

#navigation li {
	width: 215px;
	margin: 0;
	padding: 0;
	background: url(../images/left_menu_back.png) repeat-y;
}

#navigation li a,  #navigation li p {
	display: block;
	margin: 0;
	padding: 6px 0 5px 28px;
	width: 187px;
	color: white;
	overflow: hidden;
background: url(../images/navi_button.png) no-repeat;
}

#navigation li p {
	color: #F7AE16;
	font-weight: bold;
	background: url(../images/selected_link.png) repeat-x;
}

#navigation li a:hover {
	text-decoration: none;
	color: white;
	background: url(../images/mouse_over_eff.png) no-repeat;
}



#navigation li li a, #navigation li li p {
	/*width: auto; */ width: 167px;
 height: 18px;
	padding: 6px 0 5px 48px;
}

/* content */

#content {
	float: right;
 	/*width: 625px;*/
 	width: 624px;
	/*margin-left: 216px;  */

}

#custom-sections {
	/*background-color: #9cce2e;*/
 background: url(../images/background_green.png) repeat;
}

/* infobox */

#infobox { width: 624px;
 background: url(../images/infobox_background.png) no-repeat top right;
}

#infobox h1 {
 margin: 0;
	padding: 8px;
	color: #588e03;
	font: normal 24px "Trebuchet MS",Arial,Helvetica,sans-serif;
}

#infobox p {
	padding: 12px;
}

#infobox ul {
float: right;
 padding: 15px 30px 0 0;
}

#infobox li {
 display: inline;
 margin: 0 5px;
}

#infobox li a {
	color: #588e03;
}

#infobox li a:hover {
 color: white;
 text-decoration: none;
}

#box {
	float: right;
	margin-left: 5px;
	width: 150px;
	padding: 0 3px;
	background-color: white;
}

#box input {
	width: 130px;
}

#box input.button {
	width: 70px;
	margin-right: 5px;
}

.panel {
	padding: 12px;
}

#training table {
	width: 590px;
}

#training thead tr {
	font-weight: bold;
	text-align: left;
}

#training td {
	padding: 0 2px;
}

#training thead tr td {
	
	border-bottom: 1px solid #0b4e12;
}

#content-body {
	padding: 12px;
}

#content-body h3 {
	margin-bottom: 8px;
	font-size: 14px;
	color: #588E03;
}

#content-body .entry {
	clear: both;
	margin: 6px 0;
	padding-bottom: 7px;
	border-top: 1px solid #ccc;
}

#content-body div.entry:first-child {
	border: none;
}

#content-body h1 {
	font-size: 22px;
	color: #0B4E12;
	margin: 10px 0;
}

#content-body p {
	margin-bottom: 8px;
}

.caption {
 font-style: italic;
}


/* footer */
#footer {
	clear: both;
	width: 850px;
	height: 82px;
	color: #222;
	background: url(../images/bottom_back.png) repeat-x;
}

#footer-border-left {
	float: left;
	width: 10px;
	height: 84px;
	background: url(../images/bottom_back_left.png) no-repeat;
}

#footer-border-right {
	float: right;
	width: 10px;
	height: 84px;
	background: url(../images/bottom_back_right.png) no-repeat;
}

#footer-content {
	padding: 8px 10px;
	color: #8a8a8a;
}

#footer span.left {
 margin-top: 5px;
 margin-left: 10px;
	font-size: .8em;
}

#footer a {
	color: #636363;
}

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

/* calendar */
.event {
 padding: 5px;
 border-bottom: 1px solid #9CCE2E;
}

.date {
 color: #333;
 font-weight: bold;
}

table.calendar {
 width: 100%;
 margin-bottom: 25px;
}

table.calendar tbody td {
  width: 50px;
  overflow: scroll;
  text-align: center;
  border-bottom: 1px solid #9CCE2E;
}