* {
	margin: auto 0;	
}

h1 {
	font-size:1.2em;
	text-decoration:none;
	color:#000;
}
h1 a {
	font-size:1.2em;
	text-decoration:none;
	color:#000;
}
h1 a:hover {
	font-size:1.2em;
	text-decoration:none;
	color:#000;
}

h2 {
	font-size:0.9em;
	color:#497835;
}


h3 {
	font-size:1.4em;
	color:#573722;
	font-weight:bold;
	font-family:Times New Roman; Tahoma, Verdana;	
}



a {
	text-decoration:underline;
	color:#000;
	font-weight:bold;	
}

a:hover {
	text-decoration:underline;
	color:#497835;
	font-weight:bold;
}

.check {
	text-decoration:underline;
	color:#497835;
	font-weight:bold;	
}

body {
	height:100%;
	background-color:#ffe29f;
	background-image:url(../img/background.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Times New Roman;
	font-size:0.9em;
	color:#000;

}


/* Page */

#page {
	width:1024px;
	height:95%;
	margin:5px 5px 5px 2px;
	display:inline;
	background-image:url(../img/page-background.png);
	background-repeat:no-repeat;
	float:left;

}

#left {
	width:320px;
	float:left;
	padding:0 5px 5px 15px;
	margin-bottom:30px;
}

#content {
	float:left;
	padding:148px 5px 5px 5px;
	width:640px;
}

#footer {
	position:fixed;
	bottom:0;
	width:95%;
	padding:2px 20px 5px 5px;
	background-color:#ffe29f;
	text-align:right;
	font-size:0.9em;
}

#footer a{
	text-decoration:none;	
}

.copyright {
	font-size:0.8em;
	color:#717171;	
}
.copyright a {
	font-size:0.8em;
	color:#717171;
	text-decoration:none;	
}

#text {
	margin-top:40px;
	font-size:0.9em;	
	float:left;
	padding-bottom:15px;
	display:inline;
	width:auto;
}

.describe {
	font-size:0.6em;	
}


/*Navigation*/

.navigation ul {
	margin-top:50px;
	list-style-type:none;
	line-height:1.1em;
	width:150px;
}

.navigation li {
	padding:0 2px 2px 0px;
}

.navigation li a{
	text-decoration:none;
	line-height:1.1em;
	color:#000;
	padding:0 15px 0 5px;
	display:block;
}

.navigation li a:hover {
	text-decoration:none;
	background:url(../img/navigation-bg.jpg) repeat;
	color:#fff;	
	line-height:1.1em;
}
.navicheck {
	background:url(../img/eikel.png) no-repeat;
	font-weight:bold;
	padding:0 0 0 25px;
}


/* index */

#pageindex {
	text-align:center;
	padding:10px 10px 5px 10px;	
}


.sitemap {
	width:500px;	
}

.sitemap ul {
	list-style-type:none;	

}
.sitemap li {
	list-style-type:circle;
	margin-left:30px;	
}
.sitemap li a{
	font-weight:normal;
	text-decoration:underline;
	color:#004f00;
}
.sitemap li a:hover{
	font-weight:normal;
	text-decoration:none;
	color:#000;
}



