/* Frset Styles und Classes*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Body Style für main.php *
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*body { behavior: url("http://host14.ssl-net.net/konzeptra_at/vorlage/csshover3.htc"); }*/

* {
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, Helvetica, sans-serif;
}

body.FrsetMain {
  /*background: #FFFFFF url(images/frset_main_bggraphix01.gif) no-repeat right bottom fixed;*/
}

#Main {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 771px;
  max-width: 771px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body.FrsetTop { /* Body class für top.php */
}

body.FrsetBlank01 { /* Body class für blank.php */
	background: #FFFFFF url(images/images/frset_blank01_bggraphix01.gif) right top repeat-y;
}

body.FrsetBlank02 { /* Body class für blank.php */
	background: #FFFFFF url(images/images/frset_blank02_bggraphix01.gif) left top repeat-y;
}

body.FrsetBottom { /* Body class für bottom.php */
	border-top: 2px solid #D9D400;
	background: #FFFFFF;
}




/* Main Styles *
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* main.php*/
table.News {
	width: 350px;
	height: 90px;
	font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;	
	background: #ededed;
}
.news_img {
	width: 90px;
	height: 110px;
}

.news_img img {
	margin: 10px;	
}
.news_td {
	width: 230px;
	height: 90px;
	padding: 0px 10px 0px 0px;
}
.news_td, .news_td font {
	font-size: 11px;
    line-height: 15px;
    font-family: Tahoma, Geneva, sans-serif;
	color: #003846;
}
.news_header, .news_header font {
	width: 230px;
	height: 20px;
	padding: 5px 10px 0px 0px;
	font-size: 11px;
    line-height: 20px;
    font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #bdb900;
    vertical-align: top;
}

.opaque50 {
	opacity: .5; /*gute Browser*/
	-moz-opacity: 0.5; /*frühe Feuerfüchse*/
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";  /*IE 8*/
	filter: alpha(opacity=50); /*IE 5-7*/
  -khtml-opacity: 0.5; /*Safari 1.X*/
}

table.FAQ a:link,table.FAQ a:visited {
	color: #003846;
}

a:link, a:visited {
	color: #077090;
	text-decoration: none;
}

a:hover, a:active, table.FAQ a:hover, table.FAQ a:active {
	color: #077090;
	text-decoration: underline;
}

#lang_sel {
  font: 11px Tahoma, Helvetica, sans-serif;
  color: #003846;  
  width: 75px; 
  height: 18px;  
}

p,P,font,FONT,DIV {
  padding: 0px;
  border: 0px;
}

UL,OL {
  margin: 0px;
  padding: 0px;
}
UL {
  list-style-type: none;
}
OL {
  list-style-type: decimal;
}
UL LI {
  padding-left: 10px;
  line-height: 18px;
  background: left top no-repeat url(images/list_icon.gif);
}
OL LI {
  padding-left: 10px;
  line-height: 18px;
}

H1,H2 {
  display: inline;
}


/* Texte: diverse Klassen *
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.diverser_Text01,#SearchMessages,#SearchResults,#PasswordMessages, #noText { /* Verarbeitungstexte, Abstände zur Seite, Größe*/
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  width: auto;
  margin-left: 16px;
  margin-right: 20px;
  margin-top: 38px;
}

.diverser_Text01 { /* cfg.php356, Für diesen Menüpunkt wurde noch kein Inhalt erstellt */
  color: #003846;
  text-decoration: none;
  display: block;
  height: 20px;
}

/* Formular + Formular Verarbeitungs Styles */

/*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Suche Formular: *
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.search_Text { /* Einzeiliges Textfeld zur Eingabe der Suchebegriffe*/
  font-size: 11px;
  color: #666666;
  background-color: #FFFFFF;
  width: 120px;
  height: 16px;
  line-height: 12px;
  border-top: 2px solid #454A58;
  border-left: 2px solid #454A58;
  border-bottom: 2px solid #E3E6EA;
  border-right: 2px solid #E3E6EA;
}

.search_Button { /* Such-Button mit HinterGrundGraphik und/oder normalem Text drauf */
  width: 14px;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
}

/* Suche VerarbeitungsTexte: cfg.php, main.php;  */
#SearchMessages { /*div id in der die Such Messages ausgegeben werden*/
  height: 20px;
  margin-bottom: 20px;
}

#SearchResults { /*div id in der die Such Ergebnisse ausgegeben werden*/
  height: auto;
}

#SearchResults table {
  margin-top: 5px;
  margin-bottom: 5px;
}

#SearchResults td {
  text-align: left;
}

.search_Msg_Text01,.search_Msg_Text02,.search_Msg_Text03,.search_Msg_Text04,.search_Msg_Text05 {
  font-size: 11px;
}

.search_Msg_Text01 { /* main.php, de.php;  Seitenzahl, Suchbegriff */
  color: #7AAD26;
  font-weight: bold;
}

.search_Msg_Text02 { /* main.php, de.php;  "Eintrag, Einträge gefunden" */
  color: #666666;
  font-weight: normal;
}

.search_Msg_Text03 { /* cfg.php Text der Seite die gefunden wurde */
  color: #104f7a;
  font-weight: normal;
  padding-top: 5px;
}

.search_Msg_Text04 { /* cfg.php Link(kein a nur Text) der Seite die gefunden wurde */
  color: #A0A0A0;
  font-style: italic;
  padding-top: 5px;
}

.search_Msg_Text05 { /* Text mit Hintergrundfarbe der innerhalb der jeweiligen Seite angezeigt wird */
  color: #ffffff;
  font-weight: bold;
  background-color: #7AAD26;
}

a.search_Msg_Link:link,a.search_Msg_Link:visited { /* Link der zur Seite mit jeweiligem Suchbegriff führt */
  font-size: 11px;
  color: #7AAD26;
  text-decoration: underline;
}

a.search_Msg_Link:hover,a.search_Msg_Link:active {
  font-size: 11px;
  color: #7AAD26;
  text-decoration: none;
}

.searchstring {
  color: #7DB61A;
}

/* Passwort Formular: *
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.passw_Text01 { /* Text für Feldbezeichungen */
  font-size: 11px;
  color: #B4D500;
}

.passw_User,.passw_PW { /* Einzeiliges Textfeld*/
  font-size: 11px;
  color: #666666;
  background-color: #FFFFFF;
  width: 120px;
  height: 16px;
  line-height: 12px;
  border-top: 2px solid #454A58;
  border-left: 2px solid #454A58;
  border-bottom: 2px solid #E3E6EA;
  border-right: 2px solid #E3E6EA;
}

.passw_Button { /* Passwort-Button mit HinterGrundGraphik und normalem Text drauf */
/*font-size: 11px;
  color: #cccccc;
  text-align: left;
  background-color: #FFFFFF;
  width: 100px;
  line-height: 19px;
  padding: 5px 5px 5px 23px;
  background url(images/button_passw01.gif) left center no-repeat;
  cursor: pointer;
} Button mit vertikal mittigem text*/
  
  border: 0;
  width: 14px;
  height: 16px;
  line-height: 16px;
  background: url(images/button_passw01.gif) left top no-repeat;
  cursor: pointer;
}

/* Passwort VerarbeitungsTexte: wrong.php; */
#PasswordMessages { /*div id wrong.php, Username oder Passwort falsch*/
  text-align: left;
  height: 20px;
}

.passw_Msg_Text01 { /* wrong.php; Anzahl Sekunden des letzten Eintrags, Passwort oder Username falsch*/
  font-size: 11px;
  font-weight: bold;
  color: #666666;
}

.passw_Msg_Text02 { /* wrong.php;  "Sie haben erst vor kurzem einen Eintrag verfasst....." */
  font-size: 11px;
  color: #666666;
}

.passw_Msg_Text03 { /* optional */
  font-size: 11px;
  color: #666666;
}

/* Newsletter Formular: cfg.php Anmelden/Abmelden *
**************************************************************************************************************************************************************************/

.news_Text01 { /* Text für Feldbezeichungen */
  font-size: 11px;
  color: #666666;
}

.news_Text02 { /* z.B Stern für Pflichtfelder */
  font-size: 11px;
  font-weight: bold;
  color: #7AAD26;
}

.news_Text03 { /* Text bei Bedarf für zusätzliche Hinweise zB zwischen den Formularfeldern*/
  font-size: 11px;
  color: #666666;
}

.news_Text04 { /* Text bei Bedarf für zusätzliche Hinweise zB PflichtfeldHinweis */
  font-size: 9px;
  color: #7AAD26;
  text-transform: uppercase;
}

.news_Anrede { /* Select DropDown Feld */
  font-size: 11px;
  color: #666666;
  width: 95px;
  height: 19px;
  line-height: 17px;
  background-color: #FFFFFF;
  vertical-align: middle;
  padding: 0px;
  border: 1px solid #D8DBE4;
}

.news_Input { /* Einzeilige Textfelder; */
  font-size: 11px;
  color: #666666;
  width: 320px;
  height: 19px;
  line-height: 14px;
  background-color: #FFFFFF;
  padding-top: 2px;
  padding-left: 2px;
  border: 1px solid #D8DBE4;
}

.news_Button { /* Anmelde, Abmelde, Abbrechen-Button mit HinterGrundGraphik und normalem Text drauf */
  font-size: 11px;
  color: #cccccc;
  text-align: left;
  width: 100px;
  line-height: 19px;
  background: #FFFFFF url(images/button_news01.gif) left center no-repeat;
  padding: 5px 5px 5px 23px;
  cursor: pointer;
}

/* Newsletter VerarbeitungsTexte: cfg.php; die nach dem Formularversand ausgegeben werden zB ErrorHinweise oder erfolgreich angemeldet etc */

.news_Msg_Text01 { /* z.B Sie haben sich erfolgreich angemeldet, ein Fehler ist aufgetreten etc */
  font-size: 11px;
  color: #666666;
  background-color: #FFFFFF;
}

.news_Msg_Text02 { /* bei Bedarf, HinweisText in anderer Farbe */
  font-size: 11px;
  color: #666666;
  background-color: #FFFFFF;
}

/* Sonstige Formular: alle Formularfelder*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.form_Text01 { /* Text für Feldbezeichungen */
  font-size: 11px;
  color: #666666;
}

.form_Text02 { /* z.B Stern für Pflichtfelder */
  font-size: 11px;
  color: #7AAD26;
  font-weight: bold;
}

.form_Text03 { /* z.B Stern für Pflichtfelder */
  font-size: 11px;
  color: #666666;
  font-weight: bold;
}

.form_Input,.form_Input_needed { /* Einzeiliges Textfeld; */
  font-size: 11px;
  color: #666666;
  width: 150px;
  height: 18px;
  line-height: 14px;
  background-color: #FFFFFF;
  padding-top: 2px;
  padding-left: 2px;
  border: 1px solid #D8DBE4;
}

.form_Input01 { /* mehrzeiliges Textfeld */
  font-size: 11px;
  color: #666666;
  width: 227px;
  height: 35px;
  line-height: 11px;
  background-color: #FFFFFF;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #D8DBE4;
  white-space: normal;
}

.form_Select { /*DropDown*/
  font-size: 11px;
  color: #666666;
  width: 171px;
  height: 16px;
  line-height: 15px;
  background-color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #D8DBE4;
}

.form_Button { /* Anmelde, Abmelde, Abbrechen-Button mit HinterGrundGraphik und normalem Text drauf */
  font-size: 11px;
  color: #cccccc;
  text-align: left;
  width: 100px;
  line-height: 19px;
  background: #FFFFFF url(images/button_news01.gif) left center no-repeat;
  padding: 5px 5px 5px 23px;
  cursor: pointer;
}

.form_Button01 { /* optional 2te Klasse, falls type="image" buttons mit anderem bgImg verwendet werden, weiteres .gif anlegen! */
  font-size: 11px;
  color: #cccccc;
  text-align: left;
  width: 100px;
  line-height: 19px;
  background: #FFFFFF url(images/button_form01.gif) left center no-repeat;
  padding: 5px 5px 5px 23px;
  cursor: pointer;
}