body {
background-color: #cfe6cf;
background-attachment:fixed;
background-image: url("./gfx/background.png");
background-position: bottom;
background-repeat: repeat-x;
margin: 0;
padding-top: 25px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

#title {
display: none;
}

#header {
background-color: #ffffff;
background-image: url("./gfx/title.png");
background-position: top center;
background-repeat: no-repeat;
width: 900px;
height: 175px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
padding: 0;
border-top: #408048 solid 3px;
border-left: #408048 solid 3px;
border-right: #408048 solid 3px;
border-bottom: none;
}

#pagecontainer {
background-color: #ffffff;
width: 900px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
padding: 0;
border-top: none;
border-left: #408048 solid 3px;
border-right: #408048 solid 3px;
border-bottom: #408048 solid 3px;
text-align: left;
}

#menulist {
float: left;
width: 175px;
margin-top: 15px;
margin-left: 25px;
margin-right: auto;
margin-bottom: 25px;
padding: 0;
color: #408048;
display: inline;
}

#pagebody {
float: right;
width: 600px;
margin-top: 15px;
margin-left: auto;
margin-right: 75px;
margin-bottom: 25px;
padding: 0;
color: #408048;
display: inline;
}

#pagecontainerclear {
clear: both;
}

#footer {
width: 900px;
height: 25px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
padding: 0;
font-size: 11px;
color: #408048;
line-height: 16px;
}

#footerleft {
float: left;
}

#footerright {
float: right;
}

#footer a {
color: #408048;
}

#menulist ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0;
}

#menulist li {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}

#menulist li.small {
	margin-top: -5px;
	margin-left: 15px;
	font-size: 11px;
}

#menulist ul.langmenulist {
	margin-top: 40px;
}

#menulist li.langmenulist {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
}

a {
	color: #30bf30;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color: #30bf30;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color: #30bf30;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}

#pagebody div {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

img {
	border: 0;
}

table {
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;	
	margin-bottom: 20px;
}

th,td {
	border-right: solid;
	border-right-width: 10px;
	border-right-color: #ffffff;
}

table input {
	font-size: 10px;
}

input,select {
	font-size: 12px;
}

