/* Copyright (c) 2005 T-Systems Multimedia Solutions GmbH Dresden
 * Riesaer Str. 5, D-01129 Dresden, Germany
 * All rights reserved.
 */

/* javascript/css begin %name:global_elements_edit.css %, author %createy_by%, %version: 15 %, %created_by: tnr %, %date_created: Fri Jan 23 12:17:44 2009 % */

/*---global_elements_edit.css - editierbare Formatierungen der globalen HTML-Elemente---*/

body {
background-color: #FFFFFF;
color: #000000;
}

/*---Linkverhalten:---*/

a:link {
color: #000000;
}

a:visited {
color: #333333;
}

a:focus {
color: #000000;
}

a:hover {
color: #E20074;
}

a:active {
color: #000000;
}

/*---?berschriften:---*/

/*---h1---*/

h1 {
color: #000000;
}

/*---h2---*/

h2 {
color: #000000;
}

/*---h3---*/

h3 {
color: #000000;
}

/*---Liste mit bulletpoint - (grau, default):---*/

ul.bulletListIcon1 {
list-style-image:url(../../../images/symbols/bulletListIcon_gray.gif);
}

/*---IE 6---*/

* html ul.bulletListIcon1 {
list-style-image:url(../../../images/symbols/bulletListIcon_ie_gray.gif);
}

/*---IE 7---*/

*+html ul.bulletListIcon1 {
list-style-image:url(../../../images/symbols/bulletListIcon_ie_gray.gif);
}

/*---Liste mit bulletpoint (gr?n):---*/

ul.bulletListIcon2 {
list-style-image:url(../../../images/symbols/bulletListIcon_gray.gif);
}

/*---IE 6---*/

* html ul.bulletListIcon2 {
list-style-image:url(../../../images/symbols/bulletListIcon_ie_gray.gif);
}

/*---IE 7---*/

*+html ul.bulletListIcon2 {
list-style-image:url(../../../images/symbols/bulletListIcon_ie_gray.gif);
}

/*---Liste mit bulletpoint (rot):---*/

ul.bulletListIcon3 {
list-style-image:url(../../../images/symbols/bulletListIcon_red.gif);
}

/*---IE 6---*/

* html ul.bulletListIcon3 {
list-style-image:url(../../../images/symbols/bulletListIcon_ie_red.gif);
}

/*---IE 7---*/

*+html ul.bulletListIcon3 {
list-style-image:url(../../../images/symbols/bulletListIcon_ie_red.gif);
}

/*---spezielle Listenformatierungen---*/

ul.selectConnection {
border-top: 1px solid #d8d8d8;
}

/*---Reset Rahmen für Listen innerhalb---*/
ul.selectConnection ul {
border-top: none;
}

ul.selectConnection li {
border-bottom: 1px solid #d8d8d8;
}

/*--- Hover-Effekt für Listen ---*/
.selectConnection .lineHover:hover {
background-color:#e7e7e7;
}

/*---Reset Rahmen für Listenelemente innerhalb---*/
ul.selectConnection ul li{
border-bottom: none;
}

/*--- Fußnoten mit weisser Schriftfarbe---*/
.fnwhite .footnoteNumber a{
color:#FFFFFF;
}
/* javascript/css end %name:global_elements_edit.css % */

