/*
	| liquidcorners.css; feel free to adapt the style!
	| ================================================
	| use: 4 corners with borderline outside a contentbox with class="inside"; 
	|      image  = upper half: top left corner, long borderline, top right corner
	|               under half: bottom left corner, long borderline, bottom right corner
	|      CHANGE = you have to change this for fitting to your image
	|      YCC    = You Can Change (or omit), if wanted
	|      DNC    = Do Not Change
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
	| adapted
	| by.....: ... (your name and site?!)
	|
	| + please let this text & links intact for a next user +
*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('/img/corners_2_ohnetransparenz.jpg'); 
	height: 3px;       
	font-size: 2px;
	}
.top-left, .bottom-left { 
	margin-right: 3px; 
	}
.top-right, .bottom-right { 
	margin-left: 3px;  
	margin-top: -3px;  
	}
.top-right {
	background-position: 100% 0;    
	}
.bottom-left  { 
	background-position: 0 -3px;    
	}
.bottom-right { 
	background-position: 100% -3px; 
	}
.inside {
	border-left: 1px solid #e2e2e4; 
	border-right: 1px solid #e2e2e4;
	background: #F1F1F2;            
	color: #808284;                 
	padding:10px 10px 5px 10px;          
	overflow:hidden;
	}
.notopgap    { margin-top: 0; }    
.nobottomgap { margin-bottom: 0; } 


.top-left2, .top-right2, .bottom-left2, .bottom-right2 { 
	background-image: url('/img/corners_2_ohnetransparenz_2.jpg'); 
	height: 3px;       
	font-size: 2px;
	}
.top-left2, .bottom-left2 { 
	margin-right: 3px; 
	}
.top-right2, .bottom-right2 { 
	margin-left: 3px;  
	margin-top: -3px;  
	}
.top-right2 {
	background-position: 100% 0;    
	}
.bottom-left2  { 
	background-position: 0 -3px;    
	}
.bottom-right2 { 
	background-position: 100% -3px; 
	}
.infobox .inside {
	border-left: 1px solid #c6c8ca; 
	border-right: 1px solid #c6c8ca;
	background: #c6c8ca;            
	color: #808284;                 
	padding:10px 10px 5px 10px;          
	overflow:hidden;
	}

