/* CSS START ******************************************** */
/* ****************************************************** */
/*                                                        */
/* front1.css - Stylesheet für Frontend                   */
/* VERSION 1.0 - 21.12.2004                               */
/* AUTOR: TH.HELDENS                                      */
/*                                                        */
/* ****************************************************** */


/* BASIC SET ******************************************** */

body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul { font-family: Verdana, Arial, Helvetica, sans-serif; }
body,td,div,p,pre,ul { font-size: 11px; line-height:137%; }

input { font-family: Verdana, Arial, Helvetica, sans-serif; }


/* MODULE COLORS **************************************** */
.tc_news { color: rgb(50,150,50); }
.bc_news { background-color: rgb(190,240,190); }
.hc_news { background-color: rgb(190,240,190); }


/* SPECIAL SIZES **************************************** */
.small { font-size: 10px; }
.large { font-family:arial; font-size: 16px; font-weight:bold; color:#105185; line-height:140%; }


/* SPECIAL COLORS *************************************** */
.gray       { background-color: rgb(230,230,230); }
.extracolor { background-color: rgb(222,222,222); }
.linktext   { color:#00cc00; }


/* LINKS ************************************************ */
a {	text-decoration: none; color:#000000; }
a:link { text-decoration: none; color:#000000; }
a:visited {	text-decoration: none; color:#000000; }
a:active { text-decoration: none; color:#000000; }
a:hover{ text-decoration: none; color: #000000; }


/* FORMS ************************************************ */

.formfield {
font-family: Courier New, Monotype;
background-color:#D6EFBD;
border-left: 1px solid #668866;
border-top: 1px solid #668866;
border-right: 1px solid rgb(230, 235, 225);
border-bottom: 1px solid rgb(230, 235, 225);
padding:2px;
}

.formbutton {
font-family: Arial, sans-serif;
background-color:#69C028;
color: #ffffff;
border-left: 1px solid #888888;
border-top: 1px solid #888888;
border-right: 0px solid rgb(230, 235, 225);
border-bottom: 0px solid rgb(230, 235, 225);
}


/* STARTSEITE ******************************************* */

.headnav1 {
  text-align:left;
  padding-right: 11px;
}

a.headnav1:link {
  color:#042F5A;
}

a.headnav1:visited {
  color:#042F5A;
}


a.headnav2:link {
  font-weight: bold;
  color: #660000;
}

.navtab1 {
  height:18px;
  background-color:#91FB1B;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}


/* MODULTABLES ****************************************** */

.modtab {
  margin-bottom:5px;
/*   border: 1px solid #cc0000;     */
}


/* MAINMENU ********************************************* */
/* following are basic settings for the colored boxes     */

.mainL {
  width: 5px;
}

.mainM {
  width: 130px;
  height: 16px;
  padding-left:3px;
}

.mainR {
  width: 15px;
}

.subentry {
  padding-right:12px;
}


/* Login ************************************************ */

.bluecorner {
  width: 60px;
  border-left: 1px solid #C8D9E3;
  border-bottom: 1px solid #C8D9E3;
}

.zusatztext {
  height:28px;
}

.leftbox {
  font-weight:bold;
  background-color:#C8D9E3;
}


.spt {
	display:none;
}


/* ****************************************************** */
/* CSS END ********************************************** */
