		
		/* Rahmen Contentbox Titelzeile */
		.contenttop {
			border: 2px solid #f3f3f3;
		}
		
		/* Rahmen Contentbox Contentzeile */
		.contentbottom {
			border-top:0;
			border-left: 2px solid #f3f3f3;
			border-right: 2px solid #f3f3f3;
			border-bottom: 2px solid #f3f3f3;
		}
		
		/* Headline contentbox */
		.headcontent {
			background-color: #f3f3f3;
			color: #7f8080;
			font-weight: bold;
			padding-left: 13px;
			padding-top: 4px;
			padding-bottom: 4px;
		}
		
		/* Formatierung fuer mehr-Link */
		a.mehr:link {
			font-weight: bold;
			font-size: 10px;
			color: #809ab4;
			text-decoration: none;
			padding-right: 12px;
		}		
		a.mehr:visited {
			font-weight: bold;
			font-size: 10px;
			color: #809ab4;
			text-decoration: none;
			padding-right: 12px;
		}		
		a.mehr:hover {
			font-weight: bold;
			font-size: 10px;
			color: #99b8d7;
			text-decoration: none;
			padding-right: 12px;
		}		
		a.mehr:active {
			font-weight: bold;
			font-size: 10px;
			color: #809ab4;
			text-decoration: none;
			padding-right: 12px;
		}		
