/****************

Farbdefinitionen
Bereich 03 - Abenteuer

****************/

body {
	background : #ECDEF5 url(../img/03/bg.jpg);
	background-repeat:repeat-x;		
}

.color01 {
	color:#47006D;
	font-weight: bold;
}

.color02 {
	color:#984AB7;
	font-weight: bold;	
}

.color03 {
	color:#47006D;
	font-weight: bold;	
}
.fontbold {
	font-weight: bold;	
}

.floatForm {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	line-height: 120%;
	color:#000000;
}
.guestbookentryNorm {
	background-color:#DBC4E8;
	width:500px;
	color:#984AB7;
	padding:10px;
}
.guestbookentryRed {
	background-color:#CEB2DF;
	width:500px;
	color:#47006D;
	padding:10px;	
}
.guestbookentryTrenner {
	width:500px;
	height:1px;
}
.t07Flaeche {
	background-color:#580088;
}
.stage {
	position: absolute;
	top: 61px;
	left: 220px;
	height: 520px;
	width: 600px;
	background-color:#ECDEF5;
}


