html, body {
	margin: 0;
	padding: 0;
	background-color: #fbeac5;
	font-family: "Trebuchet MS", Verdana, Arial;
}

a:link {
	text-decoration: none;
	color: #870101;
}
a:visited {
	text-decoration: none;
	color: #870101;
}
a:hover {
	text-decoration: underline;
	color: #870101;
}
a:active {
	text-decoration: none;
	color: #870101;
}





#gesamt {
	width: 620px;
	height: 470px;
	margin: 30px auto 0;
}

#content{
	width: 620px;
	height: 470px;
	background: url(Seite_hintergrund.jpg) no-repeat;
	padding-top: 20px;
	padding-left: 20px;
}

#contentstart{
	width: 620px;
	height: 470px;
	background: url(Start_karuma.jpg) no-repeat;
	padding-top: 20px;
	padding-left: 20px;
}

#menu{
	height: 40px;
	width: 620px;
	margin: 0px auto auto;
    background-color: #fdeac2;
}



.textuberschrift{
	color: #870101;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.textnormal{
	color: #870101;
	font-size: 12px;
	line-height: 20px;
}



.menutext{
	color: #870101;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 2px;
}





.textnormalklein {
	color: #870101;
	font-size: 10px;
	line-height: 14px;
}
