/* Stylesheet MAN Marl, 2010/03 www.bojert.com */

body {
  padding:0px;
  margin:0px;
  background-color:white;
  background-image:url(../images/body_bg_topline.jpg);
  background-repeat:repeat-x;
}

#outer_world {
  width:100%;
  text-align:center;
}

#inner_world {
  width:1000px;
  margin:auto;
  background-image:url(../images/contentarea_bg.jpg);
  text-align:left;
  font-family:Arial,sans-serif;
  font-size:13px;
  color:black;
}

#htmlcontent {
  float:right;
  width:670px;
  min-width:670px;
  margin-right:50px;
  position:relative;
  top:-30px;
}

#htmlcontent A {
  color:#222;
  text-decoration:underline;
}

#navigation {
  float:left;
  width:200px;
  text-align:right;
  margin-left:50px;
  position:relative;
  top:-30px;
}

#navigation ul.menu {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

#navigation ul.menu li {
  font-size:18px;
  font-weight:bold;
  line-height:24px;
}

#navigation ul.menu li A {
  text-decoration:none;
}

#navigation ul.menu li.active A span {
  text-decoration:none;
  color:#ff0000;
}

#navigation ul.menu li A span {
  color:#003d8f;
  text-decoration:none;
}

/* Unterpunkte */
#navigation ul.menu li.active ul li.active A span {
  color:#222;
  text-decoration:underline;
}

#navigation ul.menu li.active ul li A span {
  color:#222;
  text-decoration:none;
}

#navigation ul.menu li ul {
  margin:10px 0px 10px 0px;
  list-style-type:none;
}

#navigation ul.menu li ul li {
  font-size:12px;
  font-weight:normal;
  line-height:16px;
  color:#444;
}

#navigation ul.menu li ul li span {
  color:#444;
}

#navigation ul.menu li ul li ul li {
  display:none;
}


table.auswahl_fachbereich_subnavi {
  border:solid 1px #ddd;
}

table.auswahl_fachbereich_subnavi tr td {
  padding:2px;
  margin:1px;
  background-color:#f0f0f0;
  text-align:center;
  font-size:11px;
}

table.auswahl_fachbereich_subnavi tr td a.mainlevelmitglieder_fachbereiche {
  text-decoration:none;
}

a.mainlevelmitglieder_fachbereiche {
  color:#444;
  text-decoration:none;
}

#active_menumitglieder_fachbereiche {
  color:#003d90;
  font-weight:bold;
  text-decoration:none;
}

/* Content */
table.contentpaneopen tr td.contentheading {
  font-size:20px;
  color:#aaa;
  font-weight:bold;
}

div.componentheading {
  font-size:20px;
  color:#aaa;
  font-weight:bold;
}


.sectiontableheader {
  background-color:#494949;
  color:white;
  font-weight:bold;
}

table.mitgliederauslistung tbody tr td.sectiontableheader a {
  font-weight:bold;
  color:white;
  text-decoration:none;
}

.sectiontableentry1 {
  background-color:#ebebeb;
}

.sectiontableentry2 {
  background-color:#f4f4f4;
}

/* Entspr. contactlister_component_bojert.inc.php: */
div.fachbereich_ueberschrift {
  font-weight:bold;
  background-color:#00398f;
  padding-top:4px;
  padding-bottom:4px;
  color:#222;
  font-size:14px;
  color:white;
}

table.fachbereich_table {
  border:solid 1px #aaa;
}

table.fachbereich_table tr td.fachbereich_rowfoo {
  background-color:#eee;
}

table.fachbereich_table tr td.fachbereich_rowfoo {
  background-color:#ccc;
}


