* {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: #000;
}


A {
}

A:hover {
	color: #fff;
	background-color: #000;
}	

.headline {
	font-size: 13px;
	font-weight: bold;
}

.text {
	font-size: 13px;
}

.quotation {
	font-family: "Times New Roman", "Georgia", serif;
	color: #999999;
	font-size: 18px;
	font-style: italic;
}




#pagetop {
	background-color: #FFF;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-left: 220px;

	cursor: pointer;


}

#table_of_contents {	
	padding-top: 3px;
	font-size: 10px;
	width: 450px;
	margin-left: 220px;


}

.ruler {
	font-size: 6px;
	width: 450px;
	margin-left: 220px;
}
.ruler_top {
	border-bottom: 6px solid #000;
	margin-bottom: 6px;
}
.ruler_bottom {
	border-top: 6px solid #000;
}


#table_of_contents a{	
	text-decoration: none !important;
}
#table_of_contents a:hover{	
	text-decoration: none;
}



#table_of_contents .page_link_column {
	width: 98px;
	float: left;
	margin-right: 12px;

/*	border: 1px solid black;*/
}

#table_of_contents .page_link_cluster {
	margin-bottom: 3px;
/*	border: 1px solid black;*/
}


.page_links {
	font-size: 10px;
	color: #000;
}


.page_links_root{

	font-size: 11px;
	font-weight: bold;
}

.page_links_current{
	color: #FFF;
	background-color: #000;
}


#page_name_div {
	width: 450px;
	margin-left: 220px;
	margin-top: 5px;

}

.page_name {
	font-size: 24px;
	color: #000;
}


#content {

	margin-top: 7px;
	margin-bottom: 50px;

	width: 670px;
}









#content a {
	text-decoration: underline;
	letter-spacing: 0px;

}


.text_html {
	margin-top: 18px;
	width: 450px;
	float: left;
}




.element_text {	
	width: 450px;
	float: left;
	margin-bottom: 15px;

}

.element_image {	
	float: left;
	margin-bottom: 15px;
}


.element_text .headline {
	margin-bottom: 3px;
}

.element_text .text {
}
.element_text .quotation {
	float: left;
	margin-top: 10px;


}


 .element_text_floatimage {
	width: 217px;
	font-size: 10px !important;
	height: 10px !important;
	float: left;
	clear: left;

 }

 .element_text_floatimage img {
 }

.element_text_half {	
	width: 215px;
	float: left;
	margin-right: 5px;
}

.element_text_half .headline {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

.element_text_half .text {
	font-size: 13px;
	margin-bottom: 10px;
}

.element_text_half .quotation {
	display: none;
}





#right_menu {

	width: 150px;
	margin-left: 10px;
	margin-top: 7px;
	

}


.floater {
	float: left;
}
.floater_clear {
	float: left;
	clear: left
}
.floater_right {
	float: right;
	clear: right;
}
.divide {
	float: left;
	clear: both;
	height: 10px;
	border: 1px solid red;
	width: 100%;
}

