﻿body {margin:0px; background-color:#ddf0ce;}
#backbar {width:100%; height:200px; background-color:#3c533f; border-bottom:3px solid #413736;}
#mainbox {position:relative; top:-155px; width:900px; margin:auto; background-color:#4b7954; color:#ffffff;	-moz-border-radius-bottomleft: 20px; border-bottom-left-radius: 20px;}
#headerbox {height:425px; width:900px; margin:auto;	font-family: "Times New Roman";}

#headerbox h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: black 2px -1px 3px;
	filter:DropShadow(color=#000000, offx=1, offy=-1);
}
#textbox {
	position: relative;
	width: 770px;
	min-height: 300px;
	margin: -50px auto 0px auto;
	background-color: #ffffff;
	color: #4b7954;
	font-family: Arial;
	font-size: 13px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	-moz-box-shadow: 5px 5px 5px gray;
	box-shadow: 5px 5px 5px gray;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	padding-bottom: 10px;
}
#textbox h1 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 5px;
}
#textbox p {
	margin-top:0px;
}

#navi {width:634px; height:24px; margin-left:0px; line-height:26px; margin:22px 0px 0px 222px; font-family: Arial; background-color:#4b7954; color:white; }
#navi ul {width:100%; height:24px; margin:0px; padding:0px 0px 0px 0px; list-style-image:none; list-style-type:none; }

#navi li {
	float: left;
	display: inline;
	width: 86px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	color: white;
	font-size: 13px;
	background-color: #3c533f;
		 -moz-border-radius-topright:10px;
		 -moz-border-radius-bottomleft:10px;
	  	 border-top-right-radius:10px;
	  	 border-bottom-left-radius:10px;
	  	 -moz-box-shadow: 3px 3px 3px black;
	  	 box-shadow: 3px 3px 3px black;
}


#navi a {float:left; width:86px; height:22px; line-height:22px; text-align:center; text-decoration:none; color:black; font-size:12px; padding:0px;
		 background-color:#ddf0ce;
		 -moz-border-radius-topright:10px;
		 -moz-border-radius-bottomleft:10px;
	  	 border-top-right-radius:10px;
	  	 border-bottom-left-radius:10px;
}
#navi a:hover {text-decoration:none; font-size:12px; color:#ffffff; background-color:#3c533f;}

#footer {width:910px; height:30px; line-height:30px; background-color:#e3d6ac; margin:0px auto; font-size:11pt; padding:0px 30px; }
#footer a {text-decoration:none; color:#000000; }

#popup {
	visibility:visible;
	position:absolute;
	top:75px;
	left:240px;
	width:290px;
	height:130px;
	background-color:#4b7954;
	color:#ffffff;
	opacity:1.0;
}
#popup .klick {
	position:absolute;
	bottom:0px;
	right:0px;
	width:110px;
	font-size:11px;
	line-height:15px;
	text-align:center; 
	padding:0px 4px 0px 6px; 
	border:1px solid white;
}
#popup .text {
	font-size:16px;
	margin-top:30px;
	text-align:center;
	font-weight:bold;
}
