body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #252525;
	text-align: left;
	background-color: #F7EDDA;/*F0E6D2*/
}

/*text-formatting*/
h1 {
	color: #925D0A;/*9D640A*/
	font-size: 16px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 0 5px 20px;
	background-color: #EBC687;
	border-bottom: 1px dotted #B0B0B0;
}

h2 {
	color: #925D0A;/*9D640A, E5AA46*/
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin-top: 8px;
	margin-bottom: 2px;
}

h3 {
	color: #925D0A;/*9D640A*/
	font-size: 14px;
	position: relative;
	margin-top: 8px;
	margin-bottom: 2px;
}

h4 {
	color: #252525;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	margin-top: 8px;
	margin-bottom: 2px;
}

p {
	margin: 5px 0px 5px 0px;
}

/*layout*/
#container {
	width: 728px;
    height: 100%;
	margin: 10px 10px 0px 10px;
	background-color: #FFFFFF;	
	border: 1px solid #B0B0B0;
}

#headline {
	width: 728px;
    height: auto;
	border: 0px;
	margin: 0px;
}

.pictureright {
	float: right;
	/*width: 280px;*/
	margin: 10px 5px 20px 20px;
}


#fliesstext {
    float: left;     
    width: 698px;
	margin: 10px 0px 0px 0px;
	padding: 0px 15px 20px 15px;
    border-top: 1px dotted #B0B0B0;
 	border-bottom: 1px dotted #B0B0B0;
    line-height: 140%;
}

.fliesstext1 {
	background-color: #FFFFFF;	
}

.fliesstext2 {
	background-color: #F1F1F1;/*EFEFF9*/
}

/*appearance of links in text*/
/* attn: LoVe/HAte */
#fliesstext a {
	color: #6E0101;
	font-weight: normal;
	text-decoration: none;
}

#fliesstext a:visited {
	color: #6E0101;	
}

#fliesstext a:hover {
	text-decoration: underline;
}


/*lassen!!!*/
span {
	font-size: 1px;
}

.up {
	text-align:right;
	padding-right:10px;
	padding-bottom:10px;
}

div.up a {
	color: #6E0101;
	font-weight: normal;
	text-decoration: none;
}

div.up a:visited {
	color: #6E0101;	
}

div.up a:hover {
	text-decoration: underline;
}