@import url('links.css');

p, img, table, tr, th, td, h1, h2, h3, h4, h5 {
  border: 0px none;
  margin: 0;
  padding: 0;
}

body {
  border: 0px none;
  font-family: Verdana, Arial, Lucida;
  text-align: center;
  font-size: 12px;
  margin: 0px auto 0px auto;
  background: #e5fbe6 url(bilder/body.png) repeat-x;
}

#content {
  margin: 0px auto 0px auto;
  width: 900px;
}

#top {
  width: 900px;
  height: 153px;
  background: #AADE5F url(bilder/top.png) no-repeat;
  text-align: left;
}

#top_left {
  float: left;
  height: 153px;
}

#top_middle {
  float: left;
}

#top_right {
  float: right;
}

#menu {
  float: left;
  width: 687px;
  height: 36px;
  margin-left: 20px;
  margin-top: 19px;
  font-family: Arial, Verdana, Lucida;
}

.item {
  float: left;
  height: 36px;
  text-align: center;
  cursor: pointer;
  margin-left: 3px;
}

.padding {
  padding-top: 16px;
  font-size: 13px;
  font-weight: bold;
}

.item_a { width: 70px; }

.item_a_hover { background: url(bilder/menu-a.png) no-repeat; }

.item_b { width: 78px; }

.item_b_hover { background: url(bilder/menu-b.png) no-repeat; }

.item_c { width: 87px; }

.item_c_hover { background: url(bilder/menu-c.png) no-repeat; }

.item_d { width: 99px; }

.item_d_hover { background: url(bilder/menu-d.png) no-repeat; }

.item_e { width: 112px; }

.item_e_hover { background: url(bilder/menu-e.png) no-repeat; }

.item_f { width: 122px; }

.item_f_hover { background: url(bilder/menu-f.png) no-repeat; }

.item_g { width: 137px; }

.item_g_hover { background: url(bilder/menu-g.png) no-repeat; }

.item_h { width: 64px; }

.item_h_hover { background: url(bilder/menu-h.png) no-repeat; }


.logo1 {
  margin-left: 30px;
}

.logo2 {
  margin: 28px 0 0 55px;
}

#middle {
  text-align: justify;
  color: #223b4f;
}

#left_panel {
  float: left;
  width: 231px;
  line-height: 160%;
}

#left_panel2 {
  background: url(bilder/left-panel-repeat.png) repeat-y;
  margin-left: 14px;
}

#left_panel3 {
  background: url(bilder/left-panel-top.png) no-repeat;
}

#left_panel4 {
  background: url(bilder/left-panel-end.png) no-repeat bottom left;
  padding: 5px 10px 6px 10px;
}

#right_panel {
  float: left;
  width: 635px;
  line-height: 150%;
  background: url(bilder/right-panel-repeat.png) repeat-y;
}


#right_panel3 {
  float: left;
  width: 635px;
  background: url(bilder/right-panel-top.png) no-repeat left top;
}

#right_panel4 {
  float: left;
  width: 635px;
  background: url(bilder/right-panel-end.png) no-repeat left bottom;
}

#right_panel_padd {
  padding: 5px 10px 9px 10px;
}

#spacer {
  float: left;
  width: 19px;
  height: 19px;
}

#heel {
  clear: both;
  font-family: 'Trebuchet MS';
  font-style: italic;
  color: #A0A0A0;
  font-size: 14px;
  line-height: 350%;
}

.head {
  margin: 10px 0 12px 0;
  text-align: center;
  color: #de8330;
  font-family: 'Trebuchet MS';
  font-size: 20px;
  font-weight: normal;
}


.center {
  text-align: center;
}

.c_red {
  color: #D64830;
}

.c_blue {
  color: blue;
}

.c_middle {
  color: #223B4F;
}

ul.c_red li, ul.c_blue li
{ padding-top: 3px; padding-bottom: 3px; }

#lightbox {
  position: absolute;
  left: 0;
  background: gray;
  filter: alpha(opacity=60);
	opacity: 0.60;
}

#lightbox_img {
  filter: alpha(opacity=0);
	opacity: 0.0;
	cursor: pointer;
	margin-bottom: 10px;
	border: solid 1px gray;
}

#lightbox_div {
  position: absolute;
  display: none;
  padding: 10px;
  border: solid 1px gray;
  color: #223b4f;
}

.fl_left {
  float: left;
  height: 22px;
  line-height: 22px;
}

.fl_right {
  float: right;
}

.table {
  width: 615px;
  line-height: 190%;
  font-size: 12px;
  color: #223b4f;
}

.table_2 {
  width: 616px;
  text-align: center;
}

.thumb {
  float: left;
  width: 80px;
  height: 95px;
  margin: 0 8px 0 0;
}

.first_letter {
  font-size: 20px;
  color: #DE8330;
  font-weight: normal;
}

.name {
  font-size: 14px;
  color: #D64830;

}

.tbl_padd {
  padding-top: 20px;
  width: 50%;
}

.h3_head {
  margin: 25px 0 10px 0;
  font-size: 17px;
  color: #D64830;
}

.h3_head_2 {
  margin: 20px 0 10px 10px;
  font-size: 15px;
  color: #D64830;
}

.h3_head_3 {
  margin: 10px 0 5px 20px;
  font-size: 17px;
  color: #D64830;
}

.h4_head {
  margin: 14px 0 4px 0;
  font-size: 12px;
  color: #DE8330;
}

.h4_head_2 {
  text-align: center;
  margin: 0 0 4px 0;
  font-size: 12px;
  color: #D64830;
  font-weight: bold;
}

.display_none {
  display: none;
}

.em {
  color: green;
}

.img_1 {
  margin-bottom: 40px;
}

.img_2 {
  margin-bottom: 20px;
}

.pointer {
  cursor: pointer;
}

.p_spacer {
  margin-left: 8px;
}

.reset
{ clear: both; }

.text_align_right
{ text-align: right; }

