/*div { font-family: Arial; font-size: 12px; }
td { font-family: Arial; font-size: 12px; vertical-align: top; }
.label { padding-right: 50px; }
.logo { margin-bottom: 20px; }
.modul { border: 1px solid lightgrey; width: 150px; min-height: 200px; float: left; }
h1 { font-size: 16px; font-variant: small-caps; text-align: right;}
h2 { font-size: 14px; font-variant: small-caps; }
*/

#formulare { background: #EBEBEB; }
#action { text-align: center; width: 100%; padding-top: 25px; background: #99CCFF; }
#bestknoepfe { background: #EBEBEB; width: 100%; margin: 25px 0 0 0; }

label { margin-right: 0px; }
.fehler { color: black; font-weight: bold; font-size: 14px; }

/* Module
 * Modul: StartLogos
 * Auflistung von Logos verschiedener Hersteller auf der Startseite 
*/
div.StartLogos {
	width: 47%;
	float: left;

	
}

div.StartLogos img {
	float: left;
	border: 0px;
	margin-right: 10px;	
	margin-bottom: 10px;
}

div.StartLogos h1 {
	font-size: 16px;
	font-variant: small-caps;
	text-align: justify;
}	

div.StartLogos ul {
	list-style-type: none;
	list-style-position: inside;
}

div.StartLogos li {
	float: left;
	}
	
/* Module
 * Modul: Welcome
 * Modul mit einer kurzen Willkommens-Nachricht an die Kunden
*/

div.Welcome, div.Infotext  {
	float: left;
	width: 47%;
	margin-bottom: 25px;
}

div.Welcome img {
	float: right;
	margin-right: 4px;
	margin-bottom: 4px;
	max-width:90px;
}


/* Module
 * Modul: Promotion
 * Werbung für den erfundenen TBC-100 :)
*/

div.Promotion, div.Freitext {
	float: right;
	width: 47%;
	margin-bottom: 25px;
}
div.Promotion img {
	float: right;
	margin-left: 4px;
	margin-bottom: 4px;
	max-width:90px;
}
div.clear{
width:100%;
clear:both;}