

/* Styles for print view */



/* Styles displayed in print view */

/* General styles */

html {
}

body {
  background-color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  text-align: left;
}

a {
  color: #349d4e;
  text-decoration: none;
}

a:hover {
  color: #f18f18;
  text-decoration: underline;
}

img {
  border: 0px;
  white-space: nowrap;
}

h1 {
  color: #349d4e;
  font-weight: bold;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px #f18f18 solid;
}

h2 {
  color: #349d4e;
  font-weight: bold;
  font-size: 12px;
}

h3, h4, h5, h6 {
  color: #349d4e;
  font-weight: bold;
  font-size: 11px;
}

td {
  vertical-align:top;
}

ul, li {
  padding: 0px;
  margin: 0px;
}

hr {
  background-color: #f18f18;      /* Mozilla 1.4 */
  color: #f18f18;                       /* IE 6 */
  border: #f18f18;                    /* Opera 7.11 */
  height: 1px;                          /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}



/* Structure styles */

.container {
  width: 100%;
}

.border-top {
  height: 0px;
  width: 0px;
  display: none;
}

.top {
  height: 0px;
  width: 0px;
  display: none;
}

.middle {
  width: 100%;
}

.left {
  width: 100%;
}

.image {
  height: 0px;
  width: 0px;
  display: none;
}

.content_menu {
  height: 0px;
  width: 0px;
  display: none;
}

.content_right {
  width: 100%;
}

.text {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
}

.printlink {
  height: 0px;
  width: 0px;
  display: none;
}

.right {
  height: 0px;
  width: 0px;
  display: none;
}

.bottom {
  height: 0px;
  width: 0px;
  display: none;
}

.border-bottom {
  height: 0px;
  width: 0px;
  display: none;
}



/* Text styles */

.news div.csc-textpic img {
  padding-bottom: 30px;
}

.csc-textpic-text li {
  list-style-image: url(images/bullet.jpg); 
  list-style-position: outside;
  margin-left: 20px;
}



/* Filelinks styles - l0 stands for Normal Layout, l1 for Layout1 */

.l1, .l0 {
  text-align: left;
}

.l1 img, .l0 img {
  float: left;
}

.file_descr {
  text-align: left;
  position: relative;
  left: 7px;
  top: 3px;
}



/* Edit Panel styles */

.typo3-editPanel {
  height: 0px;
  width: 0px;
  display: none;
}

