BODY
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #003300;
	background-color: #000;
}
A:link, A:visited, A:active
{
	color: #3C711A;
	text-decoration: underline;
}
A:hover
{
	color: #3C711A;
	text-decoration: underline;
}
H1
{
	font-size: 150%;
	font-weight: lighter;
	color: #003300;
	text-align: left;
	margin-bottom: 20px;
}
H2
{
	font-size: 120%;
	color: #D6EBC2;
	text-align: left;
}
H3
{
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
/*--- MAINCONTAINER ---*/
#container
{
	margin: 0px auto;
	width: 900px;
	height: 100%;
	text-align: left;
	background-color: #99CC66;
	border-left: 3px solid #D6EBC2;
	border-right: 3px solid #D6EBC2;
	display: table;
	position: relative;
	min-height: 100%;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*--- HEADER ---*/
#header
{
	height: 180px;
}
/*--- CONTENT ---*/
#content
{
	margin-top: 30px;
	margin-left: 260px;
	margin-right: 20px;
	margin-bottom: 70px;
	height: 100px;
	display: table;
}
/*--- NAVIGATIONS BOXEN ---*/
.box_blank
{
	float: left;
	clear: both;
	width: 240px;
	height: 50px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	display: table;
}
.box
{
	float: left;
	clear: both;
	width: 240px;
	height: 50px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #FFF;
	display: table;
}
.box .top
{
	background-image: url(box_top.png);
	width: 240px;
	height: 22px;
}
.box .bottom
{
	background-image: url(box_bottom.png);
	width: 240px;
	height: 22px;
}
.box P
{
	margin: 0px 20px;
}
.box UL, .box LI
{
	margin: 0;
	list-style: none;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px 10px;
}
.box UL UL
{
	margin-left: 2px;
	padding: 0px 10px 0px 0px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
/*menu*/
.menu_default A:link, .menu_default A:visited, .menu_default A:active
{
	color: #666666;
	text-decoration: none;
}
/*hover*/
.menu_default A:hover
{
	color: #F3973A;
	text-decoration: none;
}
/*activ*/
.menu_current A:link, .menu_current A:visited, .menu_current A:active
{
	color: #F3973A;
	text-decoration: none;
}
