
/* Allgemeine Angaben */


.contentDIV {

}

h1.contentHeader {
	font-size: 			1.2em;
	font-weight:		bold;
	font-style:			italic;
	
	border-bottom:		2px solid #32734C;
}

.contentHeaderSmall {
	font-size: 			10pt;
	font-weight:		bold;
	
	padding:			3px 6px 3px 6px;
	margin:				0px;
	
	background:			#32724D;
	color:				#FFFFFF;
}


.contentHeader a:link, .contentHeader a:visited, .contentHeaderSmall a:link, .contentHeaderSmall a:visited {
	text-decoration:	none;
	color:				#FFFFFF;
}

.contentImages {
	padding:			6px;
	background:			#32724D;	
	text-align:			center;
	
	border-left:		3px solid #FDE6A3;
}

.contentText {
	font-size: 			0.8em;
	padding:			4px;
}

.contentText TD {
	font-size: 			0.8em;	
}


.contentText a:link, .contentText a:visited, .contentText a:active, .contentText a:hover {
	color:				#000000;
	font-weight:		bold;
}


th.contentLabel {
	text-align:			left;
	font-weight:		bold;
	font-size:			0.9em;
	
	padding:			2px;
	background:			#FCDC7E;
}

th.contentLabel a:link, th.contentLabel a:visited {
	text-decoration:	none;
	color:				#000000;
} 




.contentInput {
	width:				100%;
}

.contentData {
	width:				100%;	
	background:			#FCDC7E;
}

.contentInputSmall {
	width:				30px;
	font-size:			0.7em;
}

.contentButton {
	font-size:			0.9em;
	font-weight:		bold;
	
	background:			none;
	border:				none;
	
	cursor:				pointer;
}






/* Teaser Style Sheets */

.teaserTable {
	background:			#FCDC7E;
}



/* E-Card Style Sheets */

.ecardDIV {
	float: 			left;
	margin-left: 	10px;
	margin-top:		10px;
	
	text-align:		center;
	
	background:		#FCDC7E;
}

.ecardImgDIV {
	width:			120px;
	text-align:		center;
	padding:		10px;
}




.ecardBigDIV {
	margin:			5px;	
	border:			3px solid #FCDC7E;

	padding:		5px;

	width:			100%;
}
