body {
	background-color: #333333;
	font-family: Tahoma, Verdana, Arial, sans-serif;	
}

a { 
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #600;
	text-decoration: underline;
}

.ueberschrift1  {
	color: #000;
	font-weight: bold;
	font-size: 3.8mm;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 1mm;
	height: 5mm;
}

.ueberschrift2  {
	color: #e6e6e6;
	font-weight: bold;
	font-size: 4.0mm;
	text-decoration: none;
	padding-left: 2mm;
	padding-bottom: 1mm;
	padding-top: 1mm;
}

.ueberschrift3  {
	color: #000;
	font-weight: bold;
	font-size: 3.5mm;
	text-decoration: none;
}

.ueberschrift4  {
	color: #000;
	font-weight: bold;
	font-size: 3.0mm;
	text-decoration: none;
}

.ueberschrift5  {
	color: #000;
	font-weight: bold;
	font-size: 4mm;
	text-decoration: none;
	padding-left: 0.5em;
}

.textnoindent {
	color: #000;
	line-height: 160%;
	font-size: 3.3mm;
	text-align: justify;
	padding-right: 0.7em;
	padding-left: 0.7em;
}

.textalignleft {
	color: #000;
	font-size: 3.3mm;
	text-align: left;
	padding-right: 0.7em;
	padding-left: 0.7em;
}

.zitat { 
	font-style: italic;
	font-weight: bold;
	font-size: 2.7mm;
	line-height: normal;
	padding-bottom: 1em; 
}

.unterschrift { 
	font-style: normal;
	font-weight: bold;
	font-size: 2.7mm;
	line-height: normal;
	text-align: justify;
	padding-bottom: 1em; 
}

.unterschriftlinks { 
	font-style: normal;
	font-weight: bold;
	font-size: 2.7mm;
	line-height: normal;
	text-align: left;
	padding-bottom: 1em; 
}

.copyright {
	color: #e6e6e6;
	font-size: 3.2mm;
	padding-top: 1mm;
	padding-left: 1mm;
	padding-bottom: 1mm;
}

.bildrechts { 
	float: right;
	margin-left: 10px;
}

.bildlinks {
	float: left;
	margin-right: 10px;
}

.firstletter {
	font: 300%/100% Tahoma, Verdana, Arial, sans-serif;
	color: #990000; margin-right: -1px;
}

.bdrblack {
	border : 1px solid black;
}
	
.bdrwhite {
/*	filter: white alpha(Opacity=60,FinishOpacity=60,Style=1); */
	filter: alpha(Opacity=60,FinishOpacity=60,Style=1); 
	border : 1px solid white;
}
	
.bdrorange {
/*	filter: gray alpha(Opacity=40,FinishOpacity=40,Style=1); */
	filter: alpha(Opacity=40,FinishOpacity=40,Style=1); 
	border : 1px solid #ff9900;
}

.dppath  { 
	background: #fffefb;
	padding : 2px 5px 2px 5px; 
}

img.thumb {
	border-width: 5px;
	border-color: #666;
	border-style: solid;
}

