/*
** Allgemeines -----------------------------------------
*/
* {
	font-family: Verdana,Arial,Helvetica;
}

ul,
ul li {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

html {
	height:100%;
	max-height:100%;
	max-width:100%;
	width:100%;
}

body {
	height:100%;
	max-height:100%;
	max-width:100%;
	width:100%;
	line-height:1.5;
	margin: 0;
	padding: 0;
	background-color: #2e2e2e;
	color: #C0C0C0;
	font-size: 12px;
}

	body#desktop_body {
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center center;
	}


form {
	margin: 0;
	padding: 0;
}

a,
label,
legend {
	color: #C0C0C0;
}

a { text-decoration: none; }

fieldset,
.fieldset {
	padding: 0 20px;
	border: 1px solid #C0C0C0;
	background-color: #2e2e2e;
}

/*
** Desktop -----------------------------------------
*/
.cms_window {
	position: absolute;
	left: 60px;
	top: 20px;
	border: 0;
}

.cms_window_titel {
	margin-top: 1px;
	margin-left: 10px;
	color: #808080; }

.cms_window_iframe {
	background-color: #2e2e2e; }

.cms_window_status {
	color: #808080; }

#desktop_sitebar {
	position: absolute;
	top: 50%;
	margin-top:-365px;
	right: 20px;
	width: auto;
	filter: alpha(opacity=30);
	opacity: 0.30; }

#desktop_nav {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 20px;
	width: 350px;
	z-index: 1;
	filter: alpha(opacity=96);
	opacity: 0.96; }

#desktop_updateframe {
	position: absolute;
	bottom: 0;
	right: 0;
}

/*
** Übersicht / Pad -----------------------------------------
*/
ul.uebersicht {
	padding: 10px 0;
	margin: 0;
	list-style-type: none; }

	ul.uebersicht li a {
		display: block;
		padding: 5px 5px 5px 10px;
	}
	
	ul.uebersicht li a.active,
	ul.uebersicht li a:hover.active {
		background-color: #404040;
	}

	ul.uebersicht li a:hover {
		background-color: #282828;
	}

		ul.uebersicht li a img {
			margin: 0 10px 0 0;
		}


/*
** Login -----------------------------------------
*/
div#cms_login_form_tmp {
	overflow: hidden;
	padding: 0 20px; }

	div#cms_login_form_tmp label {
		float: left;
		width: 110px;
		padding-right: 10px;
		font-size: 1em;
	}
	
	div#cms_login_form_tmp div input {
		width: 130px;
	}


/*
**  Multisites Übersicht -----------------------------------------
*/

div.multisite_neu {
	margin-bottom: 20px;
	height: auto;
	overflow: visible;
}

	div.multisite_neu a {
		float: left;
		width: auto;
		height: 16px;
		padding-left: 20px;
		margin-right: 20px;
		color: #C0C0C0;
		white-space: nowrap;
	}


	table.multisite_liste,
	table.statistik_liste,
	table.positionen {
		clear: both;
	}

	table.multisite_liste thead tr,
	table.positionen tr.thead,
	table.statistik_liste thead tr,
	table.positionen thead tr {
		background-color: #808080;
		color: #000000;
	}

	  	table.multisite_liste thead tr td,
	  	table.positionen tr.thead td,
	  	table.statistik_liste thead tr td,
	  	table.positionen thead tr td {
	  		font-size: 0.8em;
	  		font-weight: bold;
	  		border-bottom: 5px solid #2e2e2e;
	  		vertical-align: bottom;
	  	}
	  	table.multisite_liste thead tr td,
	  	table.positionen tr.thead td {
	  		padding: 5px;
	  	}
	  	table.statistik_liste thead tr td,
	  	table.positionen tr.thead td {
	  		padding: 5px 15px;
	  	}

	table.multisite_liste tbody tr.farbe0 {
		background-color: #2e2e2e;
	}
	
		table.multisite_liste tbody tr td {
			padding: 8px;
		}
		
		table.statistik_liste tbody tr td {
			padding: 5px 15px;
		}
	
			table.multisite_liste tbody tr td a {
				color: #C0C0C0;
			}


			.pos_print,
			.pos_print {
				background: url('/cms/interface_v4/icons/16x16/verschieben.png') left center no-repeat;
				width: 20px;
				padding-left: 20px;
				text-align: center;
				cursor: move;
			}

table.positionen tbody.position_hinzufuegen {
	outline: 1px solid #C0C0C0;
	-webkit-outline-radius: 5px;
	-moz-outline-radius: 5px;
	outline-radius: 5px;
	padding: 10px;
}

.abm_menge {
	margin-top: 5px;
	color: #C0C0C0;
	background-color: #606060;
	text-align: center;
	font-size: 10px;
}

div.multisite_seitenzahlen {
	padding: 3px;
	overflow: hidden;
	border-top: 5px solid #2e2e2e;
	background-color: #808080;
	color: #000000;
}
* html div.multisite_seitenzahlen {
	overflow: visible;
	height: 1%;
}

	div.multisite_seitenzahlen div.printsite {
		float: left;
		width: auto;
		margin-right: 1em;
		padding-right: 1em;
		border-right: 1px solid #000000;
	}
	
	div.multisite_seitenzahlen ul,
	div.multisite_seitenzahlen ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
		div.multisite_seitenzahlen ul li {
			float: left;
			width: auto;
			margin-right: 1em;
		}
		
		div.multisite_seitenzahlen ul li a {
			color: #000000;
		}

		div.multisite_seitenzahlen ul li.alleanzeigen {
			float: right;
			margin-right: 0;
		}
		
		
#multisite_ausfueren {
	margin-top: 10px; }

	#multisite_ausfueren select,
	#multisite_ausfueren td.action,
	#pics_files_ausfueren select,
	#pics_files_ausfueren td.action	{
		width: 100%;
		padding-right: 10px;
	}
	
	input.submit_ausfuehren {
		width: 15em;
	}

	
/*
**  Neu, Bearbeiten -----------------------------------------
*/

.multisite_eintrag_top,
#multisite_eintrag_top {
	margin-bottom: 10px;
	overflow: hidden;
	height: 50px;
	position: relative;
	background-color: #808080;
	color: #000000; }

	.multisite_eintrag_top_icon,
	#multisite_eintrag_top_icon {
		float: left;
		width: auto;
		padding: 9px;
	}
	
	.multisite_eintrag_top_titel,
	#multisite_eintrag_top_titel {
		padding: 9px;
		font-weight: bold;
	}
	
	.multisite_eintrag_top_uebersicht a,
	#multisite_eintrag_top_uebersicht a {
		display: block;
		float: right;
		width: auto;
		padding: 8px 10px 8px 45px;
		background: url('/cms/interface_v4/icons/32x32/zurueck.png') 5px center no-repeat #808080;
		border-left: 5px solid #2e2e2e;
		color: #000000;
	}

div#eintrag_sections {
	border-bottom: 5px solid #808080;
	position:relative;
	height: 38px;
}

	div#eintrag_sections ul,
	div#eintrag_sections ul li {
		padding: 0;
		margin: 0;
		list-style-type: none;
		list-style-image: none;
	}

	div#eintrag_sections ul {
		float: left;
		width: auto;
	}
		
		div#eintrag_sections ul li {
			float: left;
			width: auto;
			position: relative;
		}

			div#eintrag_sections ul ul {
				border-top: 5px solid #808080;
				visibility: hidden;
				position: absolute;
				top: 38px;
				left: 0;
				width: 200px;
				height: 0;
				z-index: 10;
			}

				div#eintrag_sections ul ul li {
					width: 200px;
				}

				div#eintrag_sections ul ul li:first-child {
					border-top: 5px solid #2e2e2e;
				}
				
	      			div#eintrag_sections ul ul ul {
	      				border-top: none;
	      				visibility: hidden;
	      				position: absolute;
	      				top: 0;
	      				left: 200px;
	      				width: 300px;
	      			}

					div#eintrag_sections ul ul ul li {
						width: 300px;
					}
					
					div#eintrag_sections ul ul ul li:first-child {
						border-top: none;
					}

	div#eintrag_sections li a,
	div#eintrag_sections li a:visited {
		display: block;
		padding: 10px 10px 10px 41px;
		margin-right: 5px;
		background-repeat: no-repeat;
		background-position: 5px center;
		background-color: #606060;
		color: #000000;
		text-decoration:none;

		-webkit-border-top-left-radius:10px;
		-moz-border-radius-topleft:10px;
		border-top-left-radius:10px;
	}
	
	div#eintrag_sections li a.aktiv,
	div#eintrag_sections li a:hover {
		background-color: #808080;
		color: #000000;
	}

	div#eintrag_sections li a.no_hover:hover {
		background-color: #606060;
		color: #000000;
	}

		div#eintrag_sections ul ul a,
		div#eintrag_sections ul ul a:visited {
			padding: 12px 10px 12px 41px;
			margin-right: 0;

			-webkit-border-top-left-radius:0;
			-moz-border-radius-topleft:0;
			border-top-left-radius:0;
		}

			div#eintrag_sections ul ul ul a,
			div#eintrag_sections ul ul ul a:visited {
				padding: 5px 5px 5px 10px;
				margin-right: 0;
				border-left: 5px solid #2e2e2e;
			}

div#eintrag_sections ul li:hover ul,
div#eintrag_sections ul a:hover ul {visibility:visible;}
div#eintrag_sections ul :hover ul ul {visibility:hidden;}
div#eintrag_sections ul :hover ul :hover ul { visibility:visible;}


div.sections_ohne_icon {
	position:relative;
	overflow: hidden;
}

	div.sections_ohne_icon ul,
	div.sections_ohne_icon ul li {
		padding: 0;
		margin: 0;
		list-style-type: none;
		list-style-image: none;
	}

	div.sections_ohne_icon ul {
		float: left;
		width: auto;
	}
		
		div.sections_ohne_icon ul li {
			float: left;
			width: auto;
			position: relative;
		}

	div.sections_ohne_icon li a,
	div.sections_ohne_icon li a:visited {
		display: block;
		padding: 5px;
		margin-right: 5px;
		background-repeat: no-repeat;
		background-position: 5px center;
		background-color: #606060;
		color: #000000;
		text-decoration:none;
	}
	
	div.sections_ohne_icon li a.aktiv {
		background-color: #808080;
		color: #000000;
	}


#eintrag_form {
	padding: 10px 20px;
	background-color: #202020;
	overflow: hidden;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}
* hmtl #eintrag_form {
	overflow: hidden;
	height: 1%; }

#eintrag_form br {
	font-size: 0.7em; }

	#eintrag_form input.submit {
		width: 400px;
	}

	#eintrag_form ul {
		list-style-type: none;
	}
	
		#eintrag_form ul li.folder { /* Für die einrückung der Benutzerberechigungen bei Ordnern */
			margin-left: 20px;
		}
	

div.subsection_titel {
	padding: 5px;
	overflow: hidden;
	background-color: #606060;
	color: #000000; }
* hmtl div.subsection_titel {
	overflow: hidden;
	height: 1%; }

div.subsection_box {
	padding: 0 15px;
	margin-bottom: 20px;
	border: 1px solid #606060;
	color: #C0C0C0; }


.fancybox_dialog_content {
	display: none;
	background-color: #2e2e2e;
	color: #C0C0C0;
	padding: 20px;
}

.fancybox_dialog_top {
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #808080;
	color: #000000;
	padding: 10px;
	font-weight: bold;
}

.form_buttons {
	/*
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	*/
	overflow: hidden;
	margin: 30px 0 10px 0;
	border-top: 1px solid #606060;
	padding-top: 15px;
}

input.form_buttons_ok, 
input.form_buttons_cancel {
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	padding: 5px 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
}

input.form_buttons_ok {
	background-color: #008000;
	width: 350px;
}

input.form_buttons_ok:hover {
	background-color: #006c00;
}

input.form_buttons_cancel {
	background-color: #C00000;
	width: 150px;
}

input.form_buttons_cancel:hover {
	background-color: #ac0004;
}

input.form_buttons_ok[disabled],
input.form_buttons_ok:hover[disabled],
input.form_buttons_cancel[disabled],
input.form_buttons_cancel:hover[disabled] {
	background-color: #C0C0C0;
}

.slidedown_dialog {
	position: relative;
	display: none;
	padding: 0 20px;
	margin: 10px 0 20px 0;
	overflow: auto;
	border: 1px solid #C0C0C0;
}

.slidedown_dialog_hide {
}

/*
**  Pics, Files -----------------------------------------
*/
#pics_files_actions,
#hinzufuegen {
	display: none;
	padding: 0 20px;
	margin: 10px 0 20px 0;
	overflow: auto;
	border: 1px solid #C0C0C0;
}

#pics_files_actions {
	height: 330px;
}

	#pics_files_verwenden_result ul,
	#pics_files_verwenden_result ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
		#pics_files_verwenden_result.pics ul li {
			float: left;
			width: 70px;
			height: 50px;
			margin: 10px 10px 10px 0;
			overflow: hidden;
		}
		
		#pics_files_verwenden_result.files ul li {
			margin: 5px;
		}
		
		#pics_files_verwenden_result.pics ul li span,
		#pics_files_verwenden_result.pics ul li a {
			float: right;
			width: auto;
		}


ul#pics_files_pics,
ul#pics_files_pics li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#pics_files_pics {
clear: both;
overflow: hidden;
}

ul#pics_files_pics li {
	float: left;
	width: 120px;
	margin: 0 20px 20px 0;
	border: 1px solid #808080;
	padding: 10px;
	background-color: #404040;
}

ul#pics_files_files li {
	float: left;
	width: 200px;
	margin: 0 20px 20px 0;
	border: 1px solid #808080;
	padding: 10px;
	background-color: #404040;
}

.pics_files_top {
	min-height: 16px;
	overflow: hidden;
}

.pics_files_top_checked {
	float: left;
	width: 30px;
}

.pics_files_top_titelbild {
	float: left;
	width: 40px;
}

.pics_files_top_titelbild_sprache {
	display: block;
	margin-top: 1px;
	font-size: 10px;
}

.pics_files_top_verschieben,
.pics_files_top_bearbeiten {
	float: right;
	width: 20px;
	text-align: right;
}

.pics_files_top_verschieben {
	cursor: move;
}

.pics_files_pic {
	display: block;
	height: 110px;
	width: 120px;
	overflow: hidden;
	margin-top: 20px;
	text-align: center;
}

.pics_files_file {
	display: block;
	height: 90px;
	width: 190px;
	overflow: hidden;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	color: #000000;
	background-color: #f5c11e;
}

#pics_files_checkall {
	clear: both;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #C0C0C0;
	margin: 10px 0;
	background-color: #404040;
}

#pics_files_checkall div {
float: left;
width: auto;
margin-right: 20px;
}

#pics_files_checkall a {
padding-left: 20px;
}

#pics_files_ausfueren {
	border-top: 5px solid #202020;
}


/*
** Katsite -----------------------------------------
*/
div.katsite_position {
	position: relative;
	padding: 5px 300px 5px 50px;
	overflow: hidden;
	margin-bottom: 30px;
	background: url('/cms/interface_v4/icons/32x32/info.png') 5px center no-repeat #808080;
	color: #000000; }

	div.katsite_position a {
		text-decoration: underline;
		color: #000000;
	}

div.katsite_position_suche {
	position: absolute;
	top: 12px;
	right: 20px;
}

/*
** Formulare -----------------------------------------
*/
form {
	margin: 0;
	padding: 0;
}

div.element_block {
	margin: 15px 0;
}

input.text,
input.texterror,
input.file,
textarea,
textarea.error {
	width: 99%;
	font-size: 12px;
}

select {
	width: 100%;
}

input.text:focus,
input.texterror:focus,
textarea:focus,
textarea.error:focus,
textarea.texterror:focus,
select:focus,
select.error:focus,
file:focus,
file.texterror:focus {
	background-color: #fdf1cf;
}

input.scanner {
background-image: url('/cms/interface_v4/icons/16x16/barcode_textfeld_grau.png');
background-position: right center;
background-repeat: no-repeat;
}

input.scanner:focus {
background: url('/cms/interface_v4/icons/16x16/barcode_textfeld_scan.png') right center no-repeat #fdf1cf;
}

input.texterror,
file.texterror,
textarea.error,
textarea.texterror,
select.error {
	background-color: #FFCDCD;
	border: 2px inset #FF0000;
}

input.submit {
	width: 300px;
}

label {
	display: block;
	font-size: 0.8em;
	text-align: left;
}

label.error,
span.error,
div.error {
	color: #FF0000;
}

input.preis {
background-image: url('/cms/interface_v4/sonstiges/input_euro.png');
background-position: 3px center;
background-repeat: no-repeat;
width: 90px;
text-align: right;
}

input.preis[disabled] {
background-color: #C0C0C0;
border: 1px inset #C0C0C0;
}


/*
** Benutzer Modul -----------------------------------------
*/


ul.benutzer_homepage_tree {
	padding-left: 30px;
}

	ul.benutzer_homepage_tree li {
		margin-left: 15px;
		margin-top: 1px;
		display: block;
	}



/*
** Sonstiges -----------------------------------------
*/

table.vollebreite, td.vollebreite {
	border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none; }

.clearboth {
	clear: both;
    height: 1px;
    overflow: hidden; }

ul.ecgmg {
	list-style-type: none;
	margin-left: 0; }

ul.ecgmg li {
	clear:both;
	padding-bottom: 3px; }

div.ecgmg_label {
	float: left;
	width: 17em;
	font-weight: bold; }

div.ecgmg_content {
	float: left;
	width: auto; }

td.webshop_table_titel {
	font-weight: bold;
	font-size: 0.8em;
	border-bottom: 1px solid #000000; }

div.color_vorschau {
	width: 50px;
	height: 20px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin: 15px 30px 0 10px; }

div.text_vertical {
	width: 25px;
	text-align: center; }

div.kontakte_form_verified_warning {
	color: #FF0000;
	font-weight: bold;
	display: none;
	margin-top: 10px; }

ul.disc {
	
}

	ul.disc li {
		margin-left: 1.3em;
		list-style-type: disc;
	}

.analyse_tabelle_ueberschrift {
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0 5px 0; }


ul#hintergrundbilder {
	margin: 0;
	padding: 0;
	list-style-type: none; }

	ul#hintergrundbilder li {
		float: left;
		width: auto;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
		ul#hintergrundbilder li div.hintergrundbild_titel {
			margin-bottom: 5px;
		}

		ul#hintergrundbilder li div.hintergrundbild_bild {
			padding: 5px;
			border: 5px solid #606060;
		}

.blackbold10 {
	font-weight: bold; }		

ul.mediathek_tree { }

	ul.mediathek_tree li {
		margin-left: 12px;
		margin-top: 1px;
	}

		ul.mediathek_tree li a {
			padding: 3px;
			padding-left: 20px;
		}
		
ul.homepage_tree {
	padding-left: 30px; }

	ul.homepage_tree li {
		margin-left: 15px;
		margin-top: 1px;
		display: block;
	}

		ul.homepage_tree li a {
			display: block;
			padding: 5px;
		}

#kategorien_sitemap {
	display: none;
	left: 20px;
	top: 20px;
	padding: 0 5px 20px 10px;
	width: 500px;
	filter: alpha(opacity=95);
	opacity: 0.95;
	position: absolute; }		

#tooltip {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #FFFFFF;
	padding: 5px;
	max-width:300px;
	color: #000000;
	filter: alpha(opacity=95);
	opacity: 0.95;
	font-size: 10px;
	border: 1px solid #f5c11e; }

.highlight {
	padding: 1px;
	font-size: 1em;
	color: #000000;
	background-color: #f5c11e;
}

.highlight a {
	color: #000000;
}

#loading {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden; 
	background: url('/cms/interface_v4/fensterdesigns/Modern_dunkel/loading.gif') center center no-repeat #000000;
	z-index: 10000000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	display: none;
}

#loading_text {
	height:100px;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin-top: 40px;
	text-align: center;
	font-size: 20px;
}

#loading_text * {
	font-size: 20px;
}

#loading_trans {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index: 9997;
	display: none;
	background: url('/cms/interface_v4/fensterdesigns/Modern_dunkel/loading.gif') center center no-repeat #000000;
	z-index: 10000000;
        filter: alpha(opacity=60);
        -moz-opacity: .6;
        -khtml-opacity: .6;
        opacity: .6;
}

.farbe1 {
	background-color: #404040;
}

.webshop_kontakte_adressen {
	float: left;
	width: 350px;
	height: 155px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #606060; }

.ellipsis
{
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	-moz-binding: url('/cms/interface_v4/fensterdesigns/bindings.xml#ellipsis'); }

div.statusbox_green {
	width: 30px;
	background-color: #00C000;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	padding: 1px; }

div.statusbox_orange {
	width: 30px;
	background-color: #ff8d29;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	padding: 1px; }

div.statusbox_red {
	width: 30px;
	background-color: #CC0000;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	padding: 1px;
}

.kontakte_adressen {
	float: left;
	width: 350px;
	height: 155px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #606060;
}

.info {
	position: relative;
	padding: 5px 5px 5px 50px;
	overflow: hidden;
	background: url('/cms/interface_v4/icons/32x32/info.png') 5px center no-repeat;
	color: [[FENSTERDESIGN_TEXT_COLOR]];
	min-height: 32px;
}

.achtung {
	position: relative;
	padding: 5px 5px 5px 50px;
	overflow: hidden;
	background: url('/cms/interface_v4/icons/32x32/achtung.png') 5px center no-repeat;
	color: [[FENSTERDESIGN_TEXT_COLOR]];
	min-height: 32px;
}

.gesperrt {
	position: relative;
	padding: 5px 5px 5px 50px;
	overflow: hidden;
	background: url('/cms/interface_v4/icons/32x32/gesperrt.png') 5px center no-repeat;
	color: [[FENSTERDESIGN_TEXT_COLOR]];
	min-height: 32px;
}

.fehler {
	position: relative;
	padding: 5px 5px 5px 50px;
	overflow: hidden;
	background: url('/cms/interface_v4/icons/32x32/fehler_rot.png') 5px center no-repeat;
	color: [[FENSTERDESIGN_TEXT_COLOR]];
	min-height: 32px;
}

.alpha100 {
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}

.alpha30 {
filter: alpha(opacity=30);
-moz-opacity: .30;
-khtml-opacity: 0.30;
opacity: .30;
}

.webshop_bestellungen_protokoll_head {
	padding: 5px;
	background-color: #404040;
	display: block;
	margin-top: 10px;
}
.webshop_bestellungen_protokoll_head.highlight {
	color: #000000;
	background-color: #f5c11e;
}

.webshop_bestellungen_protokoll_body {
	padding: 10px;
	border: 1px solid #808080;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	display: none;
}

a.webshop_artikel_varianten_massenaenderung_uebernehmen {
	display: inline-block;
	padding: 0 3px 3px 3px;
	background-color: #808080;
	border: 1px solid #000000;
	color: #000000;
	text-align: center;
	font-size: 10px;
}

.preis_exkl,
.preis_inkl {
font-family: 'Courier New';
display: inline-block;
font-size: 11px;
background-color: #808080;
color: #000000;
padding: 1px 5px;
margin-right: 2px;
}

.preis_exkl *,
.preis_inkl * {
font-family: 'Courier New';
font-size: 11px;
}

/*
** Kontakte -----------------------------------------
*/

ul#kontakte_kategorien_tree li ul {
display: none;
}


/*
** Sonstiges -----------------------------------------
*/
.unsichtbar {
display: inline;
height: 0;
left: -3000px;
overflow: hidden;
position: absolute;
top: -2000px;
width: 0;
}


/*
** Uploader -----------------------------------------
*/
body .plupload_header_content {
padding-left: 10px;
height: 42px;
}

body .plupload_logo,
body .plupload_header_title {
display: none;
}

body .plupload_header_text {
padding-top: 12px;
font-size: 16px;
font-weight: bold;
}

/*
** Sonstiges -----------------------------------------
*/

.tablesorter-header-inner {
background: url('/cms/interface_v4/fensterdesigns/Modern_dunkel/table_sort.png') right center no-repeat;
padding-right: 12px;
cursor: pointer;
}

.ui-autocomplete {
max-height: 300px;
overflow-y: auto;
overflow-x: hidden;
}
* html .ui-autocomplete {
height: 300px;
}
.ui-autocomplete-loading {
background: white url("/cms/interface_v4/sonstiges/loading_input.gif") right center no-repeat;
}