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