/* 
*	ITALIAN SOUNDTRACKS Stylesheets
*	===============
*	Datei: isound.css
*	Medien: screen
*	Version: 1.0
*	Datum: 09.09.2006 
*	Autor: Edith Vosta 
*/

/*
@import url("base.css");
@import url("baseelements.css");
@import url("header.css");
@import url("main.css");
@import url("footer.css");
@import url("menus.css");
@import url("forms.css");
*/

/* ========== Voreinstellungen ========== */

* {	
	margin:0;				/* Randabstände aller HTML-Elemente auf Null setzen. */
	padding:0; 
	font-size: 100%;		/* Standard Schriftgrösse */
} 
/*
html { 
	height: 100% 
} 
*/

body { 
	text-align: center;		/* IE5/Win - fixt zentrierten Bodyinhalt */
	min-height: 101%;		/* Netscape, Firefox - fixt Scrollbarproblem bei zentriertem Bodyinhalt - funkt nicht überall! */
	position: relative;		/* verhindert Springen positionierter Inhalte nach window resize */ 
	font-size: 100.01%;		/* Opera - fixt Rundungsfehler bei Schriftgrößen sowie Standardformatierungen */

	color: #333;			/* Standard Schriftfarbe */
	background: #FFF; /*#DDE4DD;*/	/* Standard Hintergrundfarbe - nicht ganz weiss #FEFEFE */
	background-color: #FFF; /*#DDE4DD;*/	/* Standard Hintergrundfarbe - nicht ganz weiss #FEFEFE */
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;		/* Standard Schriftarten */

	/*word-wrap: break-word;*/	/* verhindert ... */
}

select, input, textarea {	/* Safari - Schriftgrösse in Formularen */
	font-size: 99% 
}

fieldset, img, a img {		/* Standardrahmen entfernen */
	border: 0; 
	border: none;
}

li, th, td {				/* fixt font size in li, th, td */
	font-size: 100%;
}


/* ========== Basis Klasse für versteckte Informationen ========== */

/* display:none noch nicht einsetzbar, da sonst die Information in älteren Screenreader-Versionen auch nicht zugänglich */

.hide {							
	width: 1px;
	height: 1px;
	position:absolute;
	left: -1000px;
	right: -1000px;
	width: 0px; 
	font-size: 1px;
	line-height: 0px;
	color: #FFF;
}

/* ========== Basis Klassen für ClearFloat ========== */

.clearFloat	{	
	display: block;
	width: 0px;
	height: 0px;
	clear: both;
	float: none;
	visibility: hidden;
}

/* ========== Basis Layout ========== */

#Page {					
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;

	color: #333;				/* Standard Schriftfarbe */
	background-color: #EEEEEE;	/* Hintergrundfarbe - nicht ganz weiss */

	/*min-width: 760px;
	max-width: 1024px;*/
}

/* Page Block - Standardeinstellung */

div.PageContainer {
	width: auto;
	font-size: 80%;
	border-collapse:collapse;

	clear: both;
	float: none;

	margin: 0px auto 0px auto;
	text-align: left;
}

div.HeaderPane {
	width: auto;
	font-size: 100%;
	text-align: center;

	clear: both;
	float: none;
	border: 1px solid white;
}

div.Main
{
	background-image:url("../images/hp_left_neu2.gif");
	text-align: left;
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#EEEEEE; 
	
	clear: both;
	float: none;
	padding-left: 1.3em;
	padding-right: 1.3em;
}


/* 
*	Datei: baseelements.css
*	Funktion: Standard-Stile für alle Elemente
*	Medien: screen
*	Version: 1.0
*	Datum: 09.06.06 
*	Autor: Edith Vosta 
*/

/* ========== Randabstände für alle Blockelemente ========== */

h1 {
  display: block;
  margin: .67em 0;
}

h2 {
  display: block;
  margin: .83em 0;
}

h3 {
  display: block;
  margin: 1em 0;
}

h4 {
  display: block;
  margin: 1.33em 0;
}

h5 {
  display: block;
  margin: 1.67em 0;
}

h6 {
  display: block;
  margin: 2.33em 0;
}

p, dl, multicol, listing, plaintext, xmp, pre {
  display: block;
  margin: 1em 0;
}

ul, menu, dir {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
}

ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0;
}

li {
  display: list-item;
}

ul ul,   ul ol,   ul dir,   ul menu,   ul dl,
ol ul,   ol ol,   ol dir,   ol menu,   ol dl,
dir ul,  dir ol,  dir dir,  dir menu,  dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul,   dl ol,   dl dir,   dl menu,   dl dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  display: block;
  margin-left: 40px;
}

blockquote {
  display: block;
  margin: 1em 40px;
}

blockquote[type=cite] {
  display: block;
  margin: 1em 0px;
  padding-left: 1em;
  border-left: solid;
  border-color: blue;
  border-width: thin;
}

/* ========== Standard-Stile für alle Elemente ========== */

/* Standard www.bka.gv.at */

/* Überschriften */

h1, h2, h3, h4, h5, h6 {
	color: #333; /*#0064CA;*/
}

h1
{
	font-size: 130%;
	font-weight: bold;
	margin-top: 0em;	/* Ausgleich MSIE - Firefox: beides ohne margin-top */
	border: 1px solid #0064CA;
	padding-left: 1em;
	padding-right: 1em;
	padding-top:0.2em;
	padding-bottom: 0.2em;
}

h2
{
	font-size: 115%;
	font-weight: bold;
	border-bottom: 1px solid #0064CA;
}

h3
{
    font-size: 100%;
    font-weight: bold;
}

h4
{
    font-size: 100%;
    font-weight: normal;
	margin: 1em 0;
}

/* ab h5 kein Unterschied zu h3, nicht in Verwendung */
h5
{
    font-size: 100%;
    font-weight: normal;
	margin: 1em 0;
}

h6
{
    font-size: 100%;
    font-weight: normal;
	margin: 1em 0;
}

/* Absätze ua */

p, li, dl
{
    font-size: 100%;
    font-weight: normal;
	line-height: 140%;
}

p
{
    font-size: 100%;
    font-weight: normal;
	line-height: 160%;
}

dt
{
    font-size: 100%;
    font-weight: normal;
    color: #0064CA;
}

pre
{
    font-family: Lucida Console, monospace;
	font-size: 100%;
}

q {
	font-style: italic; 
	font-size: 100%;
	color: #666;
}

q, blockquote p {
	quotes: '\0000BB' '\0000AB' '\00203A' '\002039'
}

/* Abkürzungen und Akronyme */

abbr, acronym  { 
	cursor: help; 
	border-bottom: dashed 1px #333333; 
}

/* HR, Tabellen, Listen */

hr
{
    color: #0064CA; /*#666699; ? */
    height: 1px;
    text-align: center;
	display: block;
}


th, td {
    font-size: 100%;
    font-weight: normal;
}

/* Anmerkung: Listenstile sind noch zu überarbeiten!!! */

ul {
	margin-left:1.2em;
}
ol {
	margin-left:1.9em;
}
/*
ol ul, ul ol {
	margin-left:1.1em;
}
ol ul, ul ol {
	margin-left:1.1em;
}
*/

/*
ul {margin-left:21px;}
ol {margin-left:24px;}
ol ul {margin-left:17px;}
*/
ol ul li
{
    list-style-type: disc;
}

ul li
{
    list-style-type: disc;
}

ul li li
{
    list-style-type: square;
}

ul li li li
{
    list-style-type: circle;
}

ol li, ul ol li
{
    list-style-type: decimal;
}

ol ol li
{
    list-style-type: lower-alpha;
}

ol ol ol li, ul ol ol li, ul ul ol li
{
    list-style-type: lower-roman;
}

/* Standard-Stile für Hyperlinks */

/* Standard-Stile für Hyperlinks */

a:link
{
    color: #333;
    /*color: #0064CA;*/
    text-decoration: underline;
}

a:visited
{
    text-decoration: underline;
    color: #666;
}

a:active
{
    text-decoration: underline;
    color: #333;
}

a:hover
{
    text-decoration: underline;
    color: #000;
	background-color: #DDD;
}


/* Ergänzung der Hyperlinks um Icons zur Kennzeichnung interner und externer Links */
/* funktioniert nicht in MSIE!! */

a[rel="external"]:before {
	content: url('../images/icons/link_extern.gif'); 
	vertical-align: middle; 
	text-decoration: none;
}
a:not[rel="external"]:before {
	content: url('../images/icons/intern_intern.gif'); 
	vertical-align: middle; 
	text-decoration: none;
}
a[rel="internal"]:before {
	content: url('../images/icons/link_intern.gif'); 
	vertical-align: middle; 
	text-decoration: none;
}

/* ========== Standard-Klassen ========== */

span.big {
	font-size: 120%;
}

span.small {
	font-size: 85%;
}


/*
*	Datei: main.css
*	Funktion: Stylesheet für den Inhalt im Hauptbereich (divPage)
*	Medien: screen
*	Version: 1.0
*	Datum: 09.06.06 
*	Autor: Edith Vosta 
*/

/* ========== Standard Main ========== */

div.LeftPane
{
	display: none;

	position: relative;
	width: 13em;
	padding: 0px;
	margin: 0px;
	float: left;
	overflow: hidden;
	border-collapse:collapse;

	/*height: 100%;*/
}

div.ContentPane {

	/*height: 100%;*/
 
	padding: 0em;
	margin-bottom: 1em;
	margin-left: 1em;

	width:100%;
	border:none;
	background-color:transparent;
}

div.AdvertiseBlock {
	display: none;

	width:120px;
	float:right;
}

div.RightPane {
	display: none;
}

div.ContentContainer {
width:46em;float:left;border:1px solid #666;background-color:#FFF;
}

div.ContentPane h2 {
	color: #FFF;
	/*background-color: #0064CA;
	border: 1px solid #0064CA;*/
	background-color: #666;
	border: 1px solid #666;
	margin-top: 0;
	padding-left: 0.8em;
}

div.trackNavi {
	padding-left: 1em;
	line-height: 160%;
	font-weight: bold;
}

div.trackNaviInner {
	margin-bottom:0.2em;
}

div.trackNavi span.selectedPage {
	border: 1px solid #666;
	background-color: #666;
	color: #FFF;
	text-align: center;
	width: 2em;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

div.trackNavi span.linkPage {
	border: 1px solid #666;
	text-align: center;
	width: 2em;
}

span.linkPage a:link, span.linkPage a:active, span.linkPage a:visited {
	background-color: #DDD;
	color: #333;
	width: 100%;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

span.linkPage a:hover  {
	background-color: #333;
	color: #FFF;
	width: 100%;
	padding-left: 0.1em;
	padding-right: 0.1em;
}


div.ContentPane h3 {
	font-size:160%;
	border: 1px solid #666;
	background-color: #666;
	color: #E6A842;
	padding-left:0.5em;
	margin-top: 0.5em;
	margin-bottom: 0em;
}


div.ContentsTable {
	width:14em;
	float:right;
	background:#D9EBFE;
	padding:0.5em;
	margin-left:1em;
	margin-bottom:1em;
}

div.ContentsTable h2 {
	font-weight:bold;
	font-size:100%;
	border:none;
}

div.ContentPiece {
	padding-left:1em;
}

div.ContentPieceImgRight {
float:right;width:60%;margin-left:0.5em;text-align:right;
}

div.ContentPieceBlockLeft {
	width:38%;float:left;
}

div.ContentPiece p {
	margin-top:0.2em;
}

div.ContentPiece h4 {
	border-bottom:1px solid #666;font-weight:bold;margin-bottom:0.2em;
}

div.ContentPieceEndFloat {
padding-left:1em;padding-right:1em;position:static;width:auto;clear:right;
}


div.LabelIndexSmall {
width:8.4em;display:block;float:left;height:13em;margin-left:0em;margin-right:0.4em;overflow:hidden;
}

/* ========== Homepage Header ========== */

div.HeaderPaneHP {
	background-image:url("../images/hp_top_neu2.gif");
	text-align: left;
	height: 70px;
	background-repeat: no-repeat;
	background-color:#666; /*#D75037;*/
}

div.HeaderPaneHP div.serviceNav {
	margin-left: 1.3em;
	padding-top: 0.2em;
	width: 20em;
	font-size: 95%;
}

div.HeaderPaneHP div a.serviceNav {
	padding: 0.1em;
	padding-left: 0.2em;
	padding-right: 0.2em;
	color: #000;
}

div.HeaderPaneHP div a.serviceNav:link, div.HeaderPaneHP div a.serviceNav:visited, div.HeaderPaneHP div a.serviceNav:active {
	text-decoration: none;
	background-color: #F4F4F4;
}

div.HeaderPaneHP div a.serviceNav:hover {
	text-decoration: underline;
	background-color: #BBB;
}


/* ========== Homepage Main ========== */

div.MainPaneHP {
	width: auto;
	background-image:url("../images/hp_left_neu2.gif");
	text-align: left;
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#EEE; 
	padding-top: 3em;
	padding-bottom: 1em;
}


div.MainPaneHPContainer {
	text-align: left;
	width: auto;
	background-color:transparent; 
	margin-left: 145px;
	float: none;
}

div.ContentHP
{
	width: 15em;
	padding: 0em;
	margin-right: 2em;
	float: left;
}

div.ContentHP div {
	width: auto;
	margin-bottom: 1em;
	border: 1px solid #FF6600;
	background: #FEFEFE;
}

div.ContentHP div h2 {
	width: auto;
	color: #FFF;
	background-color: #FF6600;
	margin: 0px;
	padding: 0.2em;
	border: none;
}

div.ContentHP div ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 1px;
}

div.ContentHP div ul li {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FF6600; 
	list-style: none;
	width: 100%;
}

div.ContentHP div li a {
	display:block;
	padding-left: 1.3em;
	padding-right: 0.3em;
	padding-top: 0.1em;
	text-decoration: none;
	width: 100%;
	background-image: url('../images/link_intern.gif');
	background-repeat: no-repeat;
	background-position: 0.1em 0.2em;
	color: #0064CA;
	height:auto;
}

div.ContentHP div li a:link, div.ContentHP div li a:visited, div.ContentHP div li a:active {
	text-decoration: none;
	color: #0064CA;
}

div.ContentHP div li a:hover {
	text-decoration: none;
	background-color: #DDE4DD;
	color: #003399;
}

#primer a:hover, #primer a:focus, #primer a:active {background:#FFE9A6; color:#000}
#navbox {background:#B5CDE0}
#navbox h1 {background-color:#5C93BE; background-image:url(/img/chrome/navicon-navi.gif)}
* html #navbox ul {margin-bottom:0; border:1px solid #B5CDE0}
#navbox li {border-bottom:1px solid #5C93BE; line-height:120%; font-size:.8em}
#navbox a {display:block; height:auto; font-weight:bold; padding: .2em 2px .2em 8px; text-decoration: none}
#navbox a:hover, #navbox a:focus, #navbox a:active, #navbox li a.current {background-color: #D8E8F7}
#navbox li#feedurls {color:#fff; background-color:#5C93BE; padding: 2px 2px 2px 8px; margin-top:-1px}
#navbox li#feedurls a {display:inline; padding:0; color:#fff}
#navbox li#feedurls a:hover, #navbox li#feedurls a:focus, #navbox li#feedurls a:active {color:#333}


/*
*	Datei: footer.css
*	Funktion: Stylesheet für den Fussbereich (divFooter)
*	Medien: screen
*	Version: 1.0
*	Datum: 09.06.06 
*	Autor: Edith Vosta 
*/

div.FooterPane {
	width: auto;
	font-size: 90%;
	text-align: left;

	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-top: 1em;
	padding-left: 15px;
	border-top: 1px solid #666;

	clear: both;
	float: none;
}

div.FooterPane div {
	color: #333;
}

div.FooterPane a:link, div.FooterPane a:visited, div.FooterPane a:active {
	text-decoration: underline;
	color: #333;
}

div.FooterPane a:hover, a:focus {
	text-decoration: underline;
	color: #000;
	background-color: #FFF;
}


/* 
*	BKA Stylesheets
*	===============
*	Datei: menus.css
*	Funktion: Stylesheet für Navigationsblöcke / Menüs
*	Medien: screen
*	Version: 1.0
*	Datum: 09.06.06 
*	Autor: Edith Vosta 
*/

/* ========== RegUser ContentMenu ========== */

div.RegUserContentMenu {	
	text-align: right;
	font-size: 95%;
	margin-top: 1em;
	padding-top: 0em;
	padding-bottom: 0.2em;
	/*border-bottom: 1px solid #666;*/

	z-index: 20;
}

div.RegUserContentMenu ul  {
	display: block; 
	padding: 0px; 
	padding-bottom: 0.2em;
	margin: 0px;
	margin-left: 0em; 
	text-align: right;
}

div.RegUserContentMenu ul li {
	color:#666666;
	display: inline; 
	list-style: none; 
	padding-top: 0.3em;
	padding-left: 2em;
	padding-right: 0.3em;
	padding-bottom: 0.4em;
	margin-right: 0em;
	margin-right: 0.2em;
	
	/*background-image:url('../images/icons/kante.gif');
	background-repeat:no-repeat;*/	
	background-color:#EEEEEE;
}

/* text style for the selected tab */
.SelectedTab
{
	color:#000;
 	font-weight: normal;
	letter-spacing:0px;
}

a.SelectedTab:visited
{
   color:#000;
   text-decoration:none;
}
a.SelectedTab:active
{
   color:#000;
   text-decoration:none;

}
a.SelectedTab:link
{
   color:#000;
   text-decoration:none;

}

a.SelectedTab:hover
{
   color:#000;
   text-decoration: underline;

}

/* text style for the unselected tabs */
.OtherTabs
{
    font-weight: normal;
       letter-spacing:0px;
}

a.OtherTabs:link
{
    text-decoration: none;
    color: #666666;
   
}

a.OtherTabs:visited
{
    text-decoration: none;
    color: #666666;
   
}

a.OtherTabs:active
{
    text-decoration: none;
    color: #cc0000;
    
}

a.OtherTabs:hover
{
    text-decoration: underline;
    color: #666666;
}


/* ========== Navigationsmenus ========== */


div.TopicNavigation {
	width: 100%;
}

div.TopicNavigation h2 {
	font-size: 100%;
	border: 0;
	margin: 0;
	padding:0.1em;
	color: #333; /*#FFF;*/
	background-color: #E6A842;
	padding-left: 0.5em;
}

ul.ulSubMenuNeu  {
	font-size: 95%;
	display: block; 
	width: auto;
	padding: 0px; 
	margin: 0px;
	text-align: left;
	background-color: #FFF; /*#FCFCE2;*/

	margin-bottom: 1em;
	z-index: 20;
}

ul.ulSubMenuNeu li.Level1 {
	display: block; 
	width: auto;
	list-style: none; 
	text-align: left;
	padding-top: 0.2em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #999999;
	background-color: #FFF;
}

ul.ulSubMenuNeu li.Level1selected {
	display: block; 
	width: auto;
	list-style: none; 
	text-align: left;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #999999;

    font-weight: normal;
    text-decoration: none;
	color: #cc0000;
	background-color: #FFFFCC; /*#FBFCC4; */
}

ul.ulSubMenuNeuLevel2  {
	display: block; 
	width: auto;
	padding: 0px; 
	margin: 0px;
	margin-top: 0.1em;
	text-align: center;
	padding-left: 1em;
}

ul.ulSubMenuNeuLevel2 li.Level2 {
	display: block; 
	width: auto;
	list-style: none; 
	text-align: left;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-top: 1px solid #999999;
	background-color: inherit;
}

ul.ulSubMenuNeuLevel2 li.Level2selected {
	display: block; 
	width: auto;
	list-style: none; 
	text-align: left;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-top: 1px solid #999999;

    font-weight: normal;
    text-decoration: none;
	color: #E6A842;

	background-color: #666; /*#EFC75B;*/
}

ul.ulSubMenuNeuLevel3  {
	display: block; 
	width: auto;
	padding: 0px; 
	margin: 0px;
	margin-top: 0.1em;
	text-align: center;
	padding-left: 1em;
}

ul.ulSubMenuNeuLevel3 li.Level3 {
	display: block; 
	width: auto;
	list-style: none; 
	text-align: left;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-top: 1px solid #999999;

}

ul.ulSubMenuNeuLevel3 li.Level3selected {
	display: block; 
	width: auto;
	list-style: none; 
	text-align: left;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-top: 1px solid #999999;

    font-weight: normal;
    text-decoration: none;
	color: #cc0000;

	background-color: #FBFCC4;
}



/* text style for the unselected tabs */
a.OtherSubTabs
{
 	font-weight: normal;
    text-decoration: none;
	display: block;
}

a.OtherSubTabs:link
{
    text-decoration: none;
    color: #333;
	width: 100%;
	background-image: url('../images/icons/item_empty.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	padding-left: 1.3em;
}


a.OtherSubTabs:visited
{
    text-decoration: none;
    color: #333;
	width: 100%;
	background-image: url('../images/icons/item_empty.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	padding-left: 1.3em;
}

a.OtherSubTabs:active
{
    text-decoration: none;
	color:#333;
	width: 100%;

	background-image: url('../images/icons/item_empty.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	padding-left: 1.3em;
}

a.OtherSubTabs:hover
{
    text-decoration: underline;
	color:#000;
	width: 100%;

	background-image: url('../images/icons/item_hover.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	padding-left: 1.3em;
}

/* text style for the selected tab of parent item */
a.OtherSubTabsParent
{
 	font-weight: normal;
    text-decoration: none;
	display: block;
}

a.OtherSubTabsParent:link
{
    text-decoration: none;
    color: #333;
	width: 100%;
	background-image: url('../images/icons/item_parent_selected.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	padding-left: 1.3em;
}


a.OtherSubTabsParent:visited
{
    text-decoration: none;
    color: #333;
	width: 100%;
	background-image: url('../images/icons/item_parent_selected.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	padding-left: 1.3em;
}

a.OtherSubTabsParent:active
{
    text-decoration: none;
	color:#333;
	width: 100%;

	background-image: url('../images/icons/item_parent_selected.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	padding-left: 1.3em;
}

a.OtherSubTabsParent:hover
{
    text-decoration: underline;
	color:#333;
	width: 100%;

	background-image: url('../images/icons/item_parent_selected.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	padding-left: 1.3em;
}

/* hyperlink styles of the selected tabs */

a.OtherSubTabsSelected
{
    font-weight: normal;
    text-decoration: none;
	color: #cc0000;
}

span.OtherSubTabsSelected
{
    font-weight: normal;
    text-decoration: none;
	color: #FFF;
	background-image: url('../images/icons/item_selected.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	padding-left: 1.3em;
}

span.OtherSubTabsParentSelected
{
    text-decoration: none;
    color: #333;
	background-image: url('../images/icons/item_parent_selected.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	padding-left: 1.3em;
}


a.OtherSubTabsSelected:link
{
    text-decoration: none;
    color: #336699;
	width: 100%;

	background-image: url('../images/icons/item_selected.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	padding-left: 1.3em;
}


a.OtherSubTabsSelected:visited
{
    text-decoration: none;
     color: #336699;
	width: 100%;

	background-image: url('../images/icons/item_selected.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	padding-left: 1.3em;
}

a.OtherSubTabsSelected:active
{
    text-decoration: none;
	color:#336699;
	width: 100%;

	background-image: url('../images/icons/item_selected.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	padding-left: 1.3em;
}

a.OtherSubTabsSelected:hover
{
    text-decoration: none;
	color: #336699;
	width: 100%;

	background-image: url('../images/icons/item_selected.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	padding-left: 1.3em;
}


div.ulNavigationHeader {
	font-size: 95%;
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #FFA200; /*#336699;*/
	padding: 0.2em;
}


div.ulMitmachenHeader {
	font-size: 95%;
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #0064CA; /*#336699;*/
	padding: 0.2em;
}

/* hellblau D9EBFE; */

