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;
}

ul {
	list-style-position: outside
}

li {
	list-style-type:square;
	padding-bottom: 3px;
	margin-left: -22px;
}

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

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

.smalltext {
  font-size: 7pt;
}

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

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

.fancytext {
  font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #425D8C;
}


.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: #82B0BF;
	line-height: 110%;
}

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

.fancy3t {
	font-family: arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #ff4508;
}

#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;
}

.shaded_bg {
	background-color:#E8E8E8
}

.blank_bg {
	background-color:#FFFFFF
}


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

.colheader_link {
	color: #ffffff;
}

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

.coltitle {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	padding-top:10px;
}

.coltitle2 {
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-top:6px;
}

.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;
}

.pictures {
	padding-top: 6px;
	padding-bottom: 6px;
}

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

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

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

.img_selected {
	border: medium dashed #ff8242;
	float: left;
}

.img_unselected { 
	border: medium dashed #ffffff;
	float: left;
}

.shadedbg { 
	background-image: url(/images/bg08v.jpg);
	background-repeat: repeat-x;
}

.img_right { 
	margin-left: 5pt;
	margin-right: 4pt;
	float: right;
}

.errtext {
	color: red;
	font-weight: bold;
}

