a:link
{
	color: rgb(0,0,180); 
}
a:visited
{
	color: rgb(102,153,204); 
} 
a:active 
{
	color: rgb(255,51,0);
}
a:hover 
{
	text-decoration: none; color: red;
}

body         
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 10pt;
}


table
{
table-border-color-light: rgb(255,153,51); table-border-color-dark: rgb(0,0,0); font-size: 10pt;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1
{
		font-size : 14pt; 
		font-weight : bold;
		border-bottom-width : 1px; 
		border-bottom-style : solid; 
		border-left-width : 13px; 
		border-color : red; 
		border-left-style : solid; 
		padding-left : 3px; 

}
h2
{
		font-size : 13pt; 
		font-weight : bold;
		border-bottom-width : 1px; 
		border-bottom-style : solid; 
		border-left-width : 10px; 
		border-color : #000066; 
		border-left-style : solid; 
		padding-left : 3px; 

}
h3
{
		font-size : 12pt; 
		font-weight : bold;
		border-bottom-width : 1px; 
		border-bottom-style : solid; 
		border-left-width : 10px; 
		border-color : #006600; 
		border-left-style : solid; 
		padding-left : 3px; 

}
h4
{
		font-size : 11pt; 
		font-weight : bold;
		border-top-style: dotted;
		border-bottom-style: dotted;
		border-color: silver;
		border-width: 1px;
		padding-left : 3px;
		margin-right: 5px;

}
h5
{
	color: rgb(204,51,51);
}
h6
{
	color: rgb(102,0,102);
}
.bildunterschrift { font-size: 8 pt; font-family: Verdana, Arial, Helvetica, sans-serif }



