  body {
	color: rgb(142, 2, 41);
	background-color: rgb(255, 255, 255);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

  a img{
	color: rgb(255,255,255);
	text-decoration: none;
	border: none;
}

  a:hover {
	color: rgb(255,255,255);
/*  	color: rgb(246,216,178);*/
	font-style: italic;
	font-weight: bold;
}


  #logo { 
    background-image: url(../graphics/arcantusLogo.jpg);
    background-repeat: no-repeat;
/*	 background-position: right;*/
    width: 180px;
    height: 120px;
    }

  #text {
	position: absolute;
	top: 110px;
/*	left: 100px;*/
	color: #8D0128;
	width: 720px; /*	height: 400px;*/
	height: auto;
	min-height: 400px;
	_height: 400px;
	text-indent:90px;
}

  #englisch {
	position: absolute;
	top: 500px;
	left: 310px;
	color: rgb(142, 2, 41);
	background-color: rgb(255, 255, 255);
	font-size: 10px;
}


