

Body  	
{
	padding:0px;
	margin:0px;
}

#liveweb {

border:2px solid #8040FF;
border:2px solid #808080;
-moz-border-radius: 1em; 
-webkit-border-radius: 1em; 
border-radius: 1em; }	


#liveweb_sub {

border:1px solid #8040FF;
border:1px solid #808080;
-moz-border-radius: 1em; 
-webkit-border-radius: 1em; 
border-radius: 1em; 
padding:10px;
margin-bottom:10px;

}	

#aco01 {margin:0px; padding:0px;}
/*
	| 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
*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('corners1280x8.png'); /* CHANGE: path and name of your 1280x12.gif image*/
	/*background-color:#f3fed4;        added   */
	height: 4px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 4px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 4px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -4px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -4px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -4px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #d2d2d2; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #d2d2d2;/* YCC: color & properties of the right-borderline */
	background-color: #ededed;      /*         YCC: background-color of the inside   ecebdc*/
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 4px;             /* YCC: all texts at some distance of the left border */
	padding-right:4px;             /* YCC: all texts at some distance of the right border */
	padding-top:0px;				/* added: in addition to the height of the corners */
	padding-bottom:0px;				/* added: in addition to the height of the corners */
	

	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */
p.nobottomgap {display:inline;}    /* : added */
p.notopgap    {display:inline;}    /* : added */





a{margin:0px; padding:0px;}
a:link, a:visited{color:#5f5f5f;}
a:hover{color:#000e2b;}
