/*

//
// +--------------------------------------------------------------------------+
// | Projekt:    Tourist Info                                                 |
// +--------------------------------------------------------------------------+
// | Datei/File: media.css                                                    |
// |                                                                          |
// | Aufruf von: header.php                                                   |
// | Called by:                                                               |
// |                                                                          |
// | Funktion:   Stylesheet für Tourist Info  .                               |
// +--------------------------------------------------------------------------+
// +--------------------------------------------------------------------------+
// | Obige Zeilen dürfen nicht entfernt werden!    Do not remove above lines! |
// +--------------------------------------------------------------------------+
*/


/*
** Standardeinstellung
** Standard values
*/

 input,textarea, select {
border : 1px solid #0000BF;
background-color : #F7F2D8;
color : black;
font-size : 1.1em;
font-weight : regular;
color : #0000A0;}



body {
  margin: 1;
  color: #000000;
  background-color : #FFFFFF;
  background-image: url(./images/logos/);
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 9pt;
  text-decoration: none;

}

a:link, a:visited, a:active {
  color: #000080;
  font-family: Verdana, Arial, sans-serif;
  font-weight: regular;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

/*
** Error Message
*/
.error {
  color: #ff0000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;

}


/*
** Welcome Message
*/
.home {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;

}

/*
** BoxHeader
*/
.boxheader {
  color: #000000;
  background-color:#83b31f;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: regular;
  text-decoration: none;
}

/*
** Boxinhalt
** Box content
*/
.box {
  color: #000000;
  background-color:#F9EFBB ;
  border-color: #0060FF;
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: regular;
  text-decoration: none;
}

.boxnav {
  color: #000080;
  background-color:#E6E5DD ;
  border-color: #0060FF;
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: regular;
  text-decoration: none;
}

/*
** Boxinhalt
** Mittelteil Hauptseite
*/
.tdmain {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  text-decoration: none;
}

/*
** Company Info
*/
.compinfo {
  color: #000080;
  background-color: #E6E5DD;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
   border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
}

/*
** Überschriften
** Headlines
*/
.headline {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13pt;
  font-weight: bold;
  text-decoration: none;
}

/*
** Standardtext in Tabellen
** Standard text in tables
*/
.desc {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
}

/*
** Kleine Schrift in Tabellen
** Small text in tables
*/
.descsmall {
  color: #0000BF;
  background-color: ;
  font-family: Verdana, Arial, sans-serif;
  font-size: 7pt;
  text-decoration: none;
}

/*
** Spezialpreis, Special-Flag gesetzt
** Special price, special-flag set
*/
.special {
  color: #ff0000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

/*
** Dateneingabe
** Data-input
*/
.account {
  color: #000000;
  background-color: #ff0000;
  text-decoration: none;
}

/*
** Umrandung der Tables
** Table border
*/
.tableborder {
  border-color: #0000FF;
  border-style: solid;
  border-width: 1px;
  background-image: url(./images/icons/);
}

/*
** Header mit Firmenlogo
** header with company logo
*/
.header {
  color: #900050;
  background-image: url(./images/icons/top.jpg);
  border-color: #00BF00;
  border-style: solid;
  border-width: 0px;
}

/*
** Gesamt-Navigationsleiste
** Complete navigation bar
*/
.navigation {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

/*
** Obere Navigationsleiste
** Upper navigation bar
*/
.navi1 {
  color: #900050;
  background-image: url(./images/logos/top_nav_bg.gif);
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

/*
** Untere Navigationsleiste
** Lower navigation bar
*/
.navi2 {
  color: #900050;
  background-color: #E6E5DD;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

/*
** Footer oben
** Upper footer part
*/
.footer1 {
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
}

/*
** Footer mitte
** Middle footer part
*/
.footer2 {
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: none;
  border-color: skyblue;
  border-style: solid;
  border-width: 1px;
}

/*
** Footer unten
** Lower footer part
*/
..footer3 {
  color: #000000;
  background-color: #E6E5DD;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 7pt;
  border-bottom: #0000DF 1px dotted;
  border-top: #0000DF 1px dotted;
}

/*
** Footer unten
** Lower footer part
*/
..frei {
  color: #000000;
  background-color: #C0FF00;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 7pt;
  border-bottom: #0000DF 1px dotted;
  border-top: #0000DF 1px dotted;
}

/*
** Info HTML-Seiten
** Info HTML-pages
*/
.info {
  color: #000000;
  background-color: #E6E5DD;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  text-decoration: none;
  border-color: #0000DF;
  border-style: solid;
  border-width: 0px;
}

 allg {
  color: #000000;
  background-color: #E6E5DD;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  text-decoration: none;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
}