﻿/* STATUS BEREICH OBEN */

.statusbox {
	width: 100%;
	height: 24px;
	margin: 0 0 20px 0;
}

.statustrenner {
	margin: 0 8px 0 8px;
}



/* FORMULARE STANDARDS */

.errorbox {
	color: #ff6600;
	margin: 10px 0 10px 10px;
	font-weight: bold;
}

.pflichtmarkierung {
	color: #ff6600;
}

.hilfebox {
	position: absolute;
	margin: 3px 0 0 530px;
	visibility: hidden;
	z-index: 100;
}

.hilfebox a, .hilfebox a: hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.hilfebox a: hover {
	text-decoration: none;
}

.securedbox {
	position: absolute;
	margin: 35px 0 0 498px;
}



/* FORMULARE */

.tabelleninhalt { /* KASTEN: GESAMT HELLGRAUER MIT KOPFZEILE*/
	width: 100%;
	background: #131313 url('../bilder/elemente/header_tabelle.gif');
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
	padding: 0px;
	border-bottom: 8px solid #131313; /* ERZEUGT LAENGEREN RAND UNTEN IM FUSS DES FORMULARBLOCKS */
}

.tabellenheader { /* HEADLINE INNERHALB DES KASTENS */
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	position: relative;
	height: 20px;
	width: 100%;
	padding: 3px 0 0 10px;
}

.tabelleninhalt table {
	margin: 3px 0 10px 10px;
}

.tabelleninhalt .ticketalarminside, .tabelleninhalt .newsletterinside { /* SORGT DAFUER, DASS DIE TABELLEN INNERHALB DER TABELLEN KEINEN ABSTAND HABEN */
	margin: 3px 0 10px 0px;
}

.tabelleninhalt th {
	text-align: left;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	padding-right: 6px;
}

.tabelleninhalt td, .warenkorbinhalt td {
	font-size: 11px;
	vertical-align: top;
	padding: 2px;
	text-align: left;
}

.tabelleninhalt strong {
	color: #ff0000;
}

form {
	display: inline;
}

/* DARSTELLUNG KASTEN WARENKORB */

.warenkorbinhalt, .checklistware {
	width: 100%;
	background: #131313 url('../bilder/elemente/header_tabelle.gif');
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	padding: 0px;
	border: 0px;
}

/* DARSTELLUNG TABELLE WARENKORB ZUSAMMENFASSUNG BZW UNTERSCHIEDE ZUM NORMALEN WARENKORB */

.checklistware { /* TEIL OBEN */
	background: #131313 url('../bilder/elemente/header_tabelle.gif');
	background-repeat: no-repeat;
}

.checklistangaben { /* TEIL UNTEN */
	background: #131313;
	border-bottom: 8px solid #131313; /* ERZEUGT LAENGEREN RAND UNTEN */
}

.checklistangaben strong {
	color: #ff0000;
}


/* INPUT TEXTFELDER */

.textinput, .textinputerror, .textinputthird, .textinputTWOthird { /* INPUT TEXTFELDER */
	width: 154px;
	height: 20px;
	font-size: 11px;
	background: #ffffff url('../bilder/elemente/background_textinput.gif');
	background-repeat: repeat-x;
	border-top: 1px solid #909090;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #cecece;
	padding: 3px 0 0 5px;
}

.textinputerror {
	background: #f4bfba;
}

.textinputthird { /* KURZES TEXTFELD */
	width: 50px;
	margin-right: 4px;
}
.textinputTWOthird { /* MITTLERES TEXTFELD */
	width: 100px;
}

.textinputshort {
	width: 30px;
}


/* BUTTONS */

.buttonzurueck {
	margin: 10px 0 0px 5px;
	width: 69px;
	height: 28px;
}

.buttonweiterblank {
	margin: 10px -6px 0px 0;
	float: right;
	width: 68px;
	height: 28px;
}

.buttonweiter {
	margin: 10px 5px 0px 0;
	float: right;
	width: 68px;
	height: 28px;
}

.buttonabschliessen {
	margin: 10px 5px 0px 0;
	float: right;
	width: 138px;
	height: 28px;
}

.buttonweiter img, .buttonzurueck img {
	cursor: pointer;
}


