/**
3spaltiges Layout Stylesheet.
*/
body.mceContentBody {
	min-height: 300px;
    width:760px;
    border-left:solid 1px #efefef;
	border-right:solid 1px #efefef;
 }

/*  Die 3 Spalten DIV's */
#spalteLinks { 
	width: 200px; 
	min-height:300px;
	float:left; 
	padding-right: 0px;
	border: 1px solid #000;
	overflow:hidden;
}

#spalteMitte { 
	width: 200px;   
	min-height:300px;
	float:left; 
	padding: 0 10px; 
	border: 1px solid #000;
	overflow:hidden;
}

#spalteRechts {
	width: 210px; 
	min-height:300px;
	float:left;
	padding-left: 10px;
	border: 1px solid #000;
	overflow:hidden;
}
/*  Zuweisen als Klasse  */
.spalteLinks { 
	width: 210px; 
	min-height:100px;
	float:left; 
	padding-right: 0px;
	border: 1px solid #000;
	overflow:hidden;
}

.spalteMitte { 
	width: 200px;   
	min-height:100px;
	float:left; 
	padding: 0 10px; 
	border: 1px solid #000;
	overflow:hidden;
}

.spalteRechts {
	width: 210px; 
	min-height:100px;
	float:left;
	padding-left: 10px;
	border: 1px solid #000;
	overflow:hidden;
}
.spalteAufloesen {
	padding:0;
	clear:left;
	border:none;
}

/* Inhalte dürfen die Spaltenbreite nicht überschreiten */
