@charset "utf-8";
/* CSS Document */

.zitat {
	font-style: italic;
	text-align: left;
	height: auto;
	width: auto;
	line-height: normal;
	vertical-align: top;
	float: left;
	padding: 5px;
}
.links{
	float: left;
}
.rechts{
	float:right
}

.rot {
	
	color: #C03;
}
.blau {
}

.ttexte {
	cursor:pointer;
	font-weight:bold;
	

}
body {
	background-color: #E6E7D3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
body,td,th {
	color: #000;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	color: #00F;
}
a:link {
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
}
a:visited {
	text-decoration: underline;
	color: #C3F;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #090;
}


