
/**** General ************************************************************************************/

body { 
	background-color: 			#FFFFFF;
	margin-top:					0px;
	margin-bottom:				0px;
	margin-left:				0px;
	margin-right:				0px;
}

body, td, p {
	color:						#000000;
	font-size:					14px;
	font-family:				Georgia, "Times New Roman", Times, serif;
}

a { 
	color:						#043A64; 
	font-size: 					11px; 
	text-decoration: 			underline; 
}

a:hover {
	color: 						#043A64;
	font-size:					11px;
	text-decoration:			underline;
}

/**** Content ************************************************************************************/

.ueberschrift {
	font-family:				Georgia, "Times New Roman", Times, serif;
	font-size:					18px;
	line-height:				normal;
	font-weight:				bold;
	color:						#000000;
}
.beitrag {
	font-family:				Georgia, "Times New Roman", Times, serif;
	font-size:					16px;
	line-height:				20px;
	font-weight:				normal;
}

.bildunterschrift {
	font-family:				Georgia, "Times New Roman", Times, serif;
	font-size:					12px;
	line-height:				20px;
	font-weight:				normal;
	background-color:			#cccccc;
}

.imagecontainer_left {
	margin-right:				15px;
	margin-bottom:				15px;
}

.imagecontainer_right {
	margin-left:				15px;
	margin-bottom:				15px;
}