body, html {
        margin:0px;
        padding:0px;
	height:100%;
	background-color:#f3f3f3;
	}
		 
#full{
	width:772px;
	margin:auto;
	background-color:#f3f3f3;
}

#Logo {
	
	
	margin:0px;
	background-image:url(../images/layout/logo.jpg);
	background-repeat:no-repeat;
	height:139px;
}

#Mainmenu {
	
	border-width:0px;
	text-align:center;
	margin:98px 2px 0px 115px;
	

}


#Content {
	margin-top:10px;
	background-color:#666666;
}

#Sidemenu {
	margin-top:20px;
	float:left;
	background-color:#666666;
	width:102px;
	height:100%;
}

#Container{
	float:left;
	display: inline;
	margin-left:0px;
	background-color:#666666;
	width:775px;
	min-height:600px;
	height:auto !important;  /* für moderne Browser */
	height:600px;  /*für den IE */

}

#MainContent{
	float:left;
	
	background-color:#f3f3f3;
	width:670px;
	height:100%;
}


#Inhalte{
	margin-left:12px;
	background-color:#CCCCCC;
	width:658px;
	height:100%;
	border: 1px outset #000000;

}

#Inhalt {
	float:left;
	width:350px;
	background-color:#CCCCCC;
	min-height:600px;
	height:auto !important;  /* für moderne Browser */
	height:600px;  /*für den IE */
	margin-left:40px;
	margin-top:15px;
	
}

#InhaltRechts {
	float:right;
	background-color:#CCCCCC;
	width:250px;
	margin-left:10px;
	margin-right:0px;
	margin-top: 60px;
	min-height:600px;
	height:auto !important;  /* für moderne Browser */
	height:600px;  /*für den IE */
	height:100%;


}

#footer {

	margin-top:15px;
	margin-bottom:5px;

}

.clear{
	clear:both;
	visibility:hidden;
	height:0px;
}


#für Text mit Bild
DIV.csc-textpic-imagewrap { margin-top: 20px; margin-bottom: 20px;}

# für Bildreihen
DIV.csc-textpic-imagerow {margin-top: 35px; margin-bottom: 35px;}


