/* --------------------------------------------------------
 * CSS for Club Monte De Oro
 * (c) 2008 at|newmedia
 * Andreas Tschirpke
 * Krechtinger Strasse 3 - 46414 Rhede
 * +49 2872 809269
 *
 * Vers. 0.01
 * ========================================================*/

@import url(reset.css);
@import url(screen.css);
@import url(text.css);

/* --------------------------------------------------------
 * Helper
 * ========================================================*/
.clear {
	clear: both;
} 
 
.cf:after,
.csc-textpic-intext-left:after,
.csc-textpic-intext-right:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.cf,
.csc-textpic-intext-left,
.csc-textpic-intext-right {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .cf, .csc-textpic-intext-left, .csc-textpic-intext-right {height: 1%;}
.cf, .csc-textpic-intext-left, .csc-textpic-intext-right {display: block;}
/* End hide from IE-mac */