body {
	/* font-family: Helvetica, sans-serif; */
	font-family: 'Avenir Next', sans-serif;
	/* min-width: 300px;
	width: 500px;
	max-width: 800px;
	min-height: 100px;
	height: 300px;
	max-height: 400px; */
	overflow-y: auto;
}

.body-hintergrund {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.body-webapp {
	/* background: #FAFAFA; */
	background: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
	margin: 0px 8px;
	background-repeat: repeat;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
}

table {
	border: 0px solid rgba(0, 0, 0, 1);
	border-collapse: separate;
	border-spacing: 2px 2px;
}

th {
	border: 1px solid rgba(0, 0, 0, 1);
	padding: 1px 4px;
}

td {
	border: 1px solid rgba(0, 0, 0, 1);
	padding: 1px 2px;
}

#popup {
	margin: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.table-leer {
	border: none;
	color: 'transparent';
	background-color: 'transparent';
}

.table-fixiert {
	table-layout: fixed;
}


/* Knöpfe */

.btn-aufklappen-nachunten {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 1);
	height: 18px;
	width: 100%;
	font-size: x-small;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.unterseite-btn {
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 3px;
}

.input-btn-as-url {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 3px;
}

.progressmeter {
	width: 100%;
	height: 10px;
	padding: 0px;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 3px;
	text-align: left;
	align-items: center;
}

.progressmeter-pc {
	height: 9px;
	background-color: #ED784C;
	opacity: 0.5;
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 3px;
}

.progressmeter-empty {
	width: 0;
	border: none;
}

.progressmeter-full {
	height: 9px;
	width: 100%;
	background-color: #608B49;
	opacity: 0.5;
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 3px;
}

.ProjecterWebAppName:before {
	content: 'Google AdWords Übersetzer';
	font-style: italic;
}

.ProjecterWebAppScreenshots:before {
	/* text-align: center; */
	border: 1;
	border-color: rgba(0, 0, 0, 1);
}

.bedienung-button {
	height: 20px;
	width: 20px;
	border: 0px solid rgba(0, 0, 0, 1);
	background-color: transparent;
}

.bedienung-button-image {
	padding-left: 16px;
	height: 16px;
}


/* STANDARDTABELLE */

.tabelle-spalte-index {
	color: rgba(0, 0, 0, 1);
	background: #608B49;
	/* #FFE78C; */
}

.tabelle-zeile-head {
	border: 1px solid rgba(0, 0, 0, 1);
	color: rgba(0, 0, 0, 1);
	background: #4EAFD7;
}


/* STEUERELEMENTE */

.steuerelemente>table {
	border: 1px solid black;
	border-radius: 5px;
	background: #EEEEEE;
}

.steuerelemente td {
	border: none;
	color: 'transparent';
	background-color: 'transparent';
}


/* SKROLLTABELLEN: */

.scroll-tabelle-outer {
	position: relative;
	padding-top: 20px;
	background: transparent;
	/* #4FAFD7; */
	width: 100%;
	height: 100%;
}

.scroll-tabelle-inner {
	border: 1px solid rgba(0, 0, 0, 1);
	overflow-y: auto;
}

.scroll-tabelle-inner table {
	width: 100%;
	height: 100%;
}

.scroll-tabelle-inner table td {
	background: transparent;
	/* #ffffff; */
	padding: 2px 2px 4px 4px;
}

.scroll-tabelle-inner table th {
	padding: 2px 2px 4px 4px;
	background: transparent;
	border: none;
	white-space: nowrap;
}

.scroll-tabelle-inner table th div {
	position: absolute;
	background: transparent;
	padding: 0;
	top: 0;
	line-height: normal;
	border: none;
}


/* WORTHERVORHEBUNG */
.projecter-googleadwords-app-felder-select {
	border: 1px solid #888888;
	border-radius: 2px;
	padding: 2px;
	height: 15px;
	color: rgba(0, 0, 0, 1);
	background: #CE9178;
	/* #ED784C;*/
}

.projecter-googleadwords-app-felder-select-lex {
	border: 1px solid #888888;
	border-radius: 2px;
	padding: 2px;
	height: 15px;
	color: rgba(0, 0, 0, 1);
	background: #CE9178;
	/* #ED784C;*/
}

.projecter-googleadwords-app-felder-merged {
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 2px;
	padding: 2px;
	height: 15px;
	color: rgba(0, 0, 0, 1);
	background: #569CD6;
	/* #569FF9; */
}

.projecter-googleadwords-app-felder-merged-ausgeschaltet {}

.projecter-googleadwords-app-felder-notmerged-ausgeschaltet {}

.projecter-googleadwords-app-felder-notmerged {
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 2px;
	padding: 2px;
	height: 15px;
	color: rgba(0, 0, 0, 1);
	background: #EBEBEB;
}

/* ANLEITUNG */
ul {
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: none;
	padding: 0;
	margin: 20;
}

.ftnote {
	color: red;
	font-weight: bold;
	vertical-align: super;
	font-size: smaller;
}

.ProjecterPluginScreenshots:before {
	/* text-align: center; */
	border: 1;
	border-color: rgba(0, 0, 0, 1);
}

.ProjecterPluginScreenshots {
	border: 1px solid black;
	width: 75%;
}

.ProjecterPluginScreenshots-small {
	border: 1px solid black;
	width: 40%;
}

.textKnopf {
	outline-style: solid;
	outline-width: 2px;
	outline-color: rgba(0, 0, 0, 1);
}

.affherv {
	outline: .2em dotted red !important;
	/* rgb(236,105,51) #FDFF47 */
	outline-offset: .2em !important;
	box-shadow: 10px 10px 5px #333333 !important
}

.hauptteil {
	width: 97.5%;
	text-align: left;
	padding: 0pt 8pt 0pt 0pt;
}

p {
	text-align: justify;
}