/* (c) 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								{ clear:both; margin-bottom: 20px; width:100%;  }
.absatz .bild-unterschrift			{ font-style: italic; }
.absatz .bild-rechts				{ float: right; padding: 0px 0px 10px 10px; }
.absatz .bild-links					{ float: left; padding: 0px 10px 10px 0px; }
.absatz .text						{ }

.absatz-typ							{ padding: 10px 70px 10px 10px; min-height: 50px; }
.absatz-typ.national				{ background: url(../pics/flag_germany.png) #e0ffe0 right center no-repeat; }
.absatz-typ.international			{ background: url(../pics/earth.png) #ffe0e0 right center no-repeat; }
.absatz-typ.beispiel				{ background: url(../pics/compass.png) #ffffe0 right center no-repeat; }
.absatz-typ.hinweis					{ background: url(../pics/about.png) #f0f0f0 right center no-repeat; }

/*
.absatz h2							{ margin-bottom: 5px; }
.absatz p							{ margin: 0; }
.absatz img							{ }
.absatz a:link						{ }
.absatz a:visited					{ }
.absatz a:hover						{ }
.absatz a:active					{ }
.absatz p li						{ }                       
*/

/* Element: Titel */
.titel								{ }
/*
.titel h1							{ }
*/


/* Element: Text */
.text								{ margin-bottom: 20px; width:100%;  }
/*
.text ol li							{ list-style-image: none; list-style-position: inside; }
.text ul li							{ list-style: disc; }
.text ul 							{ list-style-position: outside; margin-left:25px; }
*/

/*
.text p								{ margin: 0; }
.text img							{ }                       
.text a:link						{ }
.text a:visited						{ }
.text a:hover						{ }
.text a:active						{ }
.text p li							{ }                       
*/

/* Element: Bild */
.bild								{  }
.bild-unterschrift					{ font-style: italic; }
.bild-rechts						{ float: right; clear: both; padding: 0px 0px 20px 10px; }
.bild-links							{ float: left; clear: both; padding: 0px 10px 20px 0px; }
.bild-mitte							{ width: 100%; text-align: center; padding: 0px 0px 20px 0px; }

div.header .bild-rechts				{ float: right; clear: both; padding: 8px 8px 0 0; }
div.header .bild-links				{ float: left; clear: both; padding: 8px 0 0 8px; }


/*
.bild img							{ }
*/

/* Element: Link */
.link								{ padding-bottom: 5px; }
/*
.link a:link						{ }
.link a:visited						{ }
.link a:hover						{ }
.link a:active						{ }
*/

/* Element: Dokument */
.dokument							{ clear: both; }
/*
.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: 15px; overflow: hidden; clear: both; }
.zeilenumbruch						{ font-size: 1px; line-height: 1px; width: 100%; height: 1px; overflow: hidden; clear: both; }


/* Element: Tabelle */
.tabelle							{ margin-bottom: 20px; width:100%; }		
.tabelle table						{ border-right: 1px solid #444444; border-top: 1px solid #444444; }
.tabelle th							{ border-left: 1px solid #444444; border-bottom: 1px solid #444444; padding:5px; }
.tabelle td							{ border-left: 1px solid #444444; border-bottom: 1px solid #444444; padding:2px 5px 2px 5px; }
.tabelle td.kopf					{ background-color: #DDDDDD; padding: 10px 5px 10px 5px; }

.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; }

/* Element: Backlink */
.backlink							{ }
.backlink a							{ cursor: pointer; }
