/* Druck-CSS für www.leaders-circle.at */
/* Überschreibt einige Styles von default.css */


/* ************************ Allgemeingültige Basis-Formatierung ************************* */

/* body-Formatierung */
html, body {
	background: White;
	color: Black;
}


/* ************************ Formatierung Content allgemein ************************* */

/* *** Ungeordnete Listen ***
  normalerweise sind die Punkte als Background-Image gelöst,
  die sich aber nicht drucken lassen
  => Druckversion verwendet square als List-Style-Type
 */

.contentarea ul li {
	margin-left: 1em;
	padding-left: .3em;
	list-style-type: square;
	background-image: none;
}

/* *** Tabellen-Formatierung *** */

.contentarea .contenttable td {
	border: 1px solid #775e10;

}


/* Spezielle Formatierung für best. Layout-Typen von Content-Tables
	100:  TableHeader: keine
	101:  TableHeader: oben
	102:  TableHeader: links
	103:  TableHeader: oben + links
	106:  TableHeader: links, Spalten fixiert: links
*/

.contentarea .contenttable-101 .tr-0 td, 
.contentarea .contenttable-102 td.td-0, 
.contentarea .contenttable-103 td.td-0,  .contentarea .contenttable-103 .tr-0 td,  
.contentarea .contenttable-106 td.td-0,
.contentarea .contenttable-109 .tr-0 td   {
	background-color: White;
	border: 1px solid #775e10;
}


/* *** Suchwort-Formatierung *** */

.contentarea .csc-sword {
/* 2007-08-06 BG: Formatierung wieder rückgängig gemacht */
/*	border: 1px solid #775e10;*/
	color: inherit;
	background-color: inherit;

}



/* *** Test-Formatierungen *** */


/* ************************ Formatierung der Layout-DIVs ************************* */

#head { 
	background-color: transparent; 
	border-bottom: 1px solid #354933;
}

#logodruck{
	/* Drucklogo anzeigen */
	display: inline;
}

#logodruck img{
	padding-bottom: 2px;
}


#logo{
	/* wird nicht angezeigt */
	display: none;
}

#logo img{

}

#navmeta {
	/* wird nicht angezeigt */
	display: none;
}

#main {

}

div#columnleft, #columnleft {
	/* wird nicht angezeigt */
	display: none;
}

#columnmenu {
	/* wird nicht angezeigt */
	display: none;
}


#columnmain {
	margin-left: 0;
}

#navmain {
	/* wird nicht angezeigt */
	display: none;
}

#breadcrumb {
	/* wird nicht angezeigt */
	display: none;
}


#contentmain {
	margin-top: 3em;
	margin-right: 0;	
}

#contentmain_spacer {
	/* wird nicht angezeigt */
	display: none;
}

div#columnright, #columnright {
	/* wird nicht angezeigt */
	display: none;
}

#printbox {
	/* wird nicht angezeigt */
	display: none;	
}
#contactinfo {
	margin-left: 0em ;
	margin-right: 0em ;
}

#navlegal {
	/* wird nicht angezeigt */
	display: none;	
}

/* ************************ Formatierung Content-Klassen für Druckversion ************************* */

.to_top {
	/* wird nicht angezeigt */
	display: none;	
}

/* ************************ Spezielle Klassen für Druckversion ************************* */

.hideinprint {
	/* wird nicht angezeigt */
	display: none;	
}

.showinprint_block {
	/* wird beim Drucken als Block angezeigt (z.B. f.ür <div class="showinprint_block">) */
	display: block;	
}

.showinprint_inline {
	/* wird beim Drucken als Inline-Element angezeigt (z.B. f.ür <span class="showinprint_inline">) */
	display: inline;	
}

/* ************************ Spezielle Klassen für Marktplatz ************************* */


#contentmain .marktplatz h4 {
	background-color: White;
	border: 1px solid #775e10;
}

/* ************************ Spezielle Klassen für Content-Formatierung ************************* */


.locked, .free, .colored {
	background-color: White;
	border: 1px solid #775e10;
}

/* ************************ Content-Formatierung rechte Spalte ************************* */

/* wird nicht angezeigt */


