body  {
  margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

a {
	text-decoration: none;
	color: #5050a0;
}

a:hover {
	text-decoration: underline;
}

a img {
  border: none;
}

HR {
	height: 1px;
	background-color: black;
	border: 0px;
}

li {
	list-style-type:square;
	padding-bottom: 8px;
	margin-left: -16px;
}

/* Wichtig für IE, der andere Defaults als FF hat!! */ 
p {
	margin-top: 10px;
	margin-bottom: 8px;
}

.normaltext {
  font-size: 8pt;
	color: #000000;
	line-height: 145%;
}

.smalltext {
  font-size: 7pt;
}

.menu {
  font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
}

.menu_selected {
  font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #EF2000;
}


.pagenr {
  text-align: right;
  margin-right: 5px;
}

.kursiv {
	font-style: italic;
	font-weight: bold;
}

.fancy1 {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #a0a0a0;
}

.fancy2 {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
}

/* same as above, but for large title text */
.fancy1t {
	font-family: arial, sans-serif;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #ef2000;
	line-height: 110%;
}

.fancy2t {
	font-family: arial, sans-serif;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #808080;
	line-height: 110%;
}

#sitelogo {
	position: absolute;
	top: 10px;
	left: 12px;
}

#adcol_right {
  position: fixed;
  top: 10px;
	margin-left: 3px;
}

/* Sonderbehandlung IE < 7: position: fixed funktioniert nicht */
#adcol_right_ie6 {
	top: 10px;
	margin-left: 5px;
	margin-top: -18px;
}

.colheader {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #d0d0c0;
	line-height: 21px;
	padding-left: 8px;
}

.colheader_link {
	color: #ffffff;
}

.colheader_link:hover {
	text-decoration: none;
	color: #606060
}

.coltext {
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(/images/bg08v.jpg);
	background-repeat: repeat-x;
}

.coltextsummary {
	font-weight: bold;
	color: #000000;
}

.thumbtable {
	padding-right: 8px;
	padding-bottom: 12px;
}

.listtable {
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

.dropcap { 
	font-size: 22pt;
	color: #808080;
	line-height: 18pt;
	font-weight: normal;
	font-style: normal;
	padding-top: 3pt;
	margin-bottom: 1pt;
	margin-right: 2pt;
	float: left;
}

.centered { 
	margin-left: auto;
	margin-right: auto;
}

.centertext {
	text-align: center;
}

.table1head {
	background-color: #f0f0e0;
}

.table2head {
	background-color: #e8e8e0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}

.table1 {
	border-style: solid;
	border-collapse: collapse;
	border-color: #d0d0c0;
}

.table2 {
	background-color: #f4f4e8;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
}

.table2space {
	background-color: #f4f4e8;
	line-height: 6px;
}

.images_right {
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom : 6px;
}