/***
 * Body
***/

/*
body {
  background:#EBEBEB;
}
*/


/***
 * Default
***/

td   { font-family:Arial,Helvetica,Verdana; font-size:13px; color:#000000; }



/***
 * Farben
***/

.white  { background:#ffffff; color:#000000; }
.black  { background:#ffffff; color:#000000; }
.grey   { background:#eeeeee; color:#000000; }
.grey2  { background:#eeeeee; color:#000000; }
.grey3  { background:#E7E7E7; color:#000000; }
.yellow { background:#FFC600; color:#000000; }

.tb_left  { background:#FFFFFF; background: url(../images/back_urs.jpg) bottom left no-repeat; }
.tb_right { background:#FFFFFF; background: url(../images/back_nadja.jpg) bottom right no-repeat; }



/***
 * Schrift-Grössen / Farben
***/

.textgr2   { font-size:18px; }
.textgr    { font-size:15px; }
.text      { font-size:13px; }
.textkl    { font-size:12px; }
.textkl2   { font-size:11px; }

.textwgr   { color:#000000; font-size:15px; }
.textw     { color:#000000; font-size:13px; }
.textwkl   { color:#000000; font-size:12px; }

.textygr   { color:#000000; font-size:15px; font-weight:bold; }
.texty     { color:#000000; font-size:13px; font-weight:bold; }
.textykl   { color:#000000; font-size:12px; font-weight:bold; }

.texty2gr  { color:#000000; font-size:15px; }
.texty2    { color:#000000; font-size:13px; }
.texty2kl  { color:#000000; font-size:12px; }

.textbgr   { color:#000000; font-size:15px; }
.textb     { color:#000000; font-size:13px; }
.textbkl   { color:#000000; font-size:12px; }





/***
 * Formular-Felder
***/

input     { font-family:Arial; font-size:13px; }
select    { font-family:Arial; font-size:13px; }
textarea  { font-family:Arial; font-size:13px; }

.formular { background:#D1D8DB; border:1px solid #6E828A; }



/***
 * Normale Links (Gelb)
***/

A:link    { color:#000000; text-decoration:none; }
A:visited { color:#000000; text-decoration:none; }
A:hover   { color:#000000; text-decoration:underline; }
A:active  { color:#000000; text-decoration:underline; }


/***
 * Weisse Links
***/

A.linkw:link    { color:#000000; text-decoration:none; }
A.linkw:visited { color:#000000; text-decoration:none; }
A.linkw:hover   { color:#000000; text-decoration:underline; }
A.linkw:active  { color:#000000; text-decoration:underline; }


/***
 * Schwarze Links
***/

A.linkb:link    { color:#000000; text-decoration:none; }
A.linkb:visited { color:#000000; text-decoration:none; }
A.linkb:hover   { color:#000000; text-decoration:underline; }
A.linkb:active  { color:#000000; text-decoration:underline; }



/***
 * Menu
***/

a.nav1 {
  display:block;
  margin:0px 0px 1px 0px;
  width:100%;
  color:#FFC600;
  background:#000000;
  font-size:12px;
  font-weight:bold;
  padding:2px 0px 2px 6px;
}

a.nav1:link, a.nav1:visited {
  color:#FFC600;
  background:#000000;
  text-decoration:none;
}

a.nav1:hover, a.nav1:active {
  color:#000000;
  background:#FFC600;
  text-decoration:none;
}



a.nav2 {
  display:block;
  margin:0px 0px 1px 0px;
  width:100%;
  color:#ffffff;
  background:#000000;	/* ffffff */
  font-size:12px;
  font-weight:bold;
  /*text-align:right;*/
  padding:2px 0px 2px 6px;
}

a.nav2:link, a.nav2:visited {
  color:#ffffff;
  background:#000000;	/* ffffff */
  text-decoration:none;
}

a.nav2:hover, a.nav2:active {
  color:#000000;
  background:#FFC600;
  text-decoration:none;
}




/***
 * Impressum
***/

.impress, A.impress:link, A.impress:visited {
  background:#404040;
  color:#C0C0C0;
  font-size:10px;
  text-decoration:none;
}



