/* 	Globale Definitionen */
html, body
{
  /*height: 100%;*/
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 100.01%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  background-image: url(../img/body_bck.gif);
  background-position: 200px 0px;
  background-repeat: repeat-x;
  background-color: #FFF;
}

h1, h2, h3, h4, h5, h6, form, textarea, select, input
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

table
{
  border-collapse: collapse;
}

th, tr, td
{
  text-align: left;
  vertical-align: top;
}

form
{
  display: inline;
}

#logo
{
  margin-left: 10px;
}

#sitename
{
  position: absolute;
  top: 76px;
  right: 0px;
  border-left: 10px solid #fff;
  border-right: 25px solid #fff;
  height: auto;
}

*html #sitename
{
  top: 73px;
}

#content
{
  font-size: .8em;
  position: absolute;
  top: 140px;
  left: 230px;
  padding-right: 190px;
  padding-bottom: 25px;
}

#content a:link, #content a:visited, #right a:link, #right a:visited
{
  color: Green;
  text-decoration: none;
  font-weight: 700;
}

#content ul, #content ol, #content li
{
  padding: auto;
  margin: auto;
  list-style: disc;
}

/* Abstand für Bilder im Content */
#content p img
{
  margin: 0 20px 10px 0;
  align: left;
}

#content th
{
  font-size: .8em;
}

#content td
{
  font-size: .8em;
}

#right
{
  font-size: .8em;
  position: absolute;
  top: 140px;
  right: 25px;
  width: 150px;
  text-align: center;
}

*html #right
{
  right: 10px;
}

#right p.news
{
  border: 1px solid #666;
  padding: 10px;
  background: #efefef;
  text-align: left;
  font-size: .8em;
}

/* -------------------------------------------------
DB-Tempaltes
------------------------------------------------- */
table.DB_TABLE
{
  border-collapse: collapse;
}

table.DB_TABLE td, table.DB_TABLE th
{
  padding: 5px;
  border: 1px solid #999;
}

tr.CSETROWCOL_1
{
  background: #fff;
  font-size: .85em;
}

tr.CSETROWCOL_1 a, tr.CSETROWCOL_2 a
{
  text-decoration: none;
  font-weight: 700;
}

tr.CSETROWCOL_2
{
  background: #efefef;
  font-size: .85em;
}

input.CSEARCHFIELD, input.CSEARCHBUTTON
{
  width: auto;
  height: auto;
  font-weight: 400;
}

input.CSEARCHBUTTON
{
  margin-left: 5px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  background: white;
  font-weight: 400;
  height: auto;
}

/* -------------------------------------------------
DB-Tempaltes-Neuigkeiten
------------------------------------------------- */
table.DB_TABLE_NEWS
{
  border: 1px solid #999;
}

table.DB_TABLE_NEWS td, table.DB_TABLE_NEWS th
{
  padding: 5px;
}

/* -------------------------------------------------
DB-Detail
------------------------------------------------- */
table.DB_TABLE_DETAIL
{
  border: 1px solid #999;
  border-collapse: collapse;
}

table.DB_TABLE_DETAIL td, table.DB_TABLE_DETAIL th
{
  padding: 5px;
}

table.DB_TABLE_DETAIL td.borderBottom, table.DB_TABLE_DETAIL th.borderBottom
{
  border-bottom: 1px solid #999;
}

/* -------------------------------------------------
DB-Tempaltes FAQ
------------------------------------------------- */
table.DB_TABLE_FAQ
{
  border-collapse: collapse;
  border: 1px solid #999;
}

table.DB_TABLE_FAQ th, table.DB_TABLE_FAQ td
{
  padding: 3px 5px 3px 5px;
  border: none !important;
  font-size: 10px !important;
  font-weight: 400 !important;
}

table.DB_TABLE_FAQ tr.CTITLE th
{
  font-size: 12px !important;
  font-weight: 700 !important;
}

table.DB_TABLE_FAQ .beitrag
{
  border-top: 1px solid #999 !important;
}

table.DB_TABLE_FAQ td.beitrag
{
  font-size: 12px !important;
}

table.DB_TABLE_FAQ td.kommentar
{
  font-style: italic;
  font-size: 11px !important;
}

table.DB_TABLE_FAQ hr
{
  color: #ddd;
}


/* Seitenzahlen zum blättern */
a.CRANGE, a.CRANGECURRENT
{
  margin: 0 4px 0 4px;
  text-decoration: underline !important;
  font-weight: 400 !important;
}

a.CFIRST, a.CPREVIOUS, a.CNEXT, a.CLAST
{
  margin: 0 4px 0 4px;
  padding: 2px 5px 2px 5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  text-decoration: none;
  font-weight: 400 !important;
}

a.CFIRST
{
  margin-left: 0;
}

a.CRANGECURRENT:link, a.CRANGECURRENT:visited
{
  text-decoration: none !important;
  font-weight: 700 !important;
}

/* Einstellung für popup fenster */
#blank
{
  height: 100%;
  margin: 10px;
  padding: 0;
  font-size: 100.01%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  background: none;
}

#blank td, #blank th, #blank p, #blank div
{
  font-size: .8em;
}

#selfclose
{
  margin-top: 25px;
}

#selfclose a
{
  font-size: 0.8em;
}







