

@media print {


h2 {
  font-size:1.0em;
  font-weight:bold;
}

a {
  text-decoration:none;
  color:#008F22;
}

img {
  display:block;
  border-style:none;
}

div#top {
  display:none;
}

div#navigation {
  display:none;
}

#foot_menu ul, li{
  list-style:none;
  margin-left:0px;
  padding-left:0px;
}

#foot_menu .foot_navi {
  display:none;
}

.poweredby {
  display:none;
}

.icon {
  display:none;
}

input, textarea, select {
  
  font-family:Arial, Helvetica, sans-serif;
  font-size:0.9em;
  *font-size:0.8em;
  font-weight:normal;
  color:#000000;

  background-color:#FFFFFF;
}


table {
  border-style:none;
  border-collapse:collapse;
  
  font-weight:normal;
  font-size:1.0em;
}

table.maxsize {
  width:100%;
}


th {
  text-align:left;
  font-weight:bold;
  padding:5px;
  background-color:#FFFFFF;
}

td {
  border-bottom-style:none;
  border-top-style:solid;
  border-width:1px;
  border-collapse:collapse;
  border-color:#000000;
  padding:5px;
}

tr:hover {
  background-color:#F3CDCD;
}


input.button {width:120px; height:25px; background:url(../layout/form_button_bg.gif);}
input.button:hover {background:url(../layout/form_button_bg_over.gif);}

input.textfield {width:220px;}
input.textfield:hover {background-color:#F3CDCD;} /* Hover-Effekt (funktioniert nicht in IE) */

select {width:220px;}
select:hover { background-color:#F3CDCD;}

textarea {width:300px; height:150px;}
textarea:hover {background-color:#F3CDCD;}/* Hover-Effekt (funktioniert nicht in IE) */


} /* @media */