/* Stylesheet für www.aps-gmbh.de */


@media screen, projection {


/* ALLGEMEINE HTML-ELEMENT-DEFINITIONEN */

body {
  margin:0px auto;
  padding:0px;
  *text-align:center; /* Wird nur von IE interpretiert. */
  background:url(../layout/background.gif) repeat-y;
  background-position:center;
  background-color:#FFFFFF;
}

hr { 
 *height:1px; /* Wird nur von IE interpretiert */
  border-style:solid 2px:
  border-bottom-color:#FFFFFF;
  border-top-color:#000000;

  clear:both;
}

a {text-decoration:none; color:#008F22;}
a:link {}
a:visited {}
a:hover{text-decoration:underline;}
a:active {}


a.image:link {}
a.image:visited {}
a.image:hover {text-decoration:none;}
a.image:active {}



/* Visualisierung einzelnen div-Layer */
div {
/*
  border-style:solid;
  border-color:#000000;
  border-width:1px;
*/
}
.csc-header-n1  {
  border-bottom: 1px solid #000000;
}
h3 {
  text-align:left;
  font-size: 13px;
  padding:5px;
  background-color:#FFFFFF;
  border-bottom: 1px solid #000000;
}

h5 {
  border-top: 1px solid #000000;
  border-bottom: none;
}

/* Rechte Spalte einer Formular-Tabelle */
td.left_column {
  vertical-align:top;
  width:150px;

  font-family:Arial, Helvetica, sans-serif;
  font-size:0.9em;
  *font-size:0.8em;
  font-weight:normal;
  color:#000000;
}


/*---------- FORMULARELEMENTE ----------*/
form {
  font-size:14px;
}

input, textarea, select {
  border-style:solid;
  border-color:#C7C7C7;
  border-width:1px;

  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-family:Arial, Helvetica, sans-serif;
  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 */