html {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	text-align: left;
	width: 100%;
	margin: 0;
	font-size: 99.9%;
	font-family: sans-serif;
	background: url(gfx/verlauf.png) top left repeat-x #efefef;
}

h1 {
	font-size: 2.2em;
	color: #000;
	margin: 0 0 10px 0;
	padding: 10px
}

/* Die Hauptklasse mit dem Inhalt*/
#main {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

#content {
	width: 98%;
	margin: auto;
	margin-top: 15px;
}

/* Die Tabelle mit den Vorteilen */
#main td {
	padding: 5px;
	vertical-align: top;
}

#heading {
	background-color: #FFFE01;
	width: 100%;
	margin: auto;
	text-align: center;
	position: relative;
}

/* Die linke und rechte Klasse mit dem Inhalt */
#left {
	width: 100%;
	margin: auto;
	text-align: left;
}
#right {
	width: 100%;
	margin: auto;
	font-size: 0.9em;
	text-align: center;
}

/* Die Grafiken auf der linken Seite */
#right img {
	cursor: pointer;
	border: none;
}

/* Die Klasse mit dem Hinweis zum Bildvergrößern */
.maushinweis {
	margin-top: 10px;
	font-size: 0.6em;
	color: #00f;
	font-style: italic;
}

/* Die Vergrößerung des Bildes soll ohne Rand sein */
.tooltip td {
	margin: 0;
	padding: 0;
}

/* Das Kleingedruckte unten auf der Seite */
#kleindruck {
	font-size: 0.7em;
	font-style: italic;
}

/* footer */
#footer {
	background-color: #FFFE01;
	margin-top: 30px;
	padding-top: 7px;
	height: 20px;
	width: 100%;
	font-size: 0.7em;
	color: #555;
	text-align: center;
}

/* Die Sprachauswahl auf der linken Seite */
#sprachwahl {
	text-align: right;
}

#sprachwahl img {
	border: none;
	margin: 5px;
}

/* Das Formular */
input, select, textarea {
	border: 1px solid #333;
}

.left {
	text-align: right;
	width: 11em;
	font-family: monospace;
}
.moreleft {
	text-align: left;
	width: 11em;
	font-family: monospace;
	font-weight: bold;
	text-decoration: underline;
}
input[type=text], select {
	padding: 2px;
	font-family: monospace;
}
input[type=radio] {
	border: none;
}
td {
	text-align: left;
}
form br {
	clear: both;
}
#formpreis {
	padding-left: 10px;
	font-size: 0.8em;
	font-weight: bold;
}
.zahlinfo {
	display: none;
	text-align: left;
	margin-top: 2em;
	width: 400px;
	font-size: 0.9em;
}

#kkinfo td {
	font-family: monospace;
	font-size: 1.1em;
}

/* Bei der Überprüfung der Daten */
.fehler {
	font-weight: bold;
	color: #f00;
}

/* Hinweisbox auf der Startseite */
#hinweisbox {
	border: 2px solid red;
	padding: 10px;
	float: right;
	width: 250px;
	margin: 0 0 10px 10px;
}

/* Rückruf-Box */
#rueckruf {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 0.8em;
}

input#rrsubmit {
	background: #ff0;
	font-size: 0.9em;
	text-align: center;
	width: 150px;
}

.faq_frage {
	font-style: italic;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
.faq_antwort {
	margin-bottom: 20px;
}

.adr {
	font-weight: bold;
}

#rechnungsadresse_hinweis {
	font-size: 0.8em;
	color: #444;
	font-weight: normal;
	margin-top: 8px;
}

.val {
	color: #333;
	font-family: monospace;
}

#bestellbutton {
	font-size: 1.2em;
	background-color: #7ff11a;
	border: 1px solid #000;
	cursor: pointer;
	padding: 3px;
}

#zurueckbutton {
	font-size: .9em;
	background-color: #b8e5f1;
	cursor: pointer;
	padding: 3px;
}

.einleitung {
	margin-bottom: 10px;
}
h2 {
	margin: 5px 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}

#adresse {
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: left;
	font-size: 0.8em;

}
