/***********
* BASE CSS *
***********/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #003a61;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom:10px;
}
img {
	border:0;
}
select, input, textarea {
	display: none;
}
p {
  padding-bottom: 8px;
}
/********
* Links *
********/
a {
	font-weight: bold;
	color: #003a61;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#sub a {
	font-weight: normal;
}

/**************************
* Zeilen und Seitenrahmen *
**************************/
#page {
	width: 660px;
}
#menu {
	display: none;
}
#main {
	width: auto;
}
#top {
	display: none;
}
#fuss {
	display: none;
}
#fussprint {
	line-height: 14px;
	font-size: 10px;
	color: #d83722;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
	border-top: 1px #d83722 solid;
}

/**********
* Spalten *
**********/
/* links */
#spalte1 {
  display: none;
}
#spalte3 {
	width: 600px;
}
.indexillu {
	border-top: 2px solid #d83722;
	border-bottom: 2px solid #d83722;
}

/***********
* Tabellen *
***********/
table.liste {
	margin: 10px;
	width: 550px;
}
td.liste0 {
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	padding: 3px;
}
td.liste1 {
	text-align: left;
	vertical-align: middle;
	padding: 3px;
}
td.liste2 {
	text-align: left;
	vertical-align: middle;
	padding: 3px;
}
.pfeilchenaz {
	display:none;
}

.subhead {
	font-weight: bold;
	font-size: 14px;
	color: #003a61;
	padding-bottom: 15px;
}
.azbox {
	display: none;
}
/*********
* Bilder *
*********/
.bildlinks, .bildrechts {
  padding: 2px;
  margin-bottom: 15px;
}
.bildlinks {
  float: left;
  margin-right: 15px;
}
.bildrechts {
  float: right;
  margin-left: 15px;
}
ul.liste{
  margin-bottom: 10px;
}
li.liste{
  margin-left: 15px;
}
.picon, .liste0, #created, .tpdf {
  display: none;
}