/* CSS Document Print */

* {
      margin: 0;
      padding: 0;
}

a {
      color: #000000;
      text-decoration: none;
}

h1, h2, h3, h4 {
      font-weight: normal;
}

hr {
  border: none;
  border-top: 10px solid #FFFFFF;
}

input {
      background-color: transparent;
      border: 0;
      border-bottom: 1px dotted #000000;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      width: 100%;
}

select {
      border: 0;
      border-bottom: 1px dotted #000000;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      width: 100%;
}

strong {
      display: block;
      font-weight: bold;
}

table {
}
table caption {
      font-size: 13px;
      padding-top: 12px;
      padding-left: 5px;
      text-align: left;
      text-transform: uppercase;
}

textarea {
      border: 0;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      width: 100%;
}

th {
      width: 1%;
      white-space: nowrap;
}
th,
td {
      text-align: left;
      vertical-align: top;
}
td table {
      border: 1px solid #000000;
      padding-top: 8px;
      padding-bottom: 12px;
}
td table td,
td table th,
th table td,
th table th {
      padding: 1px 12px;
}

ul {
      list-style-type: square;
      padding-left: 14px;
}


/* Id */

#site {
      color: #000000;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
}

#navmain {
}
#navmain table {
}
#navmain a {
}
#navmain column0 {
}
#navmain column1 {
}
#navmain column2 {
}
#navmain color0 {
}
#navmain color1 {
}
#navmain color2 {
}

#head {
}
#head h1 {
	font-size: 38px;
	font-style: italic;
	font-weight: bold;
}

#logo {
}
#logo img {
}
#logo h3 {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0;
}

#content {
	border-top: 2px solid #000000;
	padding-top: 20px;
}
#content h2 {
	font-size: 20px;
	font-weight: bold;
}
#content table {
}

#footer {
        border-top: 2px solid #000000;
        margin-top: 20px;
        padding-top: 5px;
}


/* Klassen */

.column0 {
}

.column1 {
	border-top: 1px solid #000000;
	padding-bottom: 2px;
}
.column1 img {
}
.column1 h4 {
}

.column2 {
	border-top: 1px solid #000000;
	padding-bottom: 2px;
}
.column2 strong {
}

.column3 {
	border-top: 1px solid #000000;
	padding-bottom: 2px;
}
.column3 strong {
}
.column3 table {
}


/* Deaktiviert */

#navmain,
#logo img,
.column0,
.column1 {
        display: none;
}

