html {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #c8d1d6;
  background-image: url('../images/bg.gif');
  background-repeat: repeat-x;
  font-size: 11px;
  font-family: Tahoma;
  color: #2d3439;
  margin: 0px;
  padding: 0px;
}

a {
  color: #2d3439; 
  text-decoration: none;
}

a.projekt:hover {
 padding-bottom: 15px; 
 background-repeat: repeat-x; 
 background-position: left center; 
 background-image: url('../images/abg.gif');
}

input, textarea {
  font-family: Tahoma;
  font-size: 11px;
}

.formmenu {
  padding: 0px;
  margin: 0px;
}

.menusearch {
  color: #888888;
  font-family: Tahoma;
  font-size: 11px;
  width: 150px;
}

.menusearchbt {
  font-family: Tahoma;
  color: #222222;
  font-size: 11px;
}

a:focus { outline: none; }

.floatright {
	float: right;
  padding: 5px;
}

#container {
  text-align: center;
  background-image: url('../images/innerbg.gif');
  background-position: center;
  background-repeat: repeat-y;
  height: 100%;
}

#overhead {
  margin: auto;
  text-align: left;
  width: 800px;
  height: 26px;
  background-image: url('../images/top_bg.gif');
}

#content {
  margin: auto;
}

#oh_left {
  width: 4px;
  height: 26px;
  background-color: #c8d1d6;
  background-image: url('../images/top_left.gif');
}

#oh_topic {
  color: #ffffff;
  position: absolute;
  top: 0px;
  padding-top: 6px;
  padding-left: 12px;
}

#oh_buttons {
  position: absolute;
  margin-left: 680px;
  top: 0px;
}

#oh_buttons ul {
  margin: 0px;
  padding: 0px;
}

#oh_buttons li {
  list-style-type: none;
  display: inline;
  padding: 0px;
  margin: 0px;
}

#oh_right {
  position: absolute;
  width: 4px;
  height: 26px;
  margin-left: 796px;
  top: 0px;
  background-image: url('../images/top_right.gif');
}

#header {
  margin: auto;
  text-align: left;
  width: 800px;
  height: 170px;
}

#menubar {
  margin: auto;
  text-align: left;
  background-image: url('../images/men_bg.gif');
  height: 27px;
  width: 800px;
}

#men_left {
  position: absolute;
  width: 4px;
  height: 26px;
  background-color: #c8d1d6;
  background-image: url('../images/men_left.gif');
}

#men_search {
  position: absolute;
  margin-left: 610px;
  padding-top: 2px;
}

#men_bar {
  position: absolute;
  top: 196px;
  padding-left: 8px;
}

#men_bar ul {
  margin: 0;
  padding: 0;
}

#men_bar li {
  list-style-type: none;
  display: inline;
  padding: 0px;
  margin: 0px;
}

#men_submit {
  position: absolute;
  margin-left: 772px;
  top: 198px;
}

#men_right {
  position: absolute;
  width: 4px;
  height: 26px;
  margin-left: 796px;
  top: 196px;
  background-image: url('..../images/men_right.gif');
}

#content_grad {
  margin: auto;
  background-image: url('../images/content_grad.gif');
  width: 800px;
  height: 8px;
}

#bottom {
  margin: auto;
  background-image: url('../images/bottom.jpg');
  width: 800px;
  height: 123px;
  color: #ffffff;
  padding-top: 14px;
  clear: both;
}

#bottom a {
  color: #ffffff;
  text-decoration: none;
}

#bottom a:hover {
  text-decoration: underline;
}

a.imglink { padding-left: 15px; background-repeat: no-repeat; background-position: left center; background-image: url('../images/pfeil_a.gif'); }
a.imglink:hover { text-decoration: underline; }

