/*
css copyright 2006 by h.luebben - www.ip-medien.de

bitte nicht schauen - hier ist ein wenig chaos ;-)
*/

html {
  padding-top : 0;
  padding-right : 0;
  padding-bottom : 0;
  padding-left : 0;
  border-top-width : 0;
  border-right-width : 0;
  border-bottom-width : 0;
  border-left-width : 0;
  margin : 0;
}

.head {
  width:100%;
  text-align:right;
}

.head_left {
  float:left;
}

#head_right {
  position:absolute;
  z-index:2;
  text-align:right;
  left:30px;
  top:3px;
  width:685px;
}

.headline {
  font-size:33px;
  letter-spacing:6px;
  margin-top:5px;
  font-weight:bold;
  color:green;
}

.headbanner {
  border-style:solid;
  width:468px;
  height:60px;
  border-width:1px;
}

h1 {
  color: #ffa72b;
  font-size:1.5em;
  font-style:italic;
  font-weight:normal;
}






#wrapper {
  position:absolute;
  z-index:1;
  left:30px;
  top:39px;
  width:685px;
}

.content{
  margin-top:20px;
  margin-bottom:20px;
  float:right;
  width:500px;

}

body {

  text-align:center;
  font-family: arial;
  font-size:0.9em;
  color : #000000;
  background-color:#feffee;
}

a { text-decoration: none; color:blue; }
a:hover   { text-decoration: underline;  }

a.menu_1_link {
  font-size:0.9em;
  margin-right:10px;
  color:yellow;
  margin-left:5px;
}

a.menu_2_link         {
  font-size:0.8em;
  margin-right:10px;
  font-size:0.8em;
  margin-right:10px;
  color:green;
  margin-left:5px;
}

.menu_left {
  width:170px;
  float:left;
  margin-top:20px;
  margin-bottom:20px;
  text-align:left;
  background-color:green;
  font-weight:bold;
  color:white;

}

a.small_grey         { }

a.webkatalog         { }

i {
  color:green;
}

.footer{
  clear:both;
  padding-top:4px;
  margin-top:10px;
  text-align:center;
  background-color:#green;

}


h2 {
  color:green;
  font-size:20px;
}

h3 {
  color:green;
  font-size:1.5em;
  text-align:center;
}

.hr {
  background-color:green;
  border-width:0px;
  height:2px;
  width:100%;
  clear:both;
}

#hr_absolute {
  position:absolute;
  z-index:0;
  left:30px;
  top:39px;
  background-color:green;
  border-width:0px;
  height:2px;
  width:685px;
  clear:both;
}

.hr_list {
  clear:both;
  margin-top:10px;
  margin-bottom:10px;
}

input, textarea {

}

.list {
  margin-left:5%;
  text-align:left;
}

.list_new {
  color:red;
}

.list_pending {
  color:orange;
}

.list_ok {
  color:green;
}

.page_number {
  font-size:1.2em;
}

.small_grey {
  color:#808080;
  font-size:0.9em;
}