/* 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.css %, author %createy_by%, %version: 20 %, %created_by: tnr %, %date_created: Wed Jun 29 13:26:12 2011 % */

/*---global_elements.css - globale HTML-Elemente---*/

body {
text-align: left;
font-family: Arial,Geneva,Franklin Gothic,Helvetica,sans-serif;
font-size: 0.75em;
margin: 9px 9px 30px 9px;
background-color: #FFFFFF;
color: #000000;
}

/*---Linkverhalten:---*/

a:link {
text-decoration: underline;
color: #000000;
}

a:visited {
text-decoration: underline;
color: #000000;
}

a:focus {
text-decoration: underline;
color: #000000;
}

a:hover {
text-decoration: underline;
cursor: pointer;
color: #E20074;
}

a:active {
text-decoration: underline;
color: #000000;
}

/*---Absaetze---*/

p {
padding: 0 0 6px 0;
margin: 0;
line-height: 15px;
}

th p {
padding: 0 0 0 0;
margin: 0;
}

td p {
padding: 0 0 0 0;
margin: 0;
}

/*---ersetzt p-tag bei Ausgabe longdescription---*/
.longdescription {
padding: 0 0 6px 0;
margin: 0;
line-height: 15px;
}

/*---Bilder---*/

img {
border: none;
}

/*---Ueberschriften:---*/

/*---h1---*/

h1 {
font-size: 2.3em;
font-weight: normal;
padding: 0 0 2px 0;
margin: -3px 0 0 0;
color: #000000;
}

/*---Verhalten von Bildern in einer h1 z. B. Hilfe-Icon---*/

h1 img {
vertical-align: top;
margin-left: 6px;
margin-top: 5px;
}

/*---h2---*/

h2 {
font-size: 1.2em;
font-weight: bold;
padding: 0 0 6px 0;
margin: 0;
color: #000000;
}

/*---Verhalten von Bildern in einer h2 z. B. Hilfe-Icon---*/

h2 img {
vertical-align: top;
margin-left: 6px;
}

/*---h3---*/

h3 {
font-size: 1em;
font-weight: bold;
padding: 0 0 6px 0;
margin: 0;
color: #000000;
}

/*---Verhalten von Bildern in einer h3 z. B. Hilfe-Icon---*/

h3 img {
vertical-align: top;
margin-left: 6px;
}

/*---spanh3, bildet h3 mit span nach---*/

.spanh3 {
font-size: 1em;
font-weight: bold;
padding: 0 0 6px 0;
margin: 0;
display: block;
}

/*---Verhalten von Bildern in einer spanh3 z. B. Hilfe-Icon---*/

.spanh3 img {
vertical-align: top;
margin-left: 6px;
}

/*---Listen:---*/

/*---einfache Liste:---*/

ul {
list-style-type: none;
padding: 0 0 6px 0;
margin: 0;
}

li {
margin: 0;
padding: 0;
}

li img {
vertical-align: sub;
margin-left: 6px;
margin-right: 6px;
}

/*---IE 7---*/

*+html li img {
vertical-align: bottom;
}

/*---IE 6---*/

* html li img {
vertical-align: bottom;
}

/*---Liste mit bulletpoint:---*/

ul.bulletList {
list-style-type: square;
padding: 0 0 2px 11px;
margin: 0 0 0 2px;
}

/*---IE 7---*/

*+html ul.bulletList {
margin: 0 0 0 5px;
}

/*---IE 6---*/

* html ul.bulletList {
margin: 0 0 0 5px;
}

ul.bulletList li {
margin-bottom: 4px;
}

/*--- Liste innerhalb einer Liste ---*/
/*--- IE 7 ---*/
*+html .listingContentFrame ul.bulletList li ul.bulletList {
margin-top:-15px;
}
			
/*--- IE 6 ---*/			
* html .listingContentFrame ul.bulletList li ul.bulletList {
margin-top:-15px;
}     


/*---Liste ohne bulletpoint:---*/

ul.noBulletList {
padding: 0 0 1px 0;
margin: 0;
list-style-image:none;
}

ul.noBulletList li {
margin-bottom: 4px;
}

ul.noBulletList ul {
padding: 4px 0 1px 21px;
margin: 0;
}

ul.noBulletList li ul li {
margin-bottom: 4px;
}

ul.noBulletList li ul li img {
vertical-align: middle;
margin: 0 6px 0 0;
padding: 0;
}

/*---geordnete Liste mit Nummerierung:---*/

ul.numberedList {
list-style-type: decimal;
padding: 0 0 1px 0;
margin: 0 0 0 18px;
}

/*---IE 6---*/

* html ul.numberedList {
margin: 0 0 0 23px;
}

/*---IE 7---*/

*+html ul.numberedList {
margin: 0 0 0 23px;
}

ul.numberedList li {
margin-bottom: 4px;
}

/*---spezielle Listenformatierungen---*/

ul.selectConnection {
padding: 0;
margin: 0 0 9px 0;
border-top: 1px solid #d8d8d8;
}

ul.selectConnection li {
margin: 0;
padding: 4px 0 4px 0;
border-bottom: 1px solid #d8d8d8;
}

ul.selectConnection ul {
margin: 0pt;
padding: 4px 0pt 1px 21px;
border-top: none;
}

ul.selectConnection ul li{
padding: 0;
border-bottom: none;
}

ul.selectConnection li ul li img {
margin: 0pt 6px 0pt 0pt;
padding: 0pt;
vertical-align: middle;
}

/*--- Hover-Effekt für Listen ---*/
.selectConnection .lineHover:hover {
background-color:#e7e7e7;
}

/*---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 (grau):---*/
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);
}
/* javascript/css end %name:global_elements.css % */

