/*  

  CSS - Datei für Motosat                                                                                      
                                                                                            
  CSS-Steuerdatei                                                                           
  eingebunden mit: <LINK HREF="formate.css" REL="STYLESHEET" TYPE="text/css">               
  anschliessendes folgendes Script: <SCRIPT><!-- @import url(formate.css); //--></SCRIPT>   

*/



/* Einstellungen für den Body und Scrollbar ---------------------- */

BODY 
{
	/*unterdrückt eine leere Scrolleiste im IE*/
	overflow: auto;

	background: #ADADAD;	
	
    font-size: 11px;

    font-family: verdana,arial,helv,helvetica,sans-serif; 


	/*Scrollbar Pfeil im Scrollbar */
	scrollbar-arrow-color: #FFEB00;

	/* Linker Schattenrand */
	scrollbar-base-color: #9C9F9A;
	
	/* Grundfarbe Scrollbar */
	scrollbar-face-color: #9C9F9A;

	/* Gleitfläche und Teile des linken Randes */
	scrollbar-highlight-color: #DUD0C8;

	/* Recher Rand */
	scrollbar-shadow-color: #9C9F9A;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

/* Überschreibt alle Font-Einstellungen !!----------------------- */
/* Hier wichtig um die Datenbankgrösse richtig einzustellen ------ */

font
{ 
      font-size: 11px;
      font-family: verdana,arial,helv,helvetica,sans-serif; 
}

.standardfont
{ 
      font-size: 11px;
      font-family: verdana,arial,helv,helvetica,sans-serif; 
}

.progress 
{
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;	
} 

.progressactive
{
	font-weight:normal;
	color:#FFEF09;
	text-decoration:none;	
	font-weight:bold;
} 


/* Formularfelder INPUT definieren-------------------------------------------*/

.inputtext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;	
}

.warning
{
	color: #C60400;
	font-size: 11px;
	font-weight: bold;
}

/* Generelle Linkbehandlung  ------------------------------------- */

A 
{
	color:#9C9F9A;
	font-weight:normal;
	text-decoration:none;
}

A:link 
{
	color:#9C9F9A;
	font-weight:normal;
	text-decoration:none;	
	
}  
A:visited 
{
	color:#9C9F9A;
	font-weight:normal;
	text-decoration:none;
}  
A:active 
{
	font-weight:normal;
	color:#9C9F9A;
	text-decoration:none;
}  

A:hover 
{
	text-decoration:underline;
	font-weight:normal;
	color:#9C9F9A;
}



/* Tabellenelemente  ---------------------------------------------- */

.description
{
	background: #E6E6E6;
	color: #3DA0B3;
	font-size: 11px;
	font-weight: bold;
}
p
{
	color: #000000;
	font-size: 11px;
	font-family: verdana,arial,helv,helvetica,sans-serif;
	font-weight:normal;
}

td
{
	color: #000000;
	font-size: 11px;
	font-family: verdana,arial,helv,helvetica,sans-serif;
	font-weight:normal;
	padding-bottom:6px;
}


/* Überschriften  ------------------------------------------------- */


/* H1 ist der Reisetitel------------------------------------------- */
h1
{
	color:#3DA0B3;
	font-size: 16px;
	font-family: verdana,arial,helv,helvetica,sans-serif;
	font-weight:bold;
	font-style:none;
   	display:inline;	
}


h2
{
	color:#FFEF09;
	font-size: 12px;
	font-family: verdana,arial,helv,helvetica,sans-serif;
	font-weight:bold;
	font-style:none;
   	display:inline;	
}


/* Zeigt den Plantours Schriftzug unten links an ------------------- */

h4
{
	color:559EB2;
	font-size: 12px;
	font-family: verdana,arial,helv,helvetica,sans-serif;
	font-weight:bold;
	font-style:none;
	font-weight:bold;
   	display:inline;	
}


/* Einstellungen für den Hauptrahmen ------------------------------- */

.hauptrahmen 
{ 
	border-bottom-width: 1px; border-bottom-style: solid;
	border-top-width: 1px; border-top-style: solid; border-left-width: 1px;
	border-left-style: solid; border-right-width: 1px;
	border-right-style: solid; border-color: #FFE901; 
}

.menurahmen 
{ 
	border-bottom-width: 1px; border-bottom-style: solid;
	border-top-width: 1px; border-top-style: solid; border-left-width: 0px;
	border-left-style: solid; border-right-width: 0px;
	border-right-style: solid; border-color: #ffffff; 
}

.menurahmenrechts 
{ 
	border-bottom-width: 1px; border-bottom-style: solid;
	border-top-width: 1px; border-top-style: solid; border-left-width: 0px;
	border-left-style: solid; border-right-width: 0px;
	border-right-style: solid; border-color: #ffffff; 
}


/* Individuelle Seiteneinstellungen --------------------------------- */


/* Graue Farbe auf weissem Hintergrund */

.farbegrau
{
	color: #9C9F9A;
	
}


/* Gelbe Farbe auf grünem Hintergrund */

.farbegelb
{
	font-size: 12px;
	color: #FFEF09;
	font-weight:bold;	
}

.farbegelbkl
{
	font-size: 11px;
	color: #FFEF09;
	font-weight:bold;	
}

/* Rote Farbe für Reisenummer */

.farberotgr
{
	color: #C60400;
	font-size: 12px;
	
}





.submenuleiste
{
	background: #559EB2;
	
}


.mittelteil
{
	background: #ffffff;
	
}

.textbereich
{
	background: #E6E6E6;
	color: #3DA0B3;
	font-size: 11px;
	
}


.fuss
{
	background: #ffffff;
	color:#9C9F9A;
	font-size: 10px;
	font-family: verdana,arial,helv,helvetica,sans-serif;
	font-weight:normal;
}


/* Linkhandling Hauptmenü ------------------------------------------ */

A.hmenu:
{
	font-weight:bold;
	color:#9C9F9A;
	text-decoration:none;	
} 

A.hmenu:link 
{
	font-weight:bold;
	color:#9C9F9A;
	text-decoration:none;	
}  


A.hmenu:visited
{
	font-weight:bold;
	color:#9C9F9A;
	text-decoration:none;
}


A.hmenu:active 
{
	font-weight:bold;
	color:#9C9F9A;
	text-decoration:none;
} 



A.hmenu:hover 
{
	font-weight:bold;
	color:#559EB2;
	text-decoration:none;
}



/* Linkhandling Submenü ------------------------------------------ */

A.smenu:
{
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;	
} 

A.smenu:link 
{
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;	
}  


A.smenu:visited
{
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}


A.smenu:active 
{
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
} 



A.smenu:hover 
{
	font-weight:normal;
	color:#FFEF09;
	text-decoration:none;
}




/* Linkhandling Fussleiste ---------------------------------------- */


A.fuss:link 
{
	font-weight:normal;
	color:#9C9F9A;
	text-decoration:none;	
}  


A.fuss:visited
{
	font-weight:normal;
	color:#9C9F9A;
	text-decoration:none;
}


A.fuss:active 
{
	font-weight:normal;
	color:#9C9F9A;
	text-decoration:none;
} 



A.fuss:hover 
{
	font-weight:normal;
	color:#9C9F9A;
	text-decoration:underline;
}

