
div.clear {
	clear: both;
}

/*** 2-Spaltiger Inhalt ***/
div.zweispaltigerInhalt {


}

div.zweispaltigerInhalt div.inhaltLinks{
	width: 350px;
	padding: 0px 20px 0px 0;
	float: left;
}
div.zweispaltigerInhalt div.inhaltRechts{
	width: 300px;
	padding: 0;
	float: left;
}

div.csc-default > p.bodytext {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

div.topimage-link { }

div#content a {
	color: #EA650D;
	text-decoration: none !important;
}

div#search {}

/*** 3-Spaltiger Inhalt ***/

div.dreispaltigerInhalt{
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: url(../../images/line_pixel_3spaltigerInhalt.png) center repeat-y;
}

div.dreispaltigerInhalt div.inhaltLinks{
	width: 280px;
	padding: 0px 20px 0px 20px;
	float: left;
}

div.dreispaltigerInhalt div.inhaltMitte{
	width: 278px;
	padding: 0px 20px 0px 20px;
	float: left;
}

div.dreispaltigerInhalt div.inhaltRechts{
	width: 280px;
	padding: 0px 20px 0px 20px;
	float: left;
}

/*** Module ***/

div.modulContainer {
	padding: 0px 0px 5px 0px;
	height: 100px;
	overflow: hidden;
}

div.modulContainer div.left {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
}

div.modulContainer div.left div.modulIcon {

}

div.modulContainer div.right {
	float: right;
	width: 178px;
	margin: 0px;
	padding: 0px;
}

div.modulContainer div.right div.modulTitle h2 {
	margin: 5px 0px 2px 0px; 
}

div.modulContainer div.right div.modulDescription p {
	font-size: 11px;
	margin: 2px 0px 2px 0px;
}

div.modulContainer div.clear {
	clear: both;
}

/*** Module Thumbnail ***/

div.modulThumbnailContainer {
	padding: 0px 0px 5px 0px;
	height: 40px;
	width: 120px;
	float: left;
	overflow: hidden;
}

div.modulThumbnailContainer div.modulIcon {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div.modulThumbnailContainer div.modulTitle {
	float: left;
}

div.modulThumbnailContainer div.modulTitle h3 {
	margin: 10px 0px 2px 5px;
	color: #000;
	text-transform: none;
	font-weight: bold;
	font-size: 11px;
}

div.modulThumbnailContainer div.clear {
	clear: both;
}