@import url("base.css");


* { 
	margin:0; 
	padding:0; 
	font-size: 100%; 
} 

body { 
	min-height: 101%;	
	font-size: 100.01%;  
	position: relative; 
	text-align: center; 
	} 


#root {
	border: 1px solid #666666;
	width: 755px;
	font-align: left;
	margin-left:auto;
	margin-right:auto;

}

#root2 {
	float: left;
}


#rbody {
	float: right;
	width: 125px;
}


#main {
	float: left;
	width: 625px;
}

#cbody {
	float: right;
	width: 79%;
}

#c-shopmodul {
	float: left;
	padding-right: .5em;
	width: 55%;
	border-right: 1px dotted #ea980b;
	padding-left: .5em;
	border-left: 1px dotted #ea980b;
}
#c-news {
	float: left;
	width: 40%;
	padding-bottom: .7em;
	padding-left: .6em;
}

#c-kurse {
	float: left;
	padding-top: .7em;
	padding-left: .6em;
	width: 40%;


}

#lbody {
	float: left;
	width: 125px;
}

#breadcrumb {
	clear: both;
	color: #004399;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	padding-left: 0.5em;
	text-decoration: none;
	padding-top: 0.3em;
	padding-bottom: 0.7em;
}

#breadcrumb a {
	color: #004399;
	text-decoration: none;
}

#footer {
	clear: both;
	margin-top: 2em;
	border-top: 1px dotted #ea980b;
	font-size: 0.7em;
	font-family: "Times New Roman", Times, serif;
	padding: 0.3em;
	text-align: center;
	color: #96000a;
	margin-top: 1em;
}


#basket {
	background: #73A5D3 url(../images/bg_headlines.jpg) top repeat-x;
	height: 100px;
	color: #96000A;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	
}


######################################################################################################
** ### Markupfreie CSS-Floatclearing-Lösungen ###########################################################
** ######################################################################################################
*/

	/* Clearfix-Methode zum Clearen der Float-Umgebungen */
	 .clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* Diese Angabe benötigt der Safari-Browser zwingend !! */
	.clearfix { display: block; } 
	
	/* Overflow-Methode zum Clearen der Float-Umgebungen */
	.floatbox { overflow:hidden; }
	
	/* IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
	#ie_clearing { display: none } 

