
.clear {
	clear: both; font-size:0;
	height:0; line-height:0;
}
.alignright {
	text-align: right;
}
.wide {
	background-color: #ffc;
}
.top {
	border-bottom: 1px solid #000;
}
.bottom {
	border-top: 1px solid #000;
	padding-bottom: 1px;
}
.testfloat {
	width: 50px;
	border: 2px solid #f90;
	background-color: #ffd;
	font-size: .8em;
}
.to-right {
	float: right;
}
.to-left {
	float: left;
}

.wrapper {
	background-color: #fff;
	/*border: 1px solid #000;*/
}
.outer {
	margin-left: 210px; /* L */
	margin-right: 237px; /* R */
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #fff;
}

.outer2cols {
	margin-left: 210px; /* L */
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;*/
	background-color: #fff;
}


.wrap-cl {
	float: left;
	width: 100%;
	margin-right: -1px;
}
.center {
	float: right;
	width: 100%;
	margin-left: -1px;
}
.left {
	float: left;
	position: relative;
	width: 210px;  /* L */
	margin-left: -211px;  /* -L-1 */
	margin-right: 2px;
}
.right {
	float: right;
	position: relative;
	width: 237px;  /* R */
	margin-right: -238px;  /* -R-1 */
	margin-left: 2px;
}
.minwidth {
	min-width: 950px;
}

/* previene allargamento floats (hidden) e problemi rendering left col (relative) in IE/Mac \*//*/
.inleft, .inright, .incenter {
	width: 100%;
	overflow: hidden;
}
.wrap-cl {
	position: relative;
	margin-right: 0;
}
.center {
	margin-left: 0;
}
.left {
	margin-right: 1px;
}
.right {
	margin-left: 1px;
}
.minwidth {
	border-left: 950px solid #fff;
}
.wrapper {
	margin-left: -950px;
}
/**/

.outer {
	word-wrap: break-word;
}

.inleft {
	padding-left:27px;
}

.outer .incenter {
	margin: 10px 20px;
}

.inright {
	margin-right:18px;
	margin-top:10px;
}


/*
	| 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('/i/corners.gif'); /* CHANGE: path and name of your image */
	height: 13px;       /* 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: 13px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 13px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -13px;  /* 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 -13px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -13px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #DCD8D6; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #DCD8D6;/* YCC: color & properties of the right-borderline */
	background: #fff;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	
	}
.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 */

#footer {
	margin-top:50px;
}


