
/*
Farben

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


div.abstand {
	width: 10px;
}

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

/************** Formatierungen für Anzeigenerfassung ***************/

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

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

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

#mb button-a {
	background-color: #DE6C00;
}

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

.button-b.inaktiv {
	color: #999999;
	border: 1px solid #999999;
}

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

.button-b.top {
	margin-bottom: 10px;
}

.button-c, .button-d, .button-e {
	padding: 0px 2px 0px 2px;
	background-color: #F6F9F8;
	color: #750000;
	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-g {
	background-color: #EEEEEE;
	color: #750000;
	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;
}

.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 #750000;
	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;
}


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

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

a img {
	border: none;
}

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

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

#mb .table-a.adminbereich td a:hover,
#rb .table-a.adminbereich td a:hover {
	text-decoration: underline;
}

/**** 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;
}


