

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

img {
border: 0;
}


body {
	background: #FFFFFF url(../img/bg.jpg) repeat-x left top;
	color: #0f4100;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}


table {
	border: 0px solid;
}

td {
	padding: 1px;
	vertical-align: bottom;
}


h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 806px;
}

/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
	background-color: #FFF;
	font-size: 1.2em;
	height: 110px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 806px;
}

.header .banner {
	background-color: transparent;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 110px;
	width: 806px;
	text-align: left;	
	
}

/* navigation */
.navigation {	
	background: url(../img/nav.jpg);
	border: 1px solid #D8EBD8;
	height: 41px;
}
.navigation a {
	background: transparent url(../img/nav.jpg) left top repeat-x;
	border-right: 1px solid #D8EBD8;
	color: #008319;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: none;
}
.navigation a:hover {
	background: transparent url(../img/nav.jpg) left top repeat-x;
	border-right: 1px solid #D8EBD8;
	color: #008319;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: underline;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(../img/bgmain.gif) repeat-y;
}

/* foto navigation */
.sidenav {
	float: right;
	width: 180px;
	padding: 15px;	
}

.phototable {
float:none;
display: none;
}

.phototable img {
float: left;
padding: 5px;
}

/* content */
.content {
	float: left;
	margin: 20px 0px 20px 0px;
	padding: 0 16px;
	width: 550px;
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: disc;
	margin-left: 18px;
}

.header .img {
padding: 0px;
border: 0px;
margin-left: 0px;
float: left;
}

.sidenav .img {
padding: 5px;
}

.sidenav .imghidden {
padding: 5px;
display: none;
}

.content .imgright {
padding: 2px;
border: 1px solid #D8EBD8;
margin-left: 4px;
float: right;
}

.content .imgleft {
padding: 2px;
border: 1px solid #D8EBD8;
margin-left: 4px;
float: left;
}


.content p
{
color: #0f4100;
}


/* footer */
.footer {
	background: url(../img/nav.jpg) repeat-x;
	color: #008319;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}




