/* 2009.05.12 - Lezte Änderung */DIV#wrapper {
	width: 900px;
	overflow: hidden;
}

/* Obere Reihe */

DIV#om {
   height: 9px;
   background: transparent
               url(bilder/om.png)
               repeat-x
               top;
}

	DIV#ol {
	   width: 100%;
		height: 100%;				margin:0px;
				background: transparent
	               url( bilder/ol.png)
	               no-repeat
	               top left;
	}
	
	DIV#oben{
		font-size: .6em;
		margin-left: 9px;
		margin-right: 9px;		border:0px;
	}
	
	DIV#or {
	   width: 100%;
		height: 100%;
	   background: transparent
	               url( bilder/or.png)
	               no-repeat
	               top right;
	}

/* Mitte oder Inhalt*/	
	
DIV#co{
   margin: 0px;	
	background: transparent
	            url(bilder/bg_center.png)
	            repeat-x
	            top;
}
	
	DIV#ml{
	   width: 100%;
		height: 100%;
	   background: transparent
	               url(bilder/ml.png)
	               repeat-y
	               left;
	}
	
	
	DIV#mr{
	   width: 100%;
		height: 100%;
	   background: transparent url( bilder/mr.png) repeat-y right;
	}
	
	DIV#center{
		margin-left: 9px;
		margin-right: 9px;
	}

/* Untere Reihe */
DIV#um {         height: 9px;	
   width: 100%;
   background: transparent
               url(bilder/um.png)
               repeat-x
               top;			   
}

	DIV#ul {
	   width: 100%;
	   height: 100%;
	   background: transparent
	               url( bilder/ul.png)
	               no-repeat
	               top left;
	}
	
	DIV#unten{				top:0px;		margin: 0px 9px 0px 9px;		
		padding-top: 0px;
	}
	
	DIV#ur {
	  width: 100%;
	  height: 100%;
	  background-color: red ;
	  background: transparent
	              url( bilder/ur.png)
	              no-repeat
	              top right;
	}

DIV.clear{
	clear: both;
}
