body,html {		/* grundsätzliches */
	background-color: #ffffff; 
	color: #000000;
	font-size: 12px;	/* textgröße */
	font-family: sans-serif;   
	text-align: left;	/* textausrichtung */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(img/background_bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
a{
	outline:0; -moz-outline:0;
}
.background-top{
	background-position: absolute;
	top: 0px;
	width: 100%;
	background-image: url(img/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
.main{
	position: relative;
	width: 758px;
	margin-left: auto;
	margin-right: auto;

}
.ueberschrift{
	font-weight: bold;
	color: #d0003c;
}
.contentbox{
	width: 520px;
	height: 600px;
}
.contentbox-main{
	width: 520px;
	height: 100px;
}
.bottom{
	color: #ffffff;
}
a{
	text-decoration: none;
	color: #ffffff;
}
a:hover{
	text-decoration: underline;
}
.link{
	color: #000000;
	text-decoration: underline;
}
.link:hover{
	color: #000000;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.cursiv {
	font-style: italic;
}

