body, a, p, div, td, th, tr
{
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 13px
}

body
{
  color: #369;
  border: 0;
  margin: 0;
  padding: 0;
  background: white;
}

img
{
  border-style: none;
}

#main_container
{
  padding: 0;
  margin: 0;
  width: 1000px;
  margin: 15px 50px 25px 50px;
  padding: 0;
}

.pane_title
{
  position: relative;
  clear: both;
  padding: 0;
  width: 1000px;
  height: 20px;
}

#pane_header
{
  z-index: 0;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  width: 1000px;
}

#pane_navi_container
{
  float: left;
  position: relative;
  left: 0px;
  top: 0px;
  width: 1000px;
  padding: 0;
  margin: 0;
}

#pane_navi_list
{
  height: 80px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#pane_navi_list li
{
  float: left;
  margin: 0;
  padding: 0;
}

#pane_navi_list li img
{
  border: 0;
}

a.navi
{
  display:block;
  line-height:32px;
  width:100px;
  height:80px;
  padding:0px;
  margin: 0;
  float: left;
  text-align: left;
}

/*--- navi images ----------------------------------------------------------*/
a.navi_auto
{
  background: url(../images/auto.png) no-repeat;
}

a.navi_auto_selected
{
  background: url(../images/auto_selected.png) no-repeat;
}

a.navi_computer
{
  background: url(../images/computer.png) no-repeat;
}

a.navi_computer_selected
{
  background: url(../images/computer_selected.png) no-repeat;
}

a.navi_mode
{
  background: url(../images/mode.png) no-repeat;
}

a.navi_mode_selected
{
  background: url(../images/mode_selected.png) no-repeat;
}

a.navi_reisen
{
  background: url(../images/reisen.png) no-repeat;
}

a.navi_reisen_selected
{
  background: url(../images/reisen_selected.png) no-repeat;
}

a.navi_buecher
{
  background: url(../images/buecher.png) no-repeat;
}

a.navi_buecher_selected
{
  background: url(../images/buecher_selected.png) no-repeat;
}

a.navi_bueroartikel
{
  background: url(../images/bueroartikel.png) no-repeat;
}

a.navi_bueroartikel_selected
{
  background: url(../images/bueroartikel_selected.png) no-repeat;
}

a.navi_digitalentwicklung
{
  background: url(../images/digitalentwicklung.png) no-repeat;
}

a.navi_digitalentwicklung_selected
{
  background: url(../images/digitalentwicklung_selected.png) no-repeat;
}

a.navi_internet
{
  background: url(../images/internet.png) no-repeat;
}

a.navi_internet_selected
{
  background: url(../images/internet_selected.png) no-repeat;
}

a.navi_koerper
{
  background: url(../images/koerper.png) no-repeat;
}

a.navi_koerper_selected
{
  background: url(../images/koerper_selected.png) no-repeat;
}

a.navi_unterhaltung
{
  background: url(../images/unterhaltung.png) no-repeat;
}

a.navi_unterhaltung_selected
{
  background: url(../images/unterhaltung_selected.png) no-repeat;
}

/*--- content --------------------------------------------------------------*/
#content_container
{
  overflow: hidden;
  line-height: 1.3;
  width: 800px;
  color: #036;
}

#content_container p
{
  color: #036;
}

#content_container table
{
  width: 100%;
  border-width: 0px;
  border-color: #fff;
}

#content_container th
{
  color: #fff;
  background-color:#369;
  padding: 3px 2px 3px 2px;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1
{
  font-size: 26px;
  color: #369;
}

#content_container h2
{
  font-size: 20px;
  color: #369;
}

#content_container h3
{
  font-size: 16px;
  color: #369;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link
{
  text-decoration: none;
  color: #369;
}

#content_container a:visited
{
  text-decoration: none;
  color: #369;
}

#content_container a:hover
{
  text-decoration: none;
  color: #69c;
}

#content_container a:active
{
  text-decoration: none;
  color: #369;
}

a:link
{
  text-decoration: none;
  color: #369;
}

a:visited
{
  text-decoration: none;
  color: #369;
}

a:hover
{
  color: #69c;
}

a:active
{
  text-decoration: none;
  color: #369;
}

p.footer
{
  color: #C0C0C0;
}

p.footer a
{
  color: #C0C0C0;
}
