
/*
Farben

			#990000 : Fahrrad-Markt Rot
			#EEEEEE : helles Grau
			#BDBEC4 : Grau für Rahmen
			#333333 : dunkles Grau
*/

td {
	vertical-align: top;
	font-size: 11px;
}

div.abstand {
	width: 10px;
}

td.abstand {
	padding-left: 5px;
}

/************** Formatierungen für Anzeigenerfassung ***************/
div#vorschau {
	position: absolute;
	left: 479px;
	top: 122px;
	width: 311px;
}


/*************************************************************************/
#div-content {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border: none;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}

#div-vorschau {
	text-align: center;
	vertical-align: top;
	border: solid 1px #BDBEC4;
	background-color: #EEEEEE;
	font-size: 11px;
	color: #4A525B;
	white-space: nowrap;
}

#id_anz_bestell_button {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #990000;
}

.text-c {
	color: #000000;
}

div.fragezeichen {
	cursor: help;
	margin: 0 0 0 8px;
	position: relative;
	top: 2px;
	display: inline;
}

.button-a {
	background-color: #990000;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}

.button-b {
	padding: 0px 1px 0px 1px;
	background-color: #F6F9F8;
	color: #990000;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #BDBEC4;
}

.button-b.inline {
	margin-left: 10px;
}

.button-c {
	padding: 0px;
	background-color: #F6F9F8;
	color: #990000;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #BDBEC4;
}

.button-c-bestellen {
	padding:3px 4px 3px 4px;
	background-color: #BDBEC4;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border: 2px outset #D3D4D9;
}

.button-e {
	margin: 0 10px 0 0;
	padding: 2px 10px 2px 10px;
	background-color: #EDEDEA;
	color: #333333;
	font-weight: normal;
	font-size: 9px;
	border: 1px solid #999999;
}

.button-f {
	padding: 0;
	background-color: #FFFFFF;
	font-weight: normal;
	border: none;
	text-align: left;
	background-image: url(../grafik/doppelpfeil_klein.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-width: 100px;
}

.button-f.breit {
	min-width: 210px;
}

.button-g {
	background-color: #EEEEEE;
	color: #990000;
	border: 1px solid #4A525B;
	padding: 1px 2px 2px 2px;
	margin: 0 0 0 10px;
	max-width: 130px;
	max-height: 20px;
	display: inline;
	vertical-align: middle;
	cursor: pointer;
}

.fehler {
	color: #DE140A;
	font-weight: bold;
}

div.fehler {
	margin-bottom: 10px;
	display: block;
}

p.ok {
	color: #008000;
	font-weight: bold;
	margin: 10px 0 10px 0;
}


.table-a {
	width: 870px;
	margin: 5px 0 0 0;
	border: 1px solid #990000;
	background-color: #FFFFFF;
}

.table-a.adminbereich {
	width: 930px;
	margin-bottom: 10px;
}

.table-a.archiv {
	width: auto;
}

.table-a.in-box {
	width: 510px;
}

.table-a input, .table-a input.text, .table-a select {
	width: auto;
}

.table-b {
	width: 100%;
	margin: 5px 0 0 0;
	border: 1px solid #990000;
	background-color: #FFFFFF;
}

.table-a th {
	text-align: center;
	font-size: 10px;
	color: #4A525B;
	padding: 2px 5px 2px 6px;
	border : none;
	background-color: #FFF;
}

.table-a.adminbereich th {
	color: #FFFFFF;
	background-color: #990000;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	padding-top: 5px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

.table-a.adminbereich th.formular {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-top: 2px;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
}

.table-a th.linksbuendig {
	text-align: left;
}

.table-a th.linksbuendig div.header {
	float: left;
}

.table-a th div.zusatzinfos {
	float: right;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

.table-a th.klein  {
	padding: 2px 5px 2px 6px;
	margin: 0px;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	font-size: 11px;
	background-color: #990000;
	color: #FFFFFF;
}

.tabletext_klein, table.table-a td {
	padding: 2px 5px 2px 6px;
	margin: 0px;
	vertical-align: top;
	border: 1px solid #990000;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #4A525B;
}

table.table-a td.admin {
	padding: 5px;
}

table.table-a td.admin div.input-block {
	margin: 10px 0 0 0;
}

table.table-a td.admin div.input-block div.label.oben {
	margin-bottom: 3px;
}

table.table-a td.nobreak {
	white-space: nowrap;
}

table.table-a td.checkboxgroup {
	white-space: nowrap;
	vertical-align: top;
}

div.scrollable {
	background-color:#FFFFFF;
	border: 1px #444444 solid;
	margin: 3px; padding: 3px;
	overflow: scroll;
	height: 10em;
}

table.table-a td.mehrzeilig {
	vertical-align: top;
}

table.table-a td.merged {
	white-space: nowrap;
	border-top: none;
}

table.table-a td.merged.left {
	border-bottom: none;
	border-right: none;
	padding-bottom: 0;
}

table.table-a td.merged.right {
	border-bottom: none;
	border-left: none;
	padding-bottom: 0;
}

table.table-a td.merged.bottom {
	border-top: none;
	text-align: left;
	padding: 0 0 0 7px;
}

table.table-a td.linksbuendig {
	text-align: left;
}

table.table-a td.input {
	background-color: #FFFFFF;
	color:  #333333;
	font-size: 11px;
	padding: 4px 5px 4px 6px;
}

table.table-a td.input select {
	font-size: 11px;
	width: auto;
}

table.table-a td.radio {
	padding: 2px 5px 2px 2px;
	width: 10px;
	vertical-align: top;
	text-align: center;
}

table.table-a td.hinweis {
	background-color: #FFFFFF;
	color: #333333;
	padding: 5px 0 5px 5px;
}

table.table-a td div.link {
	margin: 5px 3px 3px 0;
}

table.table-a td div.linker-block {
	float: left;
	margin-right: 10px;
}

table.table-a td div.input-box {
	padding-top: 3px;
	margin-right: 10px;
	float: left;
	display: inline;
}

table.table-a td div.input-box.medium {
	width: 100px;
}

table.table-a td div.input-box div.label {
	margin-bottom: 2px;
}

table.table-a td.blaettern-zeile {
	margin: 0px;
	padding: 2px 10px 2px 10px;
	text-align: center;
	background-color:#EEEEEE;
	color: #4A525B;
	white-space: nowrap;
}

table.table-a td.blaettern-zeile td {
	background-color:#EEEEEE;
	border: none;
}

.tabletext_klein_ersteZelle {
	padding: 2px 5px 2px 6px;
	margin: 0px;
	border-bottom: 1px solid #990000;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #4A525B;
}

.tabletext_sehrklein {
	padding: 2px 5px 2px 0px;
	margin: 0px;
	border: none;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #4A525B;
}

.trennzeile {
	padding:0px;
	font-size:1px;
}

td.geruest {
	padding: 4px;
	margin: 0;
	background-color: #fff;
	vertical-align: top;
}

td.edit-prop {
	padding: 3px;
	margin: 0;
	vertical-align: top;
}

td.geruest-login {
	padding: 15px 4px 4px 4px;
	margin: 0;
	background-color: #fff;
	vertical-align: top;
	text-align: right;
	font-size: 9px;
}


div.admin-aktionsbox {
	padding:2px 2px 2px 2px;
	margin: 3px;
	border: 1px solid #445E92;
	background-color:#eee;
}

div.admin-aktionshead {
	padding:7px 3px 3px 3px;
	font-weight: bold;
}

div.admin-aktionszeile {
	padding:3px 3px 3px 10px;
	border-top: 1px solid #ddd;
}


#debug_res, .debugBox {
	padding:1px;
	margin:0;
	border: 1px solid #01e;
	background-color: #def;
	font-size:9px;
	font-weight: normal;
	color:#014;
}

.debug_table {
	margin: 5px;
	border: 1px solid #990000;
	background-color: #fff;
}
.debug_table th {
	background-color: #444;
	font-size: 9px;
	color: #ddd;
}

.debug_table td {
	background-color: #ddd;
	font-size: 9px;
	color: #333;
}

/* ########## Bestellseite ############ */
.bestellseite {
	width: 100%;
	white-space: normal;
}
.bestellseite_box {
	margin-bottom: 10px;
	padding: 0;
	border: 1px solid #BDBEC4;
	background-color: #EEEEEE;
}
.bestellseite_box.weiss {
	background-color: #FFFFFF;
}
.bestellseite_head_1 {
	margin-bottom: 10px;
	padding: 8px 8px 8px 8px;
	font-size: 12px;
	color: #000000;
	border: 1px solid #990000;
	background-color: #EEEEEE;
}

.bestellseite_box_head {
	padding: 3px 8px 3px 8px;
	background-color: #990000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.bestellseite_box_inhalt {
	padding: 6px;
}

div.bestellseite_box_inhalt div.fehler {
	margin: 20px 0 20px 0;
	text-align: center;
}

.bestellseite_box_bild {
	margin: 0 0 4px 0;
	padding: 6px 0px 6px 0px;
}

.bestellseite_box_text_1 {
	padding: 2px;
	font-size: 12px;
}
.bestellseite_box_text_1_small {
	padding:5px 2px 2px 2px;
	font-size:10px;
}

.ivwpixel {
	position: absolute;
	border: none;
}

/* ############ a-Links ############ */

a img {
	border: none;
}

.table-a.adminbereich th a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.table-a.adminbereich td a:link,
.table-a.adminbereich td a:visited {
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	font-weight: normal;
}

.table-a.adminbereich td a:hover,
.table-a.adminbereich td a:active {
	color: #E11F26;
	text-decoration: underline;
	vertical-align: top;
	font-weight: normal;
}

a.nav1 {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.nav2:link {
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	font-weight: normal;
}
a.nav2:visited {
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	font-weight: normal;
}
a.nav2:hover {
	color: #7f8084;
	text-decoration: none;
	vertical-align: top;
	font-weight: normal;
}
a.nav2:active {
	color: #7f8084;
	text-decoration: none;
	vertical-align: top;
	font-weight: normal;
}

a.invisible {
	color: #000;
	text-decoration: none;
	white-space: nowrap
}

/**** Ajax Dynamische Liste ****/
/* Big box with list of options */
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:175px;	/* Width of box */
	height:250px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #317082;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:0.9em;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */

}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#317082;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

