		
		/* Rahmen Contentbox Titelzeile */
		.bbottom {
			/*border-bottom: 1px dashed #f3f3f3;*/
			border-bottom: 1px dashed #DBDBDB;
		}
		
		/* Rahmen am oberen Rand einer Tabelle */
		.btop {
			border-top: 1px dashed #f3f3f3;
		}
		
		/* Aufzaehlung fuer Agenturleistungen */
		.reflist {
			list-style-image: url(/fileadmin/images/bullet.gif)
		}
		
		/* Abstände fuer Text auf den Content-Seiten */
		#context {
			padding-top: 15px;
			padding-left: 20px;
			padding-right: 15px;         
		}
		
		#conimg {
			float: right;
			margin-left: 15px;
		}
		
		/* 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;
		}		
