/***********************************************/
/* cello_style.css                             */
/*                                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 70%;
}


.Überschrift1 {
	color: #800000;
	font-weight: bold;
	font-size: 100%;
}

.Überschrift2 {
	color: #800000;
	font-weight: bold;
	font-size: 100%;
}

a:link {
	color: #800000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #800000;
}
a:hover {
	text-decoration: inherit;
	color: #F45000; 
}
a:active {
	text-decoration: none;
	color: #800000;
}
-->

/************** header tag styles **************/

<!--
body,td,th {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right:5px;
}
body {
	margin-top: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 12px;
	color: #800000;
	padding-bottom: 5px;
}
h2 {
	font-size: 11px;
	color: #800000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.zitat {
	font-size: 10px;
	font-style:italic;
	color: #800000;
	
}
-->





