/*----------------------------------------------------------------------------- 
GLOBAL RESET - Standardizes elements across all browsers
-----------------------------------------------------------------------------*/
body,html,div,dl,dt,dd,button,
input,textarea,p,blockquote,th,td { margin:0; padding:0; }
img, button, .form-submit { border:0; }

body {
	background-image: url(images/layout/bodybg.png);
	background-repeat: repeat-x;
}

#picleiste { 
   margin-right: 23px;
	background-image: url(images/layout/pics.png);
	background-repeat: no-repeat;
	height: 110px;
	background-position: right;
	min-width: 930px;
}

#logo {position: relative;
/*z-index:-1;*/
margin-top: 0;
margin-left: 4%;
padding: 3em 0 0 0;
color: #006400;
font-size: smaller;
 line-height: normal;
 clear: both;
 }

 #romenu {
	background: url(images/layout/box/righttop_menu.gif) top right no-repeat;
	min-height: 350px;
}
#lomenu {
	min-height: 350px;   
	background: url(images/layout/box/lefttop_menu.gif) top left no-repeat;
}
 

#rumenu {
	min-height: 350px;
	background: url(images/layout/box/rightbottom_menu.gif) bottom right no-repeat;
}

#lumenu {
	min-height: 350px;
	background: url(images/layout/box/leftbottom_menu.gif) bottom left no-repeat;
}
