/* KOMMENTAR ------------------------------------------------------------------
Generisch zu verwendene Klassen.
Das verhindert die wiederholte Auszeichnung von identisch ausgzeichneten
Elementen.
Diese Auszeichnungen werden NICHT fuer Content (WYSIWYG) verwendet, sondern
nur in den Templates!
------------------------------------------------------------------------- K.P.*/

/* KOMMENTAR ------------------------------------------------------------------
SECTION: Clearing
Clearfix <http://www.positioniseverything.net/easyclearing.html> 
IE Hack fuer clearfix in ie_win_lte6.css
------------------------------------------------------------------------- K.P.*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: block;} /* Safari-Browser */

.floatbox {overflow: hidden;}

.clear {
	clear: both;
	height: 0px;
}

.clearleft {
	clear: left;
	height: 0px;
}

.clearright {
	clear: right;
	height: 0px;
}

/* KOMMENTAR ------------------------------------------------------------------
SECTION: Accessibility
------------------------------------------------------------------------- K.P.*/
.nix {
	position: absolute;
	left: -2000px;
	top: -2000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

/* KOMMENTAR ------------------------------------------------------------------
SECTION: Simple Positioning
------------------------------------------------------------------------- K.P.*/
.floatleft {float: left;}

.floatright {float: right;}

.textleft {text-align: left;}

.textright {text-align: right;}

.textcenter {text-align: center;}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}/* KOMMENTAR 
Centered elements, needs width 
------------------------------------------------------------------------- K.P.*/

/* KOMMENTAR ------------------------------------------------------------------
SECTION: Basic image positioning
------------------------------------------------------------------------- K.P.*/
.imageleft {
	float: left;
	margin-right: 1em; 
	margin-bottom: 0.15em; 
}

.imageright {
	float: right;
	margin-left: 1em; 
	margin-bottom: 0.15em; 
}

/* KOMMENTAR ------------------------------------------------------------------
SECTION: width
------------------------------------------------------------------------- K.P.*/
.quarterwidth {width: 24%;}

.thirdwidth {width: 33%;}

.halfwidth {width: 49%;}

.twothirdwidth {width: 66%;}

.threequarterswidth {width: 75%;}

.inheritwidth {width: inherit;}

.autowidth {width: auto;}

/* KOMMENTAR ------------------------------------------------------------------
SECTION: More layout fixes
------------------------------------------------------------------------- K.P.*/
.noborder {border: 0 none;}

.nowrap {white-space: nowrap;}

.fullwidth {width: 100%;} /* KOMMENTAR 
We use this class when positioning tables inside generic box, 
so that ie-win can calculate the widths correctly
------------------------------------------------------------------------- K.P.*/

.displayinline {display: inline;}
.displayblock {display: block;}

.overflowauto {overflow: auto;}
.overflowscroll {overflow: scroll;}
.overflowhidden {overflow: hidden;}
.overflowvisible {overflow: visible;}

.listnostyle {list-style: none;}


/* KOMMENTAR ------------------------------------------------------------------
SECTION: Specific classes
------------------------------------------------------------------------- K.P.*/

/* KOMMENTAR ------------------------------------------------------------------
Klassen fuer Benutzerhinweise. TODO: help ist Xaraya-Klasse. Ordnen!
p.help {}, p.note {}, p.hint {}, p.warning {}, p.fehlermeldung {}
------------------------------------------------------------------------- K.P.*/

p.help, p.note, p.hint {
	padding: .6em;
	background: url(../images/help.gif);
	background-position: right top;
	background-repeat: no-repeat;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	background-color: #faf6f6;
	color: #000;
	border-color: #edd #baa #baa #eed;
}

/* KOMMENTAR ------------------------------------------------------------------
Globale Tabelle. Individualisierung per ID der jeweiligen
Tabelle. 
'si-Präfix' weil auch via WYSIWYG von Redakteuren zu nutzen.
------------------------------------------------------------------------- K.P.*/
.si-table{
	width: 98%;
	margin-left: 2px; /* KOMMENTAR 
	Sonst kein rechter Rand (ausser IE).
------------------------------------------------------------------------- K.P.*/
	border-collapse: collapse;
	border: 1px solid #D9D9D9;
}

.si-tablecaption {
	padding: 18px 2px 15px 2px;
	color: #000;
	background-color: inherit;
	text-align: center;
	font-weight: bold;
}

.si-table th{
	background-color: #363;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #D9D9D9;
	font-weight: bold;
	text-align:left;
	padding: 16px 9px;
	color: #ffc;
}

.si-table tr td {
	padding: 6px 9px;
	text-align:left;
	border-left: 1px solid #D9D9D9;
}

.si-table tr {
	border-top: 1px solid #D9D9D9;
}

.si-table tbody tr:hover {
	color: #333333;
	background-color: #E5E5D8;
}

.si-table thead th a:link, .si-table thead th a:visited {
	color: #ffc;
	background-color: inherit;
}

.si-table-row {
	background-color: #cc9;
	color: inherit;
}

.si-table-row-alt {
	background-color: #ffc;
	color: inherit;
}

/* K.P. -----------------------------------------------------------------------
Externe Links. Keine Extras fuer IE. Der Editor kann leider kein 'external'.
------------------------------------------------------------------------- K.P.*/
a[rel=external] {
	padding-right: 14px;
	background-image: url(../images/external.gif);
	background-position: right;
	background-repeat: no-repeat;
}

a:hover[rel=external] {
	padding-right: 14px;
	background-image: url(../images/external.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* K.P. -----------------------------------------------------------------------
Fehlermeldungen. Vor allem: Formulare:
------------------------------------------------------------------------- K.P.*/
.fehlermeldung {
	border: 3px solid #cc0;
	background-color:#fc0;
	color: #fff;
	padding: .4em;
}

/* KOMMENTAR ------------------------------------------------------------------
Definitionsliste. Der gesamte Inhalt inline (u.a. Xarbb)
------------------------------------------------------------------------- K.P.*/
dl.oneline {
	margin: 1em 0 1em 0;
	padding: 0;
}

dl.oneline dt, dl.oneline dd {
	display: inline;
	margin: 0;
	padding: 0;
}

/* K.P. -----------------------------------------------------------------------
Defintionsliste: als Glossar (Titel und Definition nebeneinander)
------------------------------------------------------------------------- K.P.*/
.glossar dt {
	float: left;
	padding-right: 0.5em;
	font-weight: bold;
}

.glossar dd {
	margin: 0.5em 0;
}

/* K.P. -----------------------------------------------------------------------
Defintionsliste: als Verzeichnis (linksbuendig)
------------------------------------------------------------------------- K.P.*/
.verzeichnis dt {
	font-weight: bold;
}

.verzeichnis dd {
	margin-left: 0;
}

/* K.P. -----------------------------------------------------------------------
Defintionsliste: als Verzeichnis (linksbuendig mit Layout)
------------------------------------------------------------------------- K.P.*/
dl.verzeichnis-stylish {
	border: 1px solid #000;
	padding: .1em;
	background-color: #eeb;
	color: inherit;

}

dl.verzeichnis-stylish dt {
	padding: .1em .1em .1em .8em;
	line-height: 1.2em;
	background-color: #363;
	color: #ffc;
	height: 1%; /* IE fix */
}

dl.verzeichnis-stylish dd {
	margin: .2em 0;
	padding-left: 3em;
}

/* K.P. -----------------------------------------------------------------------
Listen mit Icon statt HTML-Listenpunkt
------------------------------------------------------------------------- K.P.*/
ul.listbuttons {
	list-style: none; 
	margin: 0 1em;
	padding: 0;
}

ul.listbuttons li {
	padding-left: 18px;
	background: url(../images/silc/bullet_green.png) no-repeat left center;
}

/* KOMMENTAR ------------------------------------------------------------------
Icon fuer Newsfeed
------------------------------------------------------------------------- K.P.*/
a.feed {
	padding-left: 18px;
	background: url(../images/rssfeed.png) no-repeat left center;
}

/* K.P. -----------------------------------------------------------------------
Backlinks
------------------------------------------------------------------------- K.P.*/
.back {
	padding-left: 18px;
	background: url(../images/silc/arrow_left.png) no-repeat left center;
}