/** Textformatierung ********************************************************/

#bannerseite h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#bannerseite h3 a {
	color: #3c607a;
	text-decoration: none !important;
}

#bannerseite .link {
	float: left;
	font-size: 0.9em;
	margin: 10px 0 0 0;
	padding: -15px 0 0 0;
}

#bannerseite p {
	margin: 0 0 10px 0;
}

#bannerseite ul li {
	margin: 0 0 5px 0;
	padding: 0;
}

#bannerseite ul li a {
	font-size: 1.5em;
	font-weight: bold;
	color: #02519e;
	display: block;
	text-decoration: none !important;
	margin: 0;
	padding: 10px 0 10px 40px;
	}

#bannerseite .beschreibungstext {
	font-size:0.9em;
}


/**  einzelne Listenpunkte**************************/

#bannerseite {
	margin: 20px 0 0 0;
}

.listenpunkt  {
	border-bottom: 1px solid #c4cfd7;
	height:100px;
	margin: 20px 0 30px 0;
	padding-bottom:20px;
}

/**  Bilder *****************************************/

#bannerseite .img_container {
	width: 260px;
	height: 80px;
	border-top: none;
	border-right: 1px solid #c5cfd8;
	border-bottom: 1px solid #c5cfd8;
	border-left: none;
	float: left;
	margin: 5px 10px 20px 0;
	padding: 0;
	display: inline;
}
	
#bannerseite .img_container a:link, #bannerseite .img_container a:visited   {
	width: 260px;
	height: 80px;
	float: left;
	background-color: #f9fafb;
}

#bannerseite .img_container a:hover, #bannerseite .img_container a:focus, #bannerseite .img_container a:active   {
	background-color: #edf1f4;
}

#bannerseite table, #bannerseite td, #bannerseite tr  {
	width: 260px;
	height: 80px;
	border: none;
	text-align: center;
}


/** Formular *****************************************/

#bannerseite .codetext {
	width: 230px;
	height: 15px;
	float: left;
	color: #000;
	background: #ffffff;
	font-size: 11px;
	padding: 2px;
	margin: 0;
	border: solid 1px #c4cfd7;
}


	
	
						

