@charset "iso-8859-1";

/* DIVS */

body {
  text-align: center;  /* Für IE */
}

div.main {
  border: solid;
  border-color: #000000;
  border-width: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
	width: 500px;
}

div.top {
  background-color: #eeeeee;
  border-bottom: solid;
  border-width: 2px;
  font-weight: bold;
  padding-left: 5px;
  text-align: left;
}

div.content {
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

div.bottom {
  background-color: #eeeeee;
  border-top: solid;
  border-width: 2px;
  padding-right: 5px;
  text-align: right;
}

div.bottom a, div.bottom a:hover, div.bottom a:active, div.bottom a:visited {
  color: #000000;
  font-weight: normal;
  font-size: 8pt;
  text-decoration: none;
}

/* TEXT */
div, span, td, th {
	font-family: Arial;
	font-size: 10pt;
}

a, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
  font-weight: bold;
	text-decoration: none;
}

/* TABELLEN */
table.type1 {
  border-collapse: collapse;
}

table.type1 th {
	background: #eeeeee;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	font-weight: bold;
}

table.type1 td {
	border: solid;
	border-color: #000000;
	border-width: 1px;
}

/* WEITERES */
div.dont_print {
}


