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

body {
	margin: 0px;
	background-color: #999;
	background-image: url(../images/shade.png);
	background-repeat: repeat-x;
}
p {
	margin: 0px;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 14px;
	
}
.deutsch {
	font-style: italic;
	color:#666666;
}
.crossedOut {
	text-decoration:line-through;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 14px;
	text-decoration: underline;	
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-top:0px;
	line-height:18px;
}
img
{
	border: 0px;
}
ul {
	line-height: 19px;
}