/*	-------------------------------------------------------------
	1. GLOBAL RESET
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/* Margin und Padding werden auf 0 gesetzt*/

* { margin: 0; padding: 0; }

/*	-------------------------------------------------------------
	3. ALLGEMEINE ATTRIBUTE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               a img { /* Entferne Rahmen von verlinkten Bildern */ border: 0; }

/*	-------------------------------------------------------------
	2. STRUKTUR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               /* Layout fester Breite wird zentriert */
               body {
	font: 0.75em/1.55em Verdana,sans-serif;
	width: 950px;
	background: #f5f6f9;
	color: #fff;
	margin: 0 auto;
	padding: 0;
}

dd { margin-bottom: .8em; }

dt {
	font-weight: 400;
	margin-top: .5em;
	color: #999;
	font-size: 1.1em;
}

em { font-style: italic; }

/* Beim Bedarf kann man angeklickte Bereiche mit CSS automatisch hervorheben */
/*
               #content-related li a:visited {
                    background: url(check.gif) right center no-repeat;
               }
*/
/*	-------------------------------------------------------------
	6. TYPOGRAFIE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#start dl {
  clear:both;
  width:100%;
  height:8em;
  margin:2em auto;}
#start dt {
  margin-bottom:1em; 
  font-weight:bold;}
#start dd {
   
  float:left; 
  margin:0;}
 
 h1 {
	line-height: 1.3em;
	font-family: "Trebuchet MS",sans-serif;
	font-weight: 400;
	font-size: 218%;
	margin-top: .3em;
	margin-bottom: 0.1em;
	color: #092e20;
}

h2 {
	font-family: "Trebuchet MS", Verdana,"Trebuchet MS",sans-serif;
	font-size: 1.5em;
	margin-bottom: .6em;
	line-height: 1.22em;
	color: #092e20;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: 700;
	margin-bottom: .2em;
	color: #0B2F6D;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #CCDDEE;
	padding: 2px 3px 2px 10px;
}

ol { padding-left: 30px; }

p,ul,dl { margin-top: .6em; margin-bottom: .8em; }

strong, p.bold { font-weight: 700; }

ul { padding-left: 3.3em; }

ul li { list-style-type: square; margin-bottom: .4em; }

#start ul li{ list-style-type: none; margin-bottom: .4em; width: 300px; height: 55px;}

#start li a{ 
display:block;
height:55px;
text-decoration:none;
text-indent:-9999px;
width:300px;
list-style-type: none;
 }

ul#root_list {
	/* Listenelemente der ungeordnete Liste haben zwar keine Marker...*/
	list-style-type: none;
}

ul#root_list li {
	/* ...dafür aber ein Hintergrundbild. */
	background-image: url(birne.gif);
	list-style-type: none;
	/* Hintergrundbild darf sich nicht wiederholen */
	background-repeat: no-repeat;
	/* Der innere Abstand in .em-Einheiten sorgt dafür, dass auch bei der Skalierung
                    des Textes Marker links vom Inhaltsblock dargestellt wird. */
	padding-left: 2em;
}

.footerleft {
	/* Linker Teil des Footers: für den Text. clear: both ist notwendig, damit
                    das HIntergrundbild sowohl .fooerleft als auch .footerright noch umschließt. */
	min-height: 35px;
	clear: both;
	padding: 0 5px;
}


.homelist {
	/* Abstände für die ungeordnete Liste ul.homelist */
	padding-bottom: .6em;
	padding-right: 12px;
	padding-left: 12px;
}

#begin {
	/* Abschließung des Layouts im oberen Seitenbereich */
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0 10px;
}

#columnwrap {
	/* Allgemeines Container für sämtliche Seiteninhalte */
	background-color: #333333;
	padding-bottom: 7px;
	display: block;
}

/*	-------------------------------------------------------------
	11. CLEARFIX
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/     
	
               /* Notwendig für die Umschließung des gesamten Seitenbereichs. */
               #columnwrap:after,#subwrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#container {
	/* Vertikale Wiederholung des Hintergrundbildes zur Abschließung des Layouts */
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	/* Horizontaler Abstand links und rechts soll ein einheitliches Seitenbild erzeugen */
	padding-right: 20px;
	padding-left: 20px;
	background: url(linie.jpg);
}

#content-main {
	/* Inhaltsbereich der Seite */
	float: left;
	width: 70%;
	background: #fff;
	color: #000;
	padding-bottom: 10px;
	overflow:hidden;
}
#start #content-main {
	/* Inhaltsbereich der Seite */
	float: left;
	width: 100%;
	background: #fff;
	color: #000;
	padding-bottom: 10px;
}
#start-main {
	/* Inhaltsbereich der Seite */
	float: left;
	width: 100%;
	background: #fff;
	color: #000;
	padding-bottom: 10px;
}
#start-main * {
	/* Alle Kinderelemente des Inhaltsbereichs sollen über einen äußeren Abstand verfügen */
	margin-left: 22px;
	margin-right: 24px;
}

#content-main * {
	/* Alle Kinderelemente des Inhaltsbereichs sollen über einen äußeren Abstand verfügen */
	margin-left: 22px;
	margin-right: 24px;
}

/*	-------------------------------------------------------------
	4. LINKS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               /* Verweise in Inhaltsbereich und Footer werden mit einem Icon versehen */
  #start #content-main a{
	text-decoration: none;
	color: #149;
	font-weight: 700;
	padding: 2px 0px 2px 1px;
	margin: 0;
} 
#start #content-main a:visited {
	color: #666;
	text-decoration: underline;
	border: 0;
	background: url(check.gif) right center no-repeat;
	padding: 2px 0px 2px 1px;
	margin: 0;
	margin-bottom: 10px;
	font-weight: bold;
}
#content-main a:link, #footer a:link  {
	text-decoration: none;
	color: #149;
	font-weight: 700;
	text-decoration: underline;
	background: url(item.png) right center no-repeat;
	padding: 2px 14px 2px 1px;
	margin: 0;
}
#start-main a:link{
	text-decoration: none;
	color: #149;
	font-weight: 700;
	padding: 2px 14px 2px 1px;
	margin: 0;
}

/* Bereits besuchte Seiten werden entsprechend hervorgehoben */
               #content-main a:visited, #footer a:visited  {
	color: #666;
	text-decoration: underline;
	border: 0;
	background: url(check.gif) right center no-repeat;
	padding: 2px 12px 2px 1px;
	margin: 0;
	margin-bottom: 10px;
	font-weight: bold;
}
 #start-main a:visited {
	color: #666;
	text-decoration: underline;
	border: 0;
	background: url(check.gif) right center no-repeat;
	padding: 2px 12px 2px 1px;
	margin: 0;
	margin-bottom: 10px;
	font-weight: bold;
}
/* Hover-Zustand soll für besuchte wie noch nicht besuchte Seiten gleich sein */
               #content-main a:hover, #content-main a:visited:hover,
               #footer a:hover, #footer a:visited:hover { color: #881111; background-color: #fff0f7; }

#content-main a:active, 
               #footer a:active  {
	/* Focus und Active: in diesen Zuständen soll sich ein Verweis deutlich hervorheben */
	background-color: #999;
	color: #fff;
}

#content-main a:focus,
               #footer a:focus { background-color: #115599; color: #fff; }

#content-main h2, #content-main h3 { margin-top: 1.2em; }

#content-related {
	/* Rechtes Navigationsmenü der Seite */
	font-size: 92%;
	float: right;
	width: 30%;
}

#content-related .homelist li { list-style-type: none; }

#content-related a:visited { color: #666; padding-right: 12px; }

#content-related a:hover, #content-related a:visited:hover, #content-related a:focus, #content-related a:visited:focus {
	/* Hover und Focus: in diesem Fall werden beide Zustände identlisch gestaltet */
	background-color: #F0F0F0;
	color: #881111;
}

/*	-------------------------------------------------------------
	5. RECHTES NAVIGATIONSMENÜ (#CONTENT-RELATED)
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/     
               #content-related h2 { font-size: 1.2em; margin-top: .1em; }

#content-related h2 {
	background-color: #fff;
	font-weight: 700;
	color: #cee780;
	border: 1px dashed #757575;
	border-width: 1px 0;
	padding: 6px;
}

#content-related h2 a,
               #content-related h2 a:hover,
               #content-related h2 a:visited  {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	text-decoration: none;
	background-color: #fff;
}

#content-related h3 { color: #9aef3f; }

#content-related li a, #content-related li a:visited {
	/* Dadurch wird es dem Nutzer leichter fällen, einen Verweis anzuklicken. */
	display: block;
	color: #149;
	font-size: 1em;
	font-weight: 700;
	text-decoration: underline;
	border-bottom: 1px dashed #757575;
	text-align: left;
	width: 180px;
	/* Ein 'künstlicher' Listenmarker soll sich rechts befinden */
	background: transparent url(icon_world.gif) no-repeat 3% 50%;
	padding: 0 5px 4px 32px;
}

#content-related li.current a,
               #content-related li.current a:visited,
               #content-related li.current a:visited:hover  {
	/* Der aktuelle Seitenbereich wird durch seine Hintergrundfarbe markiert */
	background-color: #5588BB;
	color: #fff;
	border: 2px solid #edf8e7;
}

#content-related ul.homelist li { padding-bottom: 1px; }

#dolmetschen #imageintro {
	/* #homepage ist eine Body-ID, nach der ggf. unterschieden werden können.
                    So können unterschiedliche Seiten verschiedene Banner haben. Die Auswahl kann
                    mit CSS 'automatisch' erfolgen. So wird das Bild banner.png nur auf der Seite mit Body-ID
                    #homepage erscheinen, auf den anderen Seiten (mit anderen IDs) dagegen nicht. */
	background: #DDDDDD url(banner3.jpg) no-repeat bottom;
}

#dolmetschen #imageintro h2 {
	/*border-top: 2px solid #88AADD;*/
	border-bottom: 2px solid #88AADD;
	text-indent: -5000px;
	height: 170px;
	width: 900px;
	margin: 0;
}

#end {
	/* Abschließung des Layouts im unteren Seitenbereich */
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

/*	-------------------------------------------------------------
	10. FOOTER (#FOOTER)
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/     
               #footer {
	/* Footerbereich: damit auch Footer nicht gefloatet wird, wird es mit clear: left aus dem Fluß herausgerissen
                    und erscheint wie gewohnt unter dem übrigen Inhalt. */
	clear: left;
	color: #487858;
	font-size: 86%;
	padding: 10px 20px;
}


#footer .footerright a:link { background: none; }

#footer p { font-weight: 400; }

/*	-------------------------------------------------------------
	7. HEADER (#header)
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               #header {
	/* Zugänglichkeit: auch ohne CSS-Stile soll die Seite gut benutzbar sein. Ein Verweis 
                    wird durch ein Bild ersetzt, indem er horizontal als Inline-Element präsentiert und um
                    9999px nach links verschoben wird. Suchmaschinen sehen den Verweis trotzdem. */
	height: 150px;
	background: #5588BB url(logotype_5.jpg) no-repeat 0% 50%;
}

#header h1 { display: inline; }


#header h1 a {
    background: transparent url("uezm-logo.png") no-repeat scroll 30px 5px;
    color: #0b2f6d;
    display: block;
    font-family: "@Arial Unicode MS";
    font-size: 150%;
    font-weight: bold;
    height: 150px;
    margin: 0;
    padding-left: 150px;
    padding-top: 59px;
    text-decoration: none;
    text-indent: -9999px;
    width: 600px;
}
#homepage #imageintro {
	/* #homepage ist eine Body-ID, nach der ggf. unterschieden werden können.
                    So können unterschiedliche Seiten verschiedene Banner haben. Die Auswahl kann
                    mit CSS 'automatisch' erfolgen. So wird das Bild banner.png nur auf der Seite mit Body-ID
                    #homepage erscheinen, auf den anderen Seiten (mit anderen IDs) dagegen nicht. */
	background: #DDDDDD url(banner_f.jpg) no-repeat bottom;
}

#homepage #imageintro h2 {
	/*border-top: 2px solid #88AADD;*/
	border-bottom: 2px solid #88AADD;
	text-indent: -5000px;
	height: 170px;
	width: 900px;
	margin: 0;
}
#uebersetzen #imageintro {
	/* #homepage ist eine Body-ID, nach der ggf. unterschieden werden können.
                    So können unterschiedliche Seiten verschiedene Banner haben. Die Auswahl kann
                    mit CSS 'automatisch' erfolgen. So wird das Bild banner.png nur auf der Seite mit Body-ID
                    #homepage erscheinen, auf den anderen Seiten (mit anderen IDs) dagegen nicht. */
	background: #DDDDDD url(banner_u.jpg) no-repeat bottom;
}

#uebersetzen #imageintro h2 {
	/*border-top: 2px solid #88AADD;*/
	border-bottom: 2px solid #88AADD;
	text-indent: -5000px;
	height: 170px;
	width: 900px;
	margin: 0;
}
/*	-------------------------------------------------------------
	9. BANNER (#IMAGEINTRO)
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/     
               #imageintro {
	/* Eine horizontale Abgrenzung zwischen dem Banner und dem übrigen Inhalt */
	border-bottom: 3px solid #88AADD;
}

#kontakt #imageintro {
	/* #homepage ist eine Body-ID, nach der ggf. unterschieden werden können.
                    So können unterschiedliche Seiten verschiedene Banner haben. Die Auswahl kann
                    mit CSS 'automatisch' erfolgen. So wird das Bild banner.png nur auf der Seite mit Body-ID
                    #homepage erscheinen, auf den anderen Seiten (mit anderen IDs) dagegen nicht. */
	background: #DDDDDD url(banner4.jpg) no-repeat bottom;
}

#kontakt #imageintro h2 {
	/*border-top: 2px solid #88AADD;*/
	border-bottom: 2px solid #88AADD;
	text-indent: -5000px;
	height: 170px;
	width: 900px;
	margin: 0;
}

#kosten #imageintro {
	/* #homepage ist eine Body-ID, nach der ggf. unterschieden werden können.
                    So können unterschiedliche Seiten verschiedene Banner haben. Die Auswahl kann
                    mit CSS 'automatisch' erfolgen. So wird das Bild banner.png nur auf der Seite mit Body-ID
                    #homepage erscheinen, auf den anderen Seiten (mit anderen IDs) dagegen nicht. */
	background: #DDDDDD url(banner6.jpg) no-repeat bottom;
}

#kosten #imageintro h2 {
	/*border-top: 2px solid #88AADD;*/
	border-bottom: 2px solid #88AADD;
	text-indent: -5000px;
	height: 170px;
	width: 900px;
	margin: 0;
}
#anfrage #imageintro {
	/* #homepage ist eine Body-ID, nach der ggf. unterschieden werden können.
                    So können unterschiedliche Seiten verschiedene Banner haben. Die Auswahl kann
                    mit CSS 'automatisch' erfolgen. So wird das Bild banner.png nur auf der Seite mit Body-ID
                    #homepage erscheinen, auf den anderen Seiten (mit anderen IDs) dagegen nicht. */
	background: #DDDDDD url(banner_a.jpg) no-repeat bottom;
}

#anfrage #imageintro h2 {
	/*border-top: 2px solid #88AADD;*/
	border-bottom: 2px solid #88AADD;
	text-indent: -5000px;
	height: 170px;
	width: 900px;
	margin: 0;
}
#boerse #imageintro {
	/* #homepage ist eine Body-ID, nach der ggf. unterschieden werden können.
                    So können unterschiedliche Seiten verschiedene Banner haben. Die Auswahl kann
                    mit CSS 'automatisch' erfolgen. So wird das Bild banner.png nur auf der Seite mit Body-ID
                    #homepage erscheinen, auf den anderen Seiten (mit anderen IDs) dagegen nicht. */
	background: #DDDDDD url(banner5.jpg) no-repeat bottom;
}

#boerse #imageintro h2 {
	/*border-top: 2px solid #88AADD;*/
	border-bottom: 2px solid #88AADD;
	text-indent: -5000px;
	height: 170px;
	width: 900px;
	margin: 0;
}
#start #imageintro {
	/* #homepage ist eine Body-ID, nach der ggf. unterschieden werden können.
                    So können unterschiedliche Seiten verschiedene Banner haben. Die Auswahl kann
                    mit CSS 'automatisch' erfolgen. So wird das Bild banner.png nur auf der Seite mit Body-ID
                    #homepage erscheinen, auf den anderen Seiten (mit anderen IDs) dagegen nicht. */
	background: #DDDDDD url(banner_s_s.jpg) no-repeat bottom;
}

#start #imageintro h2 {
	/*border-top: 2px solid #88AADD;*/
	border-bottom: 2px solid #88AADD;
	text-indent: -5000px;
	height: 170px;
	width: 900px;
	margin: 0;
}
/*	-------------------------------------------------------------
	3. LISTE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               #liste {
	/* Horizontaler äußerer Abstand links und rechts */
	margin: 0 5%;
}

#liste li ul li {
	/* Gestaltung der Unterliste, Liste zweiter Ordnung
                    Als Listenmarker wird ein Bild gesetzt und ins Inneres eines
                    Listenelements eingerückt. */
	list-style: url(bullet-2.gif) inside;
	/* Rand für das Listenelement */
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 5px solid #ddd;
	/* Innere und äußere Abstände*/
	padding: 1em 0 1em 1em;
	margin: 5px 0 5px 2.5em;
	/* Das Hintergrundbild der oberen Listenelemente soll nicht vereerbt werden */
	background-image: none;
}

#liste ul li {
	/* Listenpunkte weisen einen äußeren Abstand voneinander auf*/
	margin-bottom: 0.6em;
}

#liste ul li ul {
	/* Die Unterliste besitzt eine kleinere Schriftgröße */
	font-size: 90%;
	margin: 1em;
	/* Listenmarker der Unterliste werden eingerückt */
	list-style-type: none;
}

#subwrap {
	/* Ein Subcontainer innerhalb des allgemeinen Containers */
	background-color: #88AACC;
	width: 100%;
	float: left;
	padding-bottom: 6px;
	display: block;
}

/*	-------------------------------------------------------------
	8. HORIZONTALES NAVIGATIONSMENÜ (#TOPNAV)
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/     
     
               #topnav {
	/* Oberes Navigationsmenü auf die volle Breite; text-align sorgt dafür,
                    das der Inhalt von Listenelementen innerhalb von LIs zentriert wird. */
	width: 900px;
	height: 33px;
	line-height: 15px;
	text-align: center;
	background-color: #fff;
}

#topnav a {
	/* Das Navigationsmenü soll Verweise als Kästchen präsentieren, demzufolge werden sie
                    zu Block-Level-Elementen deklariert und als Blöcke gestaltet. */
	font: bold 12px Verdana, Arial, sans-serif;
	color: #fafafa;
	text-decoration: none;
	/* Gefloatete Elemente sind automatisch Block-Level-Elemente;
                    display: block; ist nicht notwendig */
	float: left;
	height: 1.6em;
	width: 90px;
	background-color: #88AACC;
	/*border: 1px solid #885044;
               	border-width: 1px 1px 0;*/
	margin: 3px 1px;
	padding: 4px 6px;
}

#topnav a.home {
	/* Verweis zur Startseite wird besonders markiert */
	background-color: #881111;
	border: 1px solid #ffddae;
	color: #fff;
	border-width: 1px 1px 0;
	margin: 4px 1px 3px 4px;
	padding: 4px 10px 4px 6px;
}

#topnav a.on {
	/* Die aktuelle Rubrik wird besonders markiert */
	background-color: #DDDDDD;
	color: #0B2F6D;
	text-decoration: underline;
	/*border: 1px solid #88AADD;
               	border-width: 2px 2px 0;
						border-bottom-width: 0;*/
	margin: 4px 2px 4px 4px;
	padding: 4px 6px 6px;
}

#topnav a:hover {
	height: 19px;
	background-color: #881111;
	color: #fff;
	text-decoration: underline;
}



#topnav ul { display: inline; margin: 0; padding: 0; }

#topnav ul li {
	/* Listenelemente werden in eine Reihe gelegt. */
	display: inline;
}

#ueberuns #imageintro {
	/* #homepage ist eine Body-ID, nach der ggf. unterschieden werden können.
                    So können unterschiedliche Seiten verschiedene Banner haben. Die Auswahl kann
                    mit CSS 'automatisch' erfolgen. So wird das Bild banner.png nur auf der Seite mit Body-ID
                    #homepage erscheinen, auf den anderen Seiten (mit anderen IDs) dagegen nicht. */
	background: #DDDDDD url(banner_uns.jpg) no-repeat bottom;
}

#ueberuns #imageintro h2 {
	/*border-top: 2px solid #88AADD;*/
	border-bottom: 2px solid #88AADD;
	text-indent: -5000px;
	height: 170px;
	width: 900px;
	margin: 0;
}
#recht #imageintro {
	/* #homepage ist eine Body-ID, nach der ggf. unterschieden werden können.
                    So können unterschiedliche Seiten verschiedene Banner haben. Die Auswahl kann
                    mit CSS 'automatisch' erfolgen. So wird das Bild banner.png nur auf der Seite mit Body-ID
                    #homepage erscheinen, auf den anderen Seiten (mit anderen IDs) dagegen nicht. */
	background: #DDDDDD url(banner_r.jpg) no-repeat bottom;
}

#recht #imageintro h2 {
	/*border-top: 2px solid #88AADD;*/
	border-bottom: 2px solid #88AADD;
	text-indent: -5000px;
	height: 170px;
	width: 900px;
	margin: 0;
}
#left {
border:1px solid #CCCCCC;
margin: 0pt 5px 5px 5px;
max-width:100%;
padding:5px 5px 5px 5px;
float: left;
}
#right {
border:1px solid #CCCCCC;
margin: 0pt 5px 5pt 5px;
max-width:100%;
padding: 5px 5px 5pt 5px;
float: right;
}
#de {
	background: url(de.gif) no-repeat top left ;
	
	
	}
	#it {
	background: url(it.gif) no-repeat top left ;
	
	
	}
	#ar {
	background: url(ar.gif) no-repeat top left ;
	
	
	}
	#tr {
	background: url(tr.gif) no-repeat top left ;	
	}
	#fr {
	background: url(fr.gif) no-repeat top left ;
	
	}
	#en {
	background: url(en.gif) no-repeat top left ;
	
	
	}
	#po {
	background: url(po.gif) no-repeat top left ;
	
	
	}
	#es {
	background: url(es.gif) no-repeat top left ;
	
	
	}
	#cn {
	background: url(cn.gif) no-repeat top left ;
	
	}
	#ru {
	background: url(ru.gif) no-repeat top left ;
	
	
	}
#normal {
border:1px solid #CCCCCC;
margin: 10pt 150px 5pt 10px;
max-width:100%;
padding: 5px 5px 5pt 5px;
float: right;
}

#normal2 {
border:1px solid #CCCCCC;
margin: 10pt 150px 5pt 10px;
max-width:100%;
padding: 5px 5px 5pt 5px;
float: right;
}

ul#error_root_list {
	/* Listenelemente der ungeordnete Liste haben zwar keine Marker...*/
	list-style-type: none;
}

ul#error_root_list li {
	/* ...dafür aber ein Hintergrundbild. */
	background-image: url(exclamation.gif);
	list-style-type: none;
	/* Hintergrundbild darf sich nicht wiederholen */
	background-repeat: no-repeat;
	/* Der innere Abstand in .em-Einheiten sorgt dafür, dass auch bei der Skalierung
                    des Textes Marker links vom Inhaltsblock dargestellt wird. */
	padding-left: 2em;
}