html {
	scrollbar-3dlight-color: #eeeeee; 
	scrollbar-arrow-color: #7796b5; 
	scrollbar-base-color: #eeeeee; 
	scrollbar-darkshadow-color: #eeeeee; 
	scrollbar-face-color: #eeeeee; 
	scrollbar-highlight-color: #8895ac; 
	scrollbar-shadow-color: #bbbbbb;	
}

body {
	background: #7796b5 url(../gif/color.gif);
	font-family: Verdana, Arial, sans-serif;	
}

a { 
	color: #7796b5;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
}

a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #990000;
}

a:visited {
	font-weight: bold;
	color: #969696;
	padding-bottom: 1px;
}

a[href^="http:"]:link {
	color: #499566;
	background-color: transparent;
	text-decoration: none;
	padding-bottom: 1px;
}

a[href^="http:"]:hover {
	color: #499566;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #499566;
}

[href^="http:"]:visited {
	color: #969696;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
}

a[href^="mailto:"]:link, a[href^="mailto:"]:visited {
	color: #FF9900;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
}

a[href^="mailto:"]:hover {
	color: #FF9900;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #FF9900;
}

.ueberschrift1 {
	color: #333333;
	font-weight: bold;
	font-size: 4mm;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 4mm;
	height: 5mm;
}

.ueberschrift2 {
	color: #e6e6e6;
	font-weight: bold;
	font-size: 5.0mm;
	text-decoration: none;
	padding-left: 2mm;
	padding-bottom: 1mm;
	padding-top: 1mm; 
}

.ueberschrift3 {
	color: #333333;
	font-weight: bold;
	font-size: 3.6mm;
	text-decoration: none;
}

.ueberschrift4 {
	color: #333333;
	font-weight: bold;
	font-size: 3.0mm;
	text-decoration: none;
}

.textnoindent {
	color: #333333;
	line-height: 160%;
	font-size: 3.3mm;
	text-align: justify;
	padding-right: 0.7em;
	padding-left: 0.7em;
}

.textalignleft {
	color: #333333;
	line-height: 140%;
	font-size: 3.3mm;
	text-align: left;
	padding-right: 0.7em;
	padding-left: 0.7em;
}

li {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

.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.75mm;
	line-height: normal;
	text-align: justify;
	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;
}

.clear {
	clear: both;
}

.firstletter {
	font: 300%/100% 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: #bbbbbb;
	padding : 2px 5px 2px 5px;
}

.textmarker1 {
	background-color: #ffc;
}

img.thumb {
	border-width: 5px;
	border-color: #666;
	border-style: solid;
}

textarea {
	font-family: 0.9em Verdana, Arial,sans-serif;
	text-align: justify;
	padding: 7px;
	width: 550px;
	height: 200px;
	color: #333333;
	background-color: #FFFFCC;
	border: 1px solid #333333;
}

/*	Vertical navigation within the article */

.artnaviver {
	width: 190px;
	font-family: Verdana, Arial, sans-serif;
}

.artnaviver ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.artnaviver li {
	border-bottom: 1px solid #333333;
	margin: 0;
	padding: 0;
}

.artnaviver li a:link, .artnaviver li a:visited {
	display: block;
	padding: 2px 2px 2px 0.3em;
	border-left: 12px solid #7796B5;
	border-right: 1px solid #333333;
	background-color: #969696;
	color: #FFFEFB;
	text-decoration: none;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.artnaviver li a:hover {
	background-color: #7796B5;
	color: #FFFEFB;
}

/*	Horizontal navigation within the article */

.artnavihor {
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
}

.artnavihor ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}

.artnavihor li {
	display: inline;
}

.artnavihor a:link, .artnavihor a:visited {
	padding: 3px 10px 3px 10px;
	color: #FFFEFB;
	background-color: #969696;
	text-decoration: none;
	border: 1px solid #333333;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.artnavihor a:hover {
	color: #FFFEFB;
	background-color: #7796B5;
}

/*	Photo Album */

.albumlist {
	list-style-type: none;
	width: 725px;
}
.albumlist li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font: bold 2.75mm Verdana, Arial,sans-serif;
	color: #333333;
}
.albumlist img {
	display: block;
	border: 1px solid #333333;
}

