body 	{ margin: 0 0; text-align:center; font: 75% georgia, sans-serif; background-image: url(images/background.jpg); background-repeat: repeat-y; background-color: #FE9900; }

a 	{ color: #333366; }
a:visited { color: #333366; }
a:hover { color: #88A5D0; }
#content { 
	 position: relative; 
	 margin: 0px auto 0px auto; 
	 height: 100%; 
	 width: 960px; 
	 /* background: #FE9900; */
	}

#header	{
	 margin: 0 auto;
	 width:100%; 
	 height: 150px;
	 background: #FE9900;
	 background-image: url(images/header_new.jpg);
	 background-repeat: no-repeat;
	}

#main	{ 
	 position: relative;
	 height: 100%; 
	 margin: 0px 0px 0px 220px; 
	 text-align: left; 
	 /* background-color: #ffffff; */
	 background:url(images/background_main.gif) top repeat-y;
	 padding-left: 20px;
	 padding-right: 20px;   
	}

#main_top{
	 margin: 0px 0px 0px 220px; 
	 height: 25px;
	 width: 740px;
	 background:url(images/main_top.jpg) top no-repeat;
	 text-align: left;
	}
#main_top p { padding-left:20px; padding-top: 4px; }
#main_bottom	{
	  position: relative;
		/* padding-top:12px; */
	 	margin: 0px 0px 0px 220px; 
		height: 80px;
	 	width: 740px;
	 	background:url(images/background_main.gif) top repeat-y;
	 	background:url(images/main_bottom.jpg) bottom no-repeat;
		}
#footer { 
	position: relative;
	height: 80px; 
	margin: 0px 0px 0px 220px; 
	padding-top: 4px; 
	font-size: 11px; 
  background-color: #FE9900;
	}

#menu_background{
	 	background:url(images/background_menu.gif);
	 	background-repeat: repeat-y;
		}
#menu	{ 
	 position: absolute; 
	 top: 150px; 
	 left: 12px;
	 height: 100%; 
	 width: 200px; 
	 background-color: #FE9900; 
	 text-align: left; 
	}

#menu li {
list-style:none;
padding:1px 0 1px 0;
background:url(images/line.gif) bottom repeat-x;
}

#menu li a {
padding-left:19px;
background:url(images/link_p.gif) left center no-repeat;
font-size: 12px;
text-decoration:none;
}

h1,h2,h3 span {
display:none;
}

h3 {
height:40px;
margin:0;
padding:0;
}

#title_a h3 {background:url(images/title_a.gif) no-repeat;}
#title_b h3 {background:url(images/title_b.gif) no-repeat;}
#title_c h3 {background:url(images/title_c.gif) no-repeat;}
#title_d h3 {background:url(images/title_d.gif) no-repeat;}

#menu ul, #larchives ul, #lresources ul{
margin:0;
padding:0 24px 35px 4px;
background:url(images/menu_bottom.gif) bottom no-repeat;
}

.hinweis { 
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
font-variant: normal; 
text-align: justify ; 
color: #999999 }

.error {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; 
color: #ff0000;
}