@import url("menu.css");
body {
	overflow-y: scroll;	
}

html, body
{
background: #a9d580 url(background.jpg) repeat-x;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;

margin: 0px;
padding: 0;
}

a img {
border: 0;
}

#container
{
background: #FFFFFF;
margin: auto;
margin-top: 5px;
margin-bottom: 5px;
width: 950px;
min-height: 10px;
padding: 4px;

-moz-border-radius: 5px;

}

#topbar
{
background: #669933;
width: 98%;
height: 15px;
line-height: 15px;

margin-bottom: 2px;
padding: 5px 1% 5px 1%;

color: white;
font-weight: bold;
text-align: right;
overflow: hidden;
}

#header
{
background: #669933 url(100_5394.JPG) top right;

width: 100%;
height: 165px;

margin-bottom: 2px;
}

.logo {
background: #ccc url(logo-green.png) no-repeat;
height: 157px;
width: 165px;

text-align: center;
padding-top: 8px;

border-right: #FFF solid 2px;
}

#body
{
background: none;
width: 98%;
min-height: 299px;

margin-bottom: 2px;
padding: 5px 1% 5px 1%;

font-size: 10pt;
}

#footer
{
background: #669933;
width: 98%;
height: 15px;
line-height: 15px;

padding: 5px 1% 5px 1%;

color: white;
font-weight: bold;
text-align: right;
overflow: hidden;
}

/*#######################################
SCHRIFTFORMATIERUNEN
#######################################*/

a {
	color: #0269b5;
	text-decoration: none;
}

td.green a {
	color: #BBBDFF;
	text-decoration: none;
	font-size: 0.9em;
}

a:hover, td.green a:hover {
	text-decoration: underline;
}
