body	{
		 margin: 0;
		 padding: 0;
		 font-size: 9px;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 overflow: hidden;
		}
		
#wrap	{
		 background: url(img/big_bg.jpg) repeat-y;
		 position: relative;
		 margin-left: 0px;
		 margin-top: 0px;
		 text-align: center;
		 width: 100%;
		 height: 100%;
		 overflow: scroll;
		 text-align: left;
		 z-index: 2;
		}
		
#main	{
		 position: relative;
		 margin-left: 0px;
		 margin-top: 0px;
		 text-align: center;
		 width: 910px;
		 height: 900px;
		 background: url(../img/bg_content.jpg);
		 text-align: left;
		 border-bottom: 5px solid #d6d6d5;
		 z-index: 2;
		}
		
#header	{
		 position: absolute;
		 margin-left: 5px;
		 margin-top: 0px;
		 width: 900px;
		 height: 290px;
		 background: url(../img/header01.jpg);
		 z-index: 2;
		}
		
#content	{
			 position: absolute;
			 margin-left: 0px;
			 margin-top: 323px;
			 width: 910px;
			 background: url(../img/bg_content.jpg);
			 z-index: 1;
			}
			
#rightbar	{
			 position: absolute;
			 margin-left: 705px;
			 margin-top: 323px;
			 width: 200px;
			 z-index: 2;
			}
			
#rightbar_content	{
					 float: left;
					 width: 200px;
					 padding-top: 2px;
					 margin-top: 2px;
					 border-top: 1px solid #107bbb;
					}
					
#footer	{
		 position: absolute;
		 margin-top: 13px;
		 margin-left: -23px;
		 z-index: 0;
		 width: 910px;
		 height: 50px;
		}
		
.ue	{
	 font-weight: bold;
	 font-size: 13px;
	}
	
#links_1	{
			}
			
#links_1 li	{
			 list-style: square;
			}
			
#links_1 a	{
			 color: white;
			 text-decoration: none;
			}
			
#links_1 a:hover	{
					 text-decoration: underline;					 
					}
					
#event	{
		 color: #d75417;
		 background: #403843;
		 font-weight: bold;
		 width: 660px;
		 margin-bottom: 10px;
		}
		
#inner_events	{
				 position: absolute;
				 margin-left: 30px;
				 margin-top: 4px;
				 max-height: 400px;
				}
				
.inner_events_img	{
					 margin-top: 10px;
					 margin-left: 0px;					 
					}
					
.inner_events_pfeil	{
					 position: absolute;
					 margin-left: 405px;
					 margin-top: 10px;
					}
					
#slideshow	{
			 position: absolute;
			 margin-left: 285px;
			 margin-top: 106px;
			}
			
a	{
	 color: #CCFFFF;
	 text-decoration: none;
	}
	
a:hover	{
		 text-decoration: underline;
		}
		
.img	{
		 float: left;
		 margin-right: 5px;
		 margin-bottom: 5px;
		}
