body
{
	background-color: #F7D400;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*  Content I-Frame rechts*/
.content_iframe_rechts {
width: 525px;
height: 526px;
margin: 0px;
top: 0px;
align: top;
}

/*  Headline auf den Textseiten*/
.f_head {
font-weight: bold;
font-size: 16px;
font-style:italic;
}


/* Layer für die Diashow */
#Diashow {
	position:absolute;
	left:78px;
	top:85px;
	width:261px;
	height:261px;
	z-index:1;
}
/* Layer für die 3 Haupmenues */
#Hauptmenue {
	position:absolute;
	left:0px;
	top:0px;
	width:312px;
	height:526px;
	z-index:1;
}
/* Layer für die 3 Bilderrahmen rechts */
#Hauptmenue_rechts {
	position:absolute;
	left:312px;
	top:0px;
	width:525px;
	height:526px;
	z-index:1;
}
/* Inhaltscontainer für das grosse Textfenster */
#text_container_breit {
	position:absolute;
	left:50px;
	top:28px;
	width:780px;
	height:435px;
	z-index:1;
	overflow: auto;
}
/* Inhaltscontainer für die kleinen Textfenster rechts */
#text_container {
	position:absolute;
	left:54px;
	top:30px;
	width:470px;
	height:465px;
	z-index:1;
	overflow: auto;
}

textarea {
border: #000000;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
background-color: #FF7F00;
}

