/* (c) 2001 - 2007, EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* 
Hinweise:
- jedes Seitenelement wird hier definiert
- Seiteneffekte zwischen Seitenelementen sind auszuschließen
*/


/* TinyMCE Style Dropdown */

/* Eintrag: Rot=rot */
.rot {
	color: #ff0000;
}

/* Eintrag: Grün=gruen */
.gruen {
	color: #00ff00;
}

/* Eintrag: Blau=blau */
.blau {
	color: #0000ff;
}


/* Element: Absatz */
.absatz                             { padding: 0px; padding-bottom: 14px; clear:both; }
.absatz .bild-unterschrift          { text-style: italic; }
.absatz .bild-links 				        { float: left; margin:0px; padding: 0px; margin-right: 10px; margin-bottom: 10px; }
.absatz .bild-rechts 				        { float: right; margin:0px; padding: 0px; margin-left: 10px; margin-bottom: 10px; }
.absatz img                         { border:2px solid #abdb0b; }  
.modul .absatz .bild-links 			    { float: left; margin:0px; padding: 0px; margin-right: 10px; margin-bottom: 10px; }
.absatz .text                       { margin:0px; line-height:17px; }
a:link                      { color: #80B000; font-weight: bold; text-decoration: underline; }
a:visited                   { color: #80B000; font-weight: bold; text-decoration: underline; }
a:hover                     { color: #80B000; text-decoration: none; }
a:active                    { color: #80B000; font-weight: bold; text-decoration: underline; }
/*
.absatz h2                          { margin-bottom: 5px; }
.absatz p                           { margin: 0; }
.absatz p li                        { }                       
*/

/* Element: Titel */
.titel                              { }
/*
.titel h1                           { }
*/

/* Element: Text */
.text                               { }
/*
.text p                             { margin: 0; }
.text img                           { }                       
.text a:link                        { }
.text a:visited                     { }
.text a:hover                       { }
.text a:active                      { }
.text p li                          { }                       
*/

/* Element: Bild */
.bild img, .bild-rechts img, .bild-links img    { border: 2px solid #ABDB0B; }
.bild .bild-unterschrift            { text-style: italic; }

/*
.bild img                           { }                       
*/

/* Element: Link */
.link                               { }
/*
.link a:link                        { }
.link a:visited                     { }
.link a:hover                       { }
.link a:active                      { }
*/

/* Element: Dokument */
.dokument                           { }
/*
.dokument p                         { margin: 0; }
.dokument a:link                    { }
.dokument a:visited                 { }
.dokument a:hover                   { }
.dokument a:active                  { }
*/

/* Element: Container */
.container                          { }

/* Element: Umbruch */
.umbruch                            { font-size: 1px; line-height: 1px; width: 100%; height: 1px; overflow: hidden; clear: both; }

/* Element: Tabelle */
.tabelle                            { }
/*
.tabelle th                         { }
.tabelle td                         { }
*/
.tabelle .spalte-01-links           {  }
.tabelle .spalte-01-mitte           { text-align: center; }
.tabelle .spalte-01-rechts          { text-align: right; }
.tabelle .spalte-02-links           {  }
.tabelle .spalte-02-mitte           { text-align: center; }
.tabelle .spalte-02-rechts          { text-align: right; }
.tabelle .spalte-03-links           {  }
.tabelle .spalte-03-mitte           { text-align: center; }
.tabelle .spalte-03-rechts          { text-align: right; }
.tabelle .spalte-04-links           {  }
.tabelle .spalte-04-mitte           { text-align: center; }
.tabelle .spalte-04-rechts          { text-align: right; }
.tabelle .spalte-05-links           {  }
.tabelle .spalte-05-mitte           { text-align: center; }
.tabelle .spalte-05-rechts          { text-align: right; }
.tabelle .spalte-06-links           {  }
.tabelle .spalte-06-mitte           { text-align: center; }
.tabelle .spalte-06-rechts          { text-align: right; }
.tabelle .spalte-07-links           {  }
.tabelle .spalte-07-mitte           { text-align: center; }
.tabelle .spalte-07-rechts          { text-align: right; }
.tabelle .spalte-08-links           {  }
.tabelle .spalte-08-mitte           { text-align: center; }
.tabelle .spalte-08-rechts          { text-align: right; }
.tabelle .spalte-09-links           {  }
.tabelle .spalte-09-mitte           { text-align: center; }
.tabelle .spalte-09-rechts          { text-align: right; }
.tabelle .spalte-10-links           {  }
.tabelle .spalte-10-mitte           { text-align: center; }
.tabelle .spalte-10-rechts          { text-align: right; }



