/* Einschraenkung der Eigenschaften */

.hover_underline {
		cursor: pointer;
}

.hover_underline:hover {
		text-decoration: underline;
}
/*
#farbuebersicht_head {
		position: relative;
		margin-top: 10px;
		z-index: 3;
}

#auswahl_tabelle {
		border-spacing: 0;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
}

		#auswahl_tabelle td {
				padding: 0;
		}
*/
				#auswahl_ueberschrift {
						color: #000000;
						font-size: 14px;
						font-weight: normal;
						margin: 10px 0;
						padding: 0;
						text-align: center;
				}
/*
				#auswahl_aktion {
						margin-top: 20px;
						margin-bottom: 0;
						padding: 0;
						text-align: center;
						font-size: 18px;
				}*/
						#auswahl_aktion .highlighted {
								color: #ff0000;
						}

				#auswahl_sortierung {
						margin: 0;
						padding: 0;
						text-align: right;
						color: #595959;
						font-size:12px;
				}
						#auswahl_sortierung select {
								border: 1px solid #D5D5D5;
								color: #595959;
						}

.msg_notfound {
		color: #666666;
		font-style: italic;
		margin: 30px;
		text-align: center;
}


#text_before {
		color: #666666;
		padding-left: 20px;
		padding-right: 20px;
}
/*
.box_group {
		padding-top: 10px;
		padding-bottom: 10px;
		z-index: 14;
		border-top: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
		margin-left: 20px;
		margin-top: 0.5em;
		margin-right: 20px;
		cursor: default;		
}

.box_start {
		float: left;
		padding-right: 20px;
		
		background-image: url("/plissee/bilder/pfeil-blau-2.png");
		background-position: right center;
		background-repeat: no-repeat;
}

.box_properties {
		position: relative;
		float:left;
		color: #595959;
		margin-left: 14px;
		z-index: 13;
}

		
		
		.box_properties:hover .box_properties_area {
				display: block;
		}

.box_properties_head {
		padding-left: 6px;
		background-color: #ffffff;
		position: relative;
		border: 1px solid #D5D5D5;

		background-image: url("/plissee/bilder/pfeil-blau-1-runter.png");
		background-position: 99% center;
		background-repeat: no-repeat;

		z-index: 12;
}


.box_properties_area {
		background-color: #ffffff;

		position: absolute;
		display: none;
		z-index: 10;
}
		.box_properties_area_margin {		
				border: 1px solid #dcdcdc;
				margin-top: 2px;
				padding: 4px;
		}

		.box_properties_area table {
				width: 100%;
				z-index: 9
		}
		.box_properties_area div {
				z-index: 9
		}

*/


#farbuebersicht_listing {
		text-align: center;
		z-index: 2;
}

#farbuebersicht_listing table {
		border-spacing: 0;
		border-collapse: collapse;
		/*
		table-layout: fixed;
		width: 100%;*/
}

        #farbuebersicht_listing td {
                text-align: center;
                padding-top: 20px;
                padding-bottom: 10px;
                vertical-align: top;
				font-size: 11px;
				width: 120px;
                margin: 0 auto;
                display: inline-block;
		}

				#farbuebersicht_listing img {
                        width: 100px;
                        height: 100px;
						display: block;
						margin: auto;
						padding: 3px;
						margin-bottom: 0.5em;
				}
						.rollo #farbuebersicht_listing img {
								width: auto;
								height: auto;
						}

				#farbuebersicht_listing a {
						color: #888888;
				}
*/