/* body, fields & img */

body {
	margin: 0px;
	background:url(images/bg.jpg) no-repeat left bottom #398817;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:18px;
}

img {
border:none;
}

select {
background-color:#F35812;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

input {
border:1px solid #F35812;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}

/* bg's & images1 */

#logo {
background:url(images/logo.jpg) no-repeat left top;
height:224px;
}

#header {
background-image:url(images/header.jpg);
background-repeat:no-repeat;
height:200px;
}

#header1 {
background-image:url(images/header1.jpg);
background-repeat:no-repeat;
background-position:left 57px;
height:659px;
}

#footer {
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
height:83px;
}

#footer1 {
background-image:url(images/footer1.jpg);
background-repeat:no-repeat;
height:83px;
}

#bg_links {
background:url(images/bg_links.jpg) repeat-y 4px top;
padding-top:20px;
}

#bg_midden {
background:url(images/bg_midden.jpg) repeat-y 5px top;
}

#bg_content {
background:url(images/bg_content.jpg) no-repeat right bottom;
padding:20px;
font-family:Arial, Helvetica, sans-serif;
}





/* fonts & links */

.titel {
font-size: 22px;
font-weight:bold;
color:#F35812;
font-family:Century Gothic;
}



a:link, a:visited
{
	text-decoration: none;
	color: #F35812;
	font-size: 11px;
	letter-spacing: 0px;
}	

a:hover, a:active
{
	font-size: 11px;
	text-decoration: underline;
	color: #F35812;
	letter-spacing: 0px;
}


/* Menu */
.mainmenu:link, .mainmenu:visited
{
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	padding-left: 30px;
	padding-top:2px;
	display: block;
	height:24px;
	background:url(images/bg_menu.jpg) no-repeat left top;
	font-weight:bold;
}	

.mainmenu:hover, .mainmenu:active
{
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	padding-left: 30px;
	padding-top: 0px;
	background:url(images/bg_menu_over.jpg) no-repeat left top;
	display: block;
	height:24px;
	font-weight:bold;
	padding-top:2px; 
}

.submenu:link, .submenu:visited
{
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	padding-right: 15px;
	font-weight:bold;
	background:url(images/bg_submenu.jpg) no-repeat left top;
	display: block;
	height:21px;
	padding-top:1px;
	padding-left:25px;
}	

.submenu:hover, .submenu:active
{
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
	height:21px;
	padding-top:1px;
	font-weight:bold;
	background:url(images/bg_submenu_over.jpg) no-repeat left top;
	display: block;
	padding-left:25px;
}



