body {
   margin: 0;
   padding: 0;
   background-color: #188816;
   background-image: url(../images/back_body.jpg);
   background-attachment: fixed;
   background-position: top center;
   background-repeat: repeat-y;
   scrollbar-3dlight-color   : white;
   scrollbar-arrow-color     : white;
   scrollbar-base-color      : white;
   scrollbar-face-color      : #188816;
   scrollbar-highlight-color : white;
   scrollbar-track-color     : #188816;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#site {
	width			: 770px;
	top			: 0px;
	border		: 0px solid;
	padding		: 0px;
	margin		: auto;
	position: absolute;
	left: 50%;
	margin-left: -385px;
}

#top {
	width: 100%;
   height: 139px;
	background-image:  url(../images/top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#navigation {
   width: 127px;
	padding-top: 10px;
	margin-left: 0px;
	text-align: left;
	float: left;
	margin-bottom:0;
}

#content{
	margin-left: 10px;
	margin-right: 4px;
	width: 600px;
	background-color: white;
	float: left;
	border: 1px solid #188816;
     padding: 10px;
}




/*____________________TYPO_______________________*/
p {
	color: black;
	margin-top:0px;
     font-size:13px;
}

.bodytext {
	color: black;
	margin-top:0px;
}




h1 {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color: #FCFF24;
	background-color: #188816;
	text-align: left;
	padding: 5px;
	margin-top:3px;
}

h2 {
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color: #FCFF24;
	background-color: #188816;
	text-align: left;
	padding: 5px;
	margin-top:3px;
}

h3 {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color: #FCFF24;
	background-color: #188816;
	text-align: left;
	padding: 5px;
	margin-top:3px;
}

h4 {
	font-size: 115%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color: #FCFF24;
	background-color: #188816;
	text-align: left;
	padding: 5px;
	margin-top:3px;
}

fieldset {
	padding-bottom: 10px;
	padding-left: 10px;
	border: none;
}

label {
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	display: block;
}

input {
	background-color: #D2F7D2;
}

textarea {
	background-color: #D2F7D2;
}


/*________________________Navigation_____________*/
.menu1_level1 A {
	color: black;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	margin-left: 5px;
}

.menu1_level1 A:hover {
   	border-right: #FCFF24 5px solid;
	border-bottom: 1px solid green;
	padding-top:15px;
	font-weight: bold;
}

.menu1_level1_act A {
	color: black;
	text-decoration: none;
	display: block;
	border-right: #FCFF24 5px solid;
	border-bottom: 1px solid green;
	padding-top:15px;
	font-weight: bold;
}

/**/
.menu1_level2 A {
	font-size: 11px;
	color: black;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	margin-left: 8px;
	font-weight: normal;
  	border-right: none;
	border-bottom: none;
}

.menu1_level2 A:hover {
	font-size: 11px;
  	border-right: #FCFF24 5px solid;
	border-bottom: 1px dashed green;
	padding-top:9px;
	font-weight: bold;
	margin-left: 8px;
}

.menu1_level2_act A {
	font-size: 11px;
	color: black;
	text-decoration: none;
	display: block;
	border-right: #FCFF24 5px solid;
	border-bottom: 1px dashed green;
	padding-top:9px;
	font-weight: bold;
	margin-left: 8px;
}
