DIV#wrapper {
	width: 900px;
}

/* Obere Reihe */

DIV#om {
   height: 16px;
   background: transparent
               url(border1_FILES/om.png)
               repeat-x
               top;
}

	DIV#ol {
	   width: 100%;
		height: 100%;
	   background: transparent
	               url( border1_FILES/ol.png)
	               no-repeat
	               top left;
	}
	
	DIV#oben{
		font-size: .6em;
		margin-left: 9px;
		margin-right: 9px;		
	}
	
	DIV#or {
	   width: 100%;
		height: 100%;
	   background: transparent
	               url( border1_FILES/or.png)
	               no-repeat
	               top right;
	}

/* Mitte oder Inhalt*/	
	
DIV#co{
   margin: 0px;	
	margin-right: 0px;
	background: transparent
	            url(border1_FILES/bg_center.png)
	            repeat-x
	            top;
}

* html DIV#co{
 margin-right: 0px;
}


	DIV#ml{
	   width: 100%;
		height: 100%;
	   background: transparent
	               url(border1_FILES/ml.png)
	               repeat-y
	               left;
	}
	
	
	DIV#mr{
	   width: 100%;
		height: 100%;
	   background: transparent url( border1_FILES/mr.png) repeat-y right;
	}
	
	DIV#center{
		margin-left: 9px;
		margin-right: 11px;
	}
	

/* Untere Reihe */
DIV#um {
   height: 30px;
   width: 100%;
   background: transparent
               url(border1_FILES/um.png)
               repeat-x
               bottom;
}

	DIV#ul {
	   width: 100%;
	   height: 100%;
	   background: transparent
	               url( border1_FILES/ul.png)
	               no-repeat
	               bottom left;
	}
	
	DIV#unten{
		margin-left: 9px;
		margin-right: 9px;
		padding-top: 0px;
	}
	
	DIV#ur {
	  width: 100%;
	  height: 100%;
	  background: transparent
	              url( border1_FILES/ur.png)
	              no-repeat
	              bottom right;
	}

DIV.clear{
	clear: both;
}

