/* ALLGEMEINE FORMATIERUNGEN */

/* Letzte Änderung am 08.05.2006/GG - Zusätzlich werden alle Klassen in Kleinbuchstaben definiert - nach HTML 4.01 Standard */
/* 08.05.2006 /GG Änderung der Klasse orderby (width 100% gestrichen, display:block hinzugefügt */
/* Überdefinierung der Standardtags */
/* 17.07.2006/GL */
/* class= Kalender-button            */
/* Überdefinition von th - damit es linksbündig ist */
/* info-zurueckweisung */
/* header, content und aktionszeile divs für die Strukturierung */
/* Definition von aktionsbuttons (kurz und lang )                  */
/* Änderung am 22.02.2007:GL */
/* - Änderung der Hinweis, Warnungs und Fehlertexte (Formatierung und Symbol) */
/* -        neue Klasse information mit einer Grafik
/* - Kalender-button , die Grafik wurde im IE bisher nicht angezeigt */
/* - Header: Verbreiterung des linken Bereiches von 150 auf 200px ausserdem soll nicht mehr id=header sondern headerappl */
/*           verwendet werden, da header im Konflikt mit Obtree kommen kann */
/* - neue Klassen: headerappl-home, headerappl-kontakt und headerappl-hilfe für die rechte Seite mit Symbol */
/* - neue Klassen: meldungsblock und meldungstext - für die Positionierung der Meldungen unterhalb des headerappls */
/* - Umbennenung der Klasse .button auf .knopf, da button eigentlich ein reserviertes Wort ist */
/* Änderung am 14.3.2007:GL */
/* Erweiterung der "Meldungsklassen":  */
/* Änderung am 22.03.2007:GL */
/* Bei den Tabs die "Rundung der Ecken" unter Kommentar, Margin-right von headermitte auf von 80 px auf 200px erhöht, */
/* danit der Text in headermitte wieder wirklich zentriert ist */ 
/* Änderung am 2.4.2007:GL */
/* In der id=aktionsleiste ändert sich beim Klick auf den Link mit der Klasse knopf der Rand nicht */
/* Ausserhalb der aktionsleiste schaut der "active"-Zustand aus wie ein "gedrückter" knopf dh. die Ränder ändern sich */
/* Änderung am 23.4.2007:GL */
/* Werte in Tabellenzellen mit der Klasse .zahl können nicht mehr Zeilen-umgebrochen werden (vorher war das zwischen  */
/* Minus und erster Ziffer möglich) */
/* Änderung am  5.9.2007:GL */
/* Entfernung der Breitenangabe width=100% bei dem Block Hinweistexte und Meldungen   */
/* wenn der Text zu lange ist wird das definierte padding dazugezählt und damit erreicht die Breite mehr als 100 %  */
/* zumindest im IE; unten kommt ein Rollbalken der aber leicht übersehen wird. es wirkt dann so, als ob der Text   */
/* abgeschnitten wäre.  */

/*body	
{
	margin: 0;
	background: #EFF0EB;
	color: #000000;
  font-size:70%;
	font-family: tahoma,arial,verdana;
}
*/

a:link {
	color: #0055AA;
	text-decoration: none;
	}
a:visited {
	color: #0055AA;
	text-decoration: none;
	}
a:active {
	color: #993399;
	text-decoration: none;
		}
	
a:hover {
	color: #0055AA;
	text-decoration: underline;
	}	
	
a.menu:link {
	color: #000000;
	text-decoration: none;
	}

a.menu:visited {
	color: #000000;
	text-decoration: none;
	}

a.menu:active {
	color: #000000;
	text-decoration: none;
		}	
a.menu:hover {
	color: #000000;
	text-decoration: none;
	}			


a.orderby:link {
	color:#000000;
	text-decoration:none;
	display:block;
	width:100%;
}

a.orderby:visited {
	color:#000000;
	text-decoration:none;
	display:block;
	width:100%;
}

a.orderby:active {
	color:#000000;
	text-decoration:none;
	display:block;
	width:100%;
}

a.orderby:hover {
	color:#000000;
	text-decoration:none;
	display:block;
	width:100%;
}

/*div {
	font-size: 100%;
	font-family: tahoma,arial,verdana;
}
*/


ul {
	font-family: tahoma,arial,verdana;
	margin: 15px 0 15px 10px;
	padding-left: 20px;
	list-style-image: url(css-grafiken/g_list_default.gif); 
}

ul.pfeil {
	font-size: 100%;
	margin-left: 15px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-image: url(css-grafiken/g_list_pfeil.gif);
}	
	
li.pfeil {
	font-size: 100%;
	font-family: tahoma,arial,verdana;
	padding-left: 5px;
	padding-bottom: 1px;
	list-style-image: url(css-grafiken/g_list_pfeil.gif);
}

hr
{
	color: #DDDADA;
  background-color: #DDDADA;
	height: 2px;
}

/*AG: neu definiert für neuen Internet-CSS */
h1
{

	font-family: 'WalbaumFSBook','Times New Roman',Times, serif;
    font-size: 2.167em !important;
	padding: 0 0 0 0 !important;
    color: #282828;
    font-weight: normal;
	_margin: 0.8em 0 0 0;
	line-height: 1.1;
}

h2
{
	padding-top: 5px;
	padding-bottom: 5px;
	font: bold 100% tahoma,arial,verdana;
	
}

p	{
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}	



	

/* TABELLENDefinition */

table
{
	font-size: 100%;
}


/* Allgemeine Formatierungen */
/* Tabellenformatierungen  - Überschrift - Gerade Zeile, Ungerade Zeile */
/* Kann bei Verwendung von th bei allen Tabellen gelöscht werden */
.table-ueberschrift
{
	font-size: 100%;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	background: #DDDADA;
	color: #000000;
}
/* Kann bei Verwendung von th bei allen Tabellen gelöscht werden */
.table-ueberschrift2
{
	font-size: 100%;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	background: #F0F0EB;
	color: #000000;
	
}

.Gerade
{
	font-size: 100%;
    font-weight: normal; 
	background-color: #F5F6F3 !important;
	border-color: #F5F6F3 !important;
	border: 0px !important;
   
}
.gerade
{

font-size: 100%;
    font-weight: normal; 
	background-color: #F5F6F3 !important;
	border-color: #EFD4A9 !important;
    border: 0px !important;
	padding: 0 !important;
}

.Ungerade
{
   	font-size: 100%;
    font-weight: normal; 
   	background-color: #FFFFFF;
}
.ungerade
{
   	font-size: 100%;
    font-weight: normal; 
   	background-color: #FFFFFF;
		background-image: none;
		color: #000000;
}

/***************** NEU 17.07.2006/GL ***********************/
th
{
 	text-align:left;
 	font-size: 100%;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	background: #DDDADA;
	color: #000000;
}
/****************** Ende NEu 17.07.2006/GL*******************************/

tfoot
{
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	background: #DDDADA;
	color: #000000;
}

.table-fusszeile
{
	font-size: 100%;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	background: #DDDADA;
	color: #000000;
}

td.orderby_NICHT {
	font-weight: bold;
	background:url(https://www.salzburg.gv.at/css-grafiken/g_sort_nicht.gif) no-repeat  #DDDADA;
/*	background-position: right 50%;  */
	background-position: right center; 
	min-height: 21px;
	color: #000000;
	
	
}

td.orderby_nicht{
	font-weight: bold;
	background:url(https://www.salzburg.gv.at/css-grafiken/g_sort_nicht.gif) no-repeat  #DDDADA;
/*	background-position: right 50%;  */
	background-position: right center; 
	min-height: 21px;
	color: #000000;
}
th.orderby_nicht{
	font-weight: bold;
	background:url(https://www.salzburg.gv.at/css-grafiken/g_sort_nicht.gif) no-repeat  #DDDADA;
/*	background-position: right 50%; */ 
	background-position: right center;
	min-height: 21px;
	text-align: left;
	color: #000000;
	
}



td.orderby_AZ {
	font-weight: bold;
	background:url(https://www.salzburg.gv.at/css-grafiken/g_sort_az.gif) no-repeat  #DDDADA;
/*	background-position: right 50%;  */
	background-position: right center; 
	min-height: 21px;
	color: #000000;
}


td.orderby_az {
	font-weight: bold;
	background:url(https://www.salzburg.gv.at/css-grafiken/g_sort_az.gif) no-repeat  #DDDADA;
/*	background-position: right 50%;  */
	background-position: right center; 
	min-height: 21px;
  color: #000000;
}
th.orderby_az {
	font-weight: bold;
	background:url(https://www.salzburg.gv.at/css-grafiken/g_sort_az.gif) no-repeat  #DDDADA;
/* 	background-position: right 50%; */ 
  background-position: right center;
	min-height: 21px;
	text-align: left;
	color: #000000;
}



td.orderby_ZA {
	font-weight: bold;
	background:url(https://www.salzburg.gv.at/css-grafiken/g_sort_za.gif) no-repeat  #DDDADA;
/* 	background-position: right 50%; */
	background-position: right center; 
	min-height: 21px;
	color: #000000;
}

td.orderby_za{
	font-weight: bold;
	background:url(https://www.salzburg.gv.at/css-grafiken/g_sort_za.gif) no-repeat  #DDDADA;
/*	background-position: right 50%; */
	background-position: right center; 
	min-height: 21px;
	color: #000000;
}
th.orderby_za{
	font-weight: bold;
	background:url(https://www.salzburg.gv.at/css-grafiken/g_sort_za.gif) no-repeat  #DDDADA;
/*	background-position: right 50%; */
		background-position: right center; 
	min-height: 21px;
  text-align: left;
	color: #000000;
}

/*** AG 20.1.2012: Definition der Spaltenbreite für Medientermine - Terminübersicht ***/
.daten-beschriftung2
{
	min-width: 120px;
}


/* Elemente im Content */
/* Alternative Ueberschrift - ohne Balken ist das  h1-Tag  */
.ueberschrift
{
	width: 100%;
	font-weight: bold !important;
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #000000;

	/*padding-top: 7px;*/
/*	background: #DDDADA;*/
/*	text-align: center;*/
	
}

/* Alternative Unter -Ueberschrift - ohne Balken ist das  h2-Tag */
.unter-ueberschrift
{	
	background: #DDDADA;
	font-size: 100%;
/*	line-height: 21px; */
  line-height: 150%;
	font-weight: bold;
  padding: 5px;
	color: #000000;
}
/* NEU - GL/27.11.2006 - für Sportweb */

.ueberschrift-links
{
	padding-top: 7px;
	padding-bottom: 7px;
	font: bold 13px tahoma,arial,verdana;
	line-height: 20px;
}

.text
{
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
  font-weight: normal; 
}

.einrueckung {
	padding-left: 5px;
	padding-right: 5px; 
}


/* Für die Auswahl der Hintergrundfarbe bei Listenauswahlfeldern */
.select_color
{
 font-size: 100%; 
	font-family: tahoma,arial,verdana;
	background-color: #F5F6F3;
	width: 200px;
}


/* Formatierung der Formular-Elemente */
form, input, button, select, textarea
{
	font-size: 100%;
  	font-weight: normal;
	font-family: tahoma,arial,verdana;
}
/*************** NEU 17.07.2006/GL *****************/

.form-sachgebietsanzeige {
  margin:0px;
}
/*********  Ende Neu 17.07.2006/GL ***************/
/* Enstanden aus dem Projekt Intranet-Neu */
.submit10
{
    background: url(https://www.salzburg.gv.at/css-grafiken/g_submit10.gif);
    width: 18px;
    height: 18px;
    margin: 0px;
    border: solid 1px #005AA5;
		/* abgerundete Ecken */
 /*   -moz-border-radius:4px; */
    border-radius:4px;
}
.submit10:hover
{
    background: url(https://www.salzburg.gv.at/css-grafiken/g_submit10.gif);
    border: solid 1px #D9901A;
}
.submit10:active
{
    background: url(https://www.salzburg.gv.at/css-grafiken/g_submit10.gif);
    border: groove 2px #000000;
}
.submit10:focus
{
    background: url(https://www.salzburg.gv.at/css-grafiken/g_submit10.gif);
    border: groove 2px #000000;
}

/*  ----- ENDE NEU aus Kundenportal --- */
.kopfblock
{
    background-color: #F5F6F3;
    border: #EEEEEE 2px outset;
	margin: 5px 0 5px 0;
	padding: 10px 10px 10px 10px;
    font-size: 100%;
}




.listenblock
{
 /* background-color: #F0F0EB; */
   	/*background-color: #F5F6F3;*/
    border: silver 1px solid;
		margin: 0;
		padding: 2px;
    font-size: 100%;
	/*	clear:both; */
}

.daten-beschriftung
{
	font-size: 100%;
	font-weight: bold;
	 	text-align: right;
}

.daten-text 
{
  font-size: 100%;
	font-weight: normal;
}
.daten-anzeige
{
    border: silver thin inset;
    font-weight: normal;
    font-size: 100%;
  	line-height: 16px;
  	padding: 1px 5px 1px 5px;
  	margin: 2px 0 2px 0;
}

.Zahl {
	 font-size: 100%;
	 text-align: right
	}

.zahl {
	 font-size: 100%;
	 text-align: right;
	 white-space: nowrap;
	}
.formular-text
{
	font-size: 100%;
	font-weight: bold;
	text-align: right;
}



/* Hinweistexte und Meldungen */

.hinweis-text
{
	font-size: 100%;
  color: #990000;
	font-weight: normal;
	line-height: 20px;
/* Neu aus der Klasse meldungsblock und meldungstext */	
  background-color: #E5E3E3;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.meldungstext-warnung
{
	font-size: 100%;
	line-height: 20px;
  font-weight:bold;
	background:url(https://www.salzburg.gv.at/css-grafiken/g_warnung.gif) no-repeat ;
	background-position:10px 5px;  
  display:block; 
	/* Neu aus der Klasse meldungsblock und meldungstext */	
  background-color: #E5E3E3; 
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;

}


.meldungstext-positiv
{  
	font-size: 100%;
	line-height: 20px;
	vertical-align: middle;
	color: #009966;
	background:url(https://www.salzburg.gv.at/css-grafiken/g_ok.gif) no-repeat ;
	background-position:10px 5px;
	display:block;  
	/* Neu aus der Klasse meldungsblock und meldungstext */	
  background-color: #E5E3E3; 
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}










.meldungstext-negativ
{
	font-weight: bolder;
	font-size: 120%;
	line-height: 20px;
	color: #C60101; 
	background:url(https://www.salzburg.gv.at/css-grafiken/g_error.gif) no-repeat ;
	background-position:10px 5px; 
	display:block; 
	/* Neu aus der Klasse meldungsblock und meldungstext */	
  background-color: #E5E3E3;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;

}

.information
{  
	font-size: 100%;
	line-height: 20px; 
	vertical-align: middle;
	background:url(https://www.salzburg.gv.at/css-grafiken/g_information.gif) no-repeat ;
	background-position:10px 3px;    
	display:block;		
	/* Neu aus der Klasse meldungsblock und meldungstext */	
  background-color: #E5E3E3;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;

}
/* Ende Meldungstexte und Hinweisblöcke */

.menue-ueberschrift
{
    font-size: 100%;
	  line-height: 20px;
    font-weight: bold;
    vertical-align: middle;
}
.menue-text
{
  font-size: 100%;
	font-weight: normal;
	line-height: 18px;
}


/* Formatierungen für die Aktionszeile */
/* Oben */

@media print
{
  #Menue1
  {
    display:none;
  }
	#menue1
  {
    display:none;
  }
	
	
}
@media screen, projection, handheld
{
  #Menue1
  {
    padding-left: 15px;
    background-color: #F5F5F5;
    border-bottom: thin outset;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 1000;
  }
	#menue1
  {
    padding-left: 15px;
    background-color: #F5F5F5;
    border-bottom: thin outset;
    width:  100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 1000;
  }
}


.Menue1
{
    margin-bottom: 2px;
    margin-top:2px;
}

.menue1
{
    margin-bottom: 2px;
    margin-top:2px;
}


/* Unten */

@media print
{
  #Menue2
  {
    display:none;
  }

	#menue2
  {
    display:none;
  }
}
@media screen, projection, handheld, tv
{
  #Menue2
  {
    padding-left: 15px;
    background-color: #F5F5F5;
    border-top:thin outset;
    width: 100%;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 1000;
  }

	#menue2
  {
    padding-left: 15px;
    background-color: #F5F5F5;
    border-top: thin outset;
    width: 100%;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 1000;
  }
}


.Menue2
{
		margin-bottom: 2px;
    margin-top:2px;
}

.menue2
{
 		margin-bottom: 2px;
    margin-top:2px;
}


@media print
{
    .NoPrint { display:none; }
    #NoPrint { display:none; }
    .noprint { display:none; }
}
@media screen, handheld, projection, tv
{
    .NoDisplay { display:none; }
    #NoDisplay { display:none; }

	.nodisplay { display:none; }
}

/******************************************/
/* Definition der Tabs                    */
/******************************************/

/* Allgemein gueltige Definitionen        */

#menu_tab_container {
	background: #EEEEEE;
	padding: 0;
	margin: 0;
	clear:both;
}
#menu_tab_container a {
	display: block;
	float: left;
  white-space: nowrap;
	background: #F5F5F5;
	text-decoration: none;
	color: #000000;
	
}


/* Definitionen der oberen (Haupt-) Tabs       */

#menu_tab_container a.menu_tab {
	border: solid 1px #D2D2D2; 
	border-bottom: none 0px #FFFFFF; 
	padding: 4px 9px 6px 9px;
	margin: 4px -1px 0 0;
	
}
#menu_tab_container a.menu_tab_aktiv {
	border: solid 1px #D2D2D2; 
	border-bottom: none 0px #FFFFFF; 
	padding: 7px 9px 7px 9px;
	margin: 0 -1px 0 0;
/*	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px; */
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	background: #E6E6E6;
	font-weight:bold;  
	
}
#menu_tab_container a.menu_tab:hover {
    padding-top: 3px;
    margin-top: 3px;
    border-top: solid 3px #D9901A;
		color: #000000;
		background: #FFFFFF;
	
}
#menu_tab_container a.menu_tab_aktiv:hover {
    padding-top: 5px;
    border-top: solid 3px #D9901A;
	
}


#menu_tab_container a.menu_tab_inaktiv{
	border: solid 1px #D2D2D2; 
	border-bottom: none 0px #FFFFFF; 
	padding: 4px 9px 6px 9px;
	margin: 4px -1px 0 0;
	color: graytext;
	cursor:text;
}




/* Definitionen der unteren (Sub-) Tabs       */

#menu_tab_container a.menu_tab_sub {
	border: solid 1px #D2D2D2; 
	border-bottom: none 0px #FFFFFF; 
	margin: -1px 0 0 6px;
	padding: 1px 7px 2px 7px;
	
}
#menu_tab_container a.menu_tab_sub_aktiv {
	background: #E6E6E6;
	border: solid 1px #D2D2D2; 
	border-bottom: none 0px #FFFFFF; 
	margin: -4px 0 0 6px;
	padding: 3px 7px 3px 7px;
/*	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px; */
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	font-weight:bold; 
	
}
#menu_tab_container a.menu_tab_sub:hover {
  padding-top: 0px;
  border-top: solid 2px #D9901A;
	color: #000000;
	background: #FFFFFF;
	
}
#menu_tab_container a.menu_tab_sub_aktiv:hover {
    padding-top: 2px;
    border-top: solid 2px #D9901A;
}

/************************ NEU 17.07.2006 *****************************/
/* style fuer Kalender */
.kalender-button {
  	background-image:url(https://www.salzburg.gv.at/css-grafiken/symbol_calender.gif);
	background-repeat: no-repeat;
    background-position: center;		
  	border-left:solid 1px #FFFFFF;
  	border-top:solid 1px #FFFFFF;
  	border-right:solid 1px #666460;
  	border-bottom:solid 1px #666460;
	color: #CCCCCC;
	width: 20px;
	height: 20px;
}

/* Spezieller Style fuer SuggestListCtrl */
.ac_suggestlist {
	background-image: url('https://www.salzburg.gv.at/css-grafiken/symbol_suggestlist.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}
/* Spezieller Style fuer AutoComplete Benutzerauswahl */
.ac_user {
	background-image: url('https://www.salzburg.gv.at/css-grafiken/symbol_user.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}
/* Spezieller Style fuer AutoComplete PLZauswahl */
.ac_postleitzahl {
    background-image: url('https://www.salzburg.gv.at/css-grafiken/symbol_postleitzahl.gif');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 16px;
}
/* Spezieller Style fuer AutoComplete PLZauswahl */
.ac_dienststelle {
    background-image: url('https://www.salzburg.gv.at/css-grafiken/symbol_dienststelle.gif');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 16px;
}
/* Allgemeiner Style fuer AutoComplete*/
.ac_results {
	padding: 0;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background-image: url('https://www.salzburg.gv.at/css-grafiken/symbol_loading.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/*********************    NEU  17.07.2006/GL        *********************************************/
/* Definition der Elemente für den Header der Seite                                             */
/************************************************************************************************/

#headerappl {
	background-color: #DDDADA; 
	overflow: auto;
	width:100%;
	height: 30px;
}


#headerlinks{ 
  width: 200px;
	float: left;
	padding: 5px 5px 5px 5px; 
}

#headerrechts {
  float:right;
  min-width: 80px;
  max-width: 200px;
  padding: 5px 5px 5px 0px; 
	
}
#headermitte {
	line-height: 25px;
  margin-top:3px;  
  margin-bottom:0px;  
  margin-left:200px;  
  margin-right: 200px;
	text-align: center;
}

#headerdialog {
	background-color: #DDDADA;
	width:100%;
	line-height: 25px;
	padding: 5px 0px 0px 0px; 
	text-align: center;

}

.headerappl-home
{
	font-size: 100%;
	line-height: 20px;
	padding-left:23px;
	padding-top:3px;  
	background:url(https://www.salzburg.gv.at/css-grafiken/g_home_icon.gif) no-repeat ;
  background-position:0px 0px;  
}
.headerappl-kontakt
{
	font-size: 100%;
	line-height: 20px;
	padding-left:23px;
	padding-top:3px; 
	background:url(https://www.salzburg.gv.at/css-grafiken/g_briefumschlag.gif) no-repeat ;
  background-position:0px 0px;  
}

.headerappl-hilfe
{
	font-size: 100%;
	line-height: 20px;
	padding-left:23px;
	padding-top:3px;  
	background:url(https://www.salzburg.gv.at/css-grafiken/g_onlinehilfe.gif) no-repeat ;
  background-position:0px 0px;  
}


/* Aktionsleiste befindet sich  unterhalb des Headers und beinhaltet die Aktionsbuttons */

#aktionsleiste {
 /*  float:left; */ 
	 clear:left; 
	 margin-top: 3px;
	 margin-bottom: 3px;
	 min-height: 20px; 
}

/* ID für den Content - dieser kann in sich wieder strukturiert werden */
#content_container {
   clear:both;
	 margin-top:3px;
	 }
	
	
/* Definition des Designs für die Buttons die alle Aktivitäten in den Applikationen darstellen - kurze Version  */
/* In den Applikationen wird dann ein css mit der Breitendefinition dazugestellt */

  
  .knopf {
    float:left;
    display:block;
  	background-image:url(https://www.salzburg.gv.at/css-grafiken/bt_bg.gif);
  	padding: 2px 5px 2px 5px;
  	border-left:solid 1px #FFFFFF;
  	border-top:solid 1px #FFFFFF;
  	border-right:solid 1px #666460;
  	border-bottom:solid 1px #666460;
  	text-decoration: none;
  	color: #000000;
		
  }

  a.knopf:link,  a.knopf:visited {
    float:left;
    display:block;
  	background-image:url(https://www.salzburg.gv.at/css-grafiken/bt_bg.gif);
  	padding: 2px 5px 2px 5px;
  	border-left:solid 1px #FFFFFF;
  	border-top:solid 1px #FFFFFF;
  	border-right:solid 1px #666460;
  	border-bottom:solid 1px #666460;
  	text-decoration: none;
  	color: #000000;
  }
  a.knopf:focus {
    float:left;
	  display:block;
  	background-image:url(https://www.salzburg.gv.at/css-grafiken/bt_bg.gif);
  	padding: 2px 5px 2px 5px;
  	border-left:solid 1px #666460;
  	border-top:solid 1px #666460;
  	border-right:solid 1px #666460;
  	border-bottom:solid 1px #666460;
  	text-decoration: none;
  	color: #000000;
  }
  a.knopf:hover {
    float:left;
    display:block;
  	background-image:url(https://www.salzburg.gv.at/css-grafiken/bt_bg_mouseover.gif);
  	padding: 2px 5px 2px 5px;
  	border-left:solid 1px #FFFFFF;
  	border-top:solid 1px #FFFFFF;
  	border-right:solid 1px #666460;
  	border-bottom:solid 1px #666460;
  	text-decoration: none;
  	color: #000000;
  }
  a.knopf:active {
    float:left;
    display:block;
  	background-image:url(https://www.salzburg.gv.at/css-grafiken/bt_bg.gif);
  	padding: 2px 5px 2px 5px;
  	border-left:solid 1px #666460;
  	border-top:solid 1px #666460;
  	border-right:solid 1px #FFFFFF;
  	border-bottom:solid 1px #FFFFFF;
  	text-decoration: none;
  	color: #000000;
  }
	
/* Definition des Designs für die Buttons die alle Aktivitäten in den Applikationen darstellen  */
/* In den Applikationen wird dann - wenn notwendig - ein css mit der Breitendefinition dazugestellt */
/* kann hoffentlich bald gelöscht werden */

  .button {
    float:left;
    display:block;
  	background-image:url(css-grafiken/bt_bg.gif);
  	padding: 2px 5px 2px 5px;
  	border-left:solid 1px #FFFFFF;
  	border-top:solid 1px #FFFFFF;
  	border-right:solid 1px #666460;
  	border-bottom:solid 1px #666460;
  	text-decoration: none;
  	color: #000000;
  }

  a.button:link {
    float:left;
    display:block;
  	background-image:url(css-grafiken/bt_bg.gif);
  	padding: 2px 5px 2px 5px;
  	border-left:solid 1px #FFFFFF;
  	border-top:solid 1px #FFFFFF;
  	border-right:solid 1px #666460;
  	border-bottom:solid 1px #666460;
  	text-decoration: none;
  	color: #000000;
  }
  a.button:visited {
    float:left;
    display:block;
  	background-image:url(css-grafiken/bt_bg.gif);
  	padding: 2px 5px 2px 5px;
  	border-left:solid 1px #FFFFFF;
  	border-top:solid 1px #FFFFFF;
  	border-right:solid 1px #666460;
  	border-bottom:solid 1px #666460;
  	text-decoration: none;
  	color: #000000;
  }
  a.button:focus {
    float:left;
	  display:block;
  	background-image:url(css-grafiken/bt_bg.gif);
  	padding: 2px 5px 2px 5px;
  	border-left:solid 1px #666460;
  	border-top:solid 1px #666460;
  	border-right:solid 1px #666460;
  	border-bottom:solid 1px #666460;
  	text-decoration: none;
  	color: #000000;
  }
  a.button:hover {
    float:left;
    display:block;
  	background-image:url(css-grafiken/bt_bg_mouseover.gif);
  	padding: 2px 5px 2px 5px;
  	border-left:solid 1px #FFFFFF;
  	border-top:solid 1px #FFFFFF;
  	border-right:solid 1px #666460;
  	border-bottom:solid 1px #666460;
  	text-decoration: none;
  	color: #000000;
  }
  a.button:active {
    float:left;
    display:block;
  	background-image:url(css-grafiken/bt_bg.gif);
  	padding: 2px 5px 2px 5px;
  	border-left:solid 1px #666460;
  	border-top:solid 1px #666460;
  	border-right:solid 1px #FFFFFF;
  	border-bottom:solid 1px #FFFFFF;
  	text-decoration: none;
  	color: #000000;
  }
	
	
	
	
	
	
	
	/*********************   ENDE NEU  17.07.2006/GL        *********************************************/