/* ------------------------------------- */
/* CSS-Datei erstellt von Volker Kenner  */
/* enthält Code für Boxen                */
/* Start 17.08.2006                      */
/* letzte Änderung: 17.08.2006           */
/* ------------------------------------- */

.box {
	margin: 10px 0 0 20px;
	padding: 1px;
	background: #e3e7f6;
	font-style: oblique;
	font-weight: bold;
	text-align: center;	
}

.box-inside {
	padding: 3px 0 0 0;
	background: #FFF;
	font-style: normal;
	font-weight: normal;
	font-size: 0.7em;
}

/* link-box, link-box-grafic, link-box-text wird nicht mehr benötigt? VK 29.10.06 */
.link-box {
	float: left;
	width: 150px;
	height: 65px;
	margin: 2px;
	padding: 1px;
	border: 1px solid Black;
}

.link-box-grafic {
   float: left;
   width: 62px;
}

.link-box-text {
   float: right;
	width: 87px;
	height: 63px;
	padding: 1px;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
}
