 /**** Hier sind Definitionen für Klassen, die das System selbst anlegt */
/*** Artikel mit Bildern  */

/**Artikel mit Bildern Versuch: Clear mit Artikelanfang - funktioniert nicht*/
div.csc-textpic {
	clear:both;
}


/**Artikel mit Bildern FLOAT LINKS*/
/*Container für das Bild oben im Text links*/
div.csc-textpic-intext-left .csc-textpic-imagewrap {
	float:left;
	margin: 0px; 
	padding: 15px 10px 10px 13px;
	/*border:1px solid red;	*/
}

/**Artikel mit Bildern FLOAT RECHTS */
/*Container für das Bild UNTER RECHTS*/
div.csc-textpic-intext-right  .csc-textpic-imagewrap {
	margin: 0px; 
	padding: 15px 15px 10px 10px;
	/*border:1px solid red;	*/
}

/**Artikel mit Bildern in SPALTE LINKS NEBEN TEXT 
	* Scotty in über aldebaran  */
/*Container für das Bild LINKS NEBEN TEXT*/
div.csc-textpic-intext-left-nowrap  .csc-textpic-imagewrap {
	margin: 0px; 
	padding: 5px 0px 10px 13px;
	/*border:1px solid red;	*/
}

div.csc-textpic-intext-left-nowrap  .csc-textpic-imagewrap .csc-textpic-text {
	margin: 0px; 
	padding: 0px;

}

/** Artikel mit Bildern links ÜBER Text - Produkte Dritthersteller*/

/*Container für das Bild oben links*/
div.csc-textpic-above .csc-textpic-imagewrap {
	margin: 0px; 
	padding: 15px 10px 10px 13px;
	/*border:1px solid red;	*/
}

/** Artikel mit Bildern LINKS UNTER Text - Produkte VETO*/

/*Container für das Bild UNTEN links*/
div.csc-textpic-left  .csc-textpic-imagewrap {
	margin: 0px; 
	padding: 15px 10px 10px 13px;
	/*border:1px solid red;	*/
}


/** Artikel mit Bildern RECHTS UNTER Text - "top-link" zum Seitenanfang/

/*Container für das Bild UNTER RECHTS*/
div.csc-textpic-right  .csc-textpic-imagewrap {
	margin: 0px 10px 10px 10px; 
	padding: 0px;
	/*border:1px solid red;	*/
}

/** Bilder in mehreren Spalten "über aldebaran"*/

.csc-textpic-imagecolumn  {
	margin: 2px;
	padding: 0px 5px 0px 0px;
	
}


/** Bildunterschriften*/
.csc-textpic-caption {
	margin: 0em;
	padding: 0.7em 0em 0.4em 0em; 
	font-size: 0.8em;
	
}
/*Zweckentfremdung zentrierte Bildungerschrift */
.csc-textpic-caption-c dd.csc-textpic-caption { 
	background-image: url(/fileadmin/Design/images/lupe.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.8em;
	padding-left: 25px;
	text-align: left;
	font-size: 0.8em;
}

/** Clear nach Artikeln mit Bildern/
.csc-textpic {
	clear:both;
}

/*** Kontaktformular
/* Rahmen um Formular  */
.csc-mailform {
	border: 0px;
	margin: 0px  0px 0px 12px;
	padding: 0px;
}

/* Label - Beschriftung Eingabefelder  */
.csc-mailform-label {
	margin: 8px 0px 0px 4px;
	padding: 0px; 
	font-weight: bold; 
}
/* Element label - automatische Beschriftung Eingabefelder 
   abgeschaltet, es gibt separate label 
*/
label {
	display: none;
}

/* Eingabefeld */

.csc-mailform-field {
	margin: 4px 4px 2px;
}

/*** Login Download  **********************************************/
/*Tabelle ums Formular*/
.csc-loginform {
	margin: 30px 10px 10px;
	background-color: rgb(200,200,200);
	width: 440px;
	padding: 20px 0px 20px;
}
/*Zelle für Name und Login*/
.csc-loginform .csc-form-labelcell {
	width: 90px; 
	font-size: 1.0em;
	padding: 10px;
}

/*Absatz für Name und Login*/
.csc-loginform  p.csc-form-label-req {
	text-align: right;
	font-size: 1.0em;
	font-weight: bold; 
	padding: 0px;
	margin:0px;
}

/*Zelle Eingabefeld */
.csc-loginform .csc-form-fieldcell {
	padding: 10px 0px 10px;
}


/** Pop up Fenster 

*/