* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #ffffff;
	margin: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(background.gif);
	background-repeat: repeat;
}

/*****************************************************/

h1 {
	font-size: 2.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.25em;
	font-weight: normal;
	color: #999;
}

/*****************************************************/

/* Standarddefinitionen */
a:link, a:visited, a:active, a:focus {
	text-decoration:underline;
	color:#FF0000;
}
a:hover { 
	text-decoration:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}