* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-color: #eee;
	overflow-y: scroll;
}

*+html body {
	overflow-y: auto;
}

.clear {
	clear: both;
}

#page {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}

#header {
	position: relative;
	background: url(/images/header.png);
	width: 960px;
	height: 205px;
	color: #f6faf5;
}

#header a {
	color: #f6faf5;
}

#donate {
	position: absolute;
	top: 12px;
	right: 137px;
	width: 76px;
	height: 44px;
}

#donate a {
	display: block;
	background: url(/images/donate.png);
	width: 76px;
	height: 44px;
	outline: none;
}

#donate a:hover {
	background-position: 76px 0px;
}

#facebook {
	position: absolute;
	top: 12px;
	right: 92px;
	width: 45px;
	height: 44px;
}

#facebook a {
	display: block;
	background: url(/images/fb.png);
	width: 45px;
	height: 44px;
	outline: none;
}

#facebook a:hover {
	background-position: 45px 0px;
}

#logo {
	position: absolute;
	top: 12px;
	right: 22px;
	width: 70px;
	height: 44px;
}

#logo a {
	display: block;
	background: url(/images/das_dorf.png);
	width: 70px;
	height: 44px;
	outline: none;
}

#logo a:hover {
	background-position: 70px 0px;
}

#monkey_a {
	background: url(/images/Affe_Warum_small.png);
	position: absolute;
	top: 12px;
	right: 346px;
	width: 122px;
	height: 44px;
	cursor: pointer;
}

#monkey_b {
	background: url(/images/Affe_Floppen_small.png);
	position: absolute;
	top: 12px;
	right: 194px;
	width: 137px;
	height: 44px;
	cursor: pointer;
}

#monkey_c {
	background: url(/images/Affe_Eliten_small.png);
	position: absolute;
	top: 12px;
	right: 25px;
	width: 154px;
	height: 44px;
	cursor: pointer;
}

#monkey_a:hover, #monkey_b:hover, #monkey_c:hover {
	background-position: 0px 44px;
}

#topbar {
	position: absolute;
	top: 80px;
	right: 25px;
	font-size: 10px;
	line-height: 13px;
}

#quickbar {
	position: absolute;
	left: 25px;
	bottom: 25px;
}

#quickbar a {
	font-weight: bold;
}

#searchbar {
	width: 274px;
	height: 37px;
	position: absolute;
	right: 23px;
	bottom: 23px;
}

#main {
	float: left;
	width: 960px;
	min-height: 300px;
}

#sidebar {
	float: right;
	background-color: #f7f6d0;
	width: 320px;
	height: auto !important;
	line-height: 15px;
}

#sidebar a {
	color: #000;
}

#sidebar ul {
	margin-top: 10px;
	margin-left: 30px;
}

#content {
	float: left;
	background-color: #fff;
	width: 640px;
}

#contentMain {
	float: left;
	background: url(/images/content_bg.png);
	width: 590px;
	padding: 0px 25px;
	text-align: left;
}

#contentHeader {
	float: left;
	background: url(/images/content_bg_header.png);
	width: 640px;
	height: 25px;
}

#contentFooter {
	float: left;
	background: url(/images/content_bg_footer.png);
	width: 640px;
	height: 25px;
}

#footer {
	float: left;
	width: 640px;
	height: 15px;
}

#homeFooter {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Searchbar
 */

#searchbar .myform {
	padding: 0px;
}

#searchbar .row {
	float: left;
	width: 232px;
	height: 37px;
	padding: 0px;
}

#searchbar .element input {
	background: url(/images/search_back.png);
	width: 212px;
	height: 17px;
	border: 0px;
	font-family: Arial, Sans-Serif;
	line-height: 17px;
	font-size: 12px;
	padding: 10px;
	vertical-align: text-bottom;
}

#searchbar .button {
	float: left;
	width: 42px;
	height: 37px;
	padding: 0px;
	margin: 0px;
}

#searchbar .button input {
	background: url(/images/search_back.png);
	background-position: 42px 0px;
	width: 42px;
	height: 37px;
	vertical-align: text-bottom;
	border: 0px;
	padding: 0px;
}

#searchbar .button input:hover {
	background: url(/images/search_back_hover.png);
	background-position: 42px 0px;
	cursor: pointer;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Sidebar Items
 */

.sidebarItem {
	float: left;
	background: url(/images/sidebar_bg.jpg);
	background-repeat: repeat-x;
}

.sidebarItemHeader {
	float: left;
	background: url(/images/sidebar_bg_header.png);
	width: 320px;
	height: 25px;
}

.sidebarItemContent {
	float: left;
	width: 270px;
	background: url(/images/sidebar_bg.png);
	background-repeat: repeat-y;
	padding: 0px 25px;
}

.sidebarItemFooter {
	float: left;
	background: url(/images/sidebar_bg_footer.png);
	height: 25px;
	width: 320px;
}

.sidebarItemTitle {
	padding-bottom: 3px;
	border-bottom: 1px dotted #888;
	margin-bottom: 10px;
}

.menuTop {
	padding-top: 5px;
	padding-left: 15px;
	font-weight: bold;
}

.menuMain {
	padding-bottom: 5px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Search
 */

div.searchMode div.myform {
	padding: 0px;
	padding-bottom: 10px;
	height: 16px;
}

div.searchMode div.radio {
	display: inline;
	margin-right: 10px;
}

div.searchMode div.radio input {
	vertical-align: text-top;
}

*+html div.searchMode div.radio input {
	vertical-align: text-bottom;
	margin-top: -5px;
}

div.searchMode div.radio label {
	line-height: 16px;
	font-family: Arial, Sans-Serif;
}

div.searchResultDocument {
	padding: 5px 5px 0px 5px;
	height: 95px;
}

div.searchResultDocumentImg {
	float: left;
	width: 160px;
	height: 95px;
	background: url(/images/doclink_back.png);
	margin-right: 5px;
}

div.searchResultDocumentImg img {
	background-color: #fff;
	width: 140px;
	height: 70px;
	margin: 8px 0px 0px 8px;
}

div.searchResultDocumentText {
	float: left;
	height: 65px;
	width: 415px;
	overflow: hidden;
}

div.searchResultDocumentScore {
	float: left;
	height: 16px;
	width: 415px;
	margin-top: 9px;
}

div.scoreBack {
	float: right;
	margin-top: 4px;
	font-size: 10px;
	line-height: 12px;
}

div.score {
	background-color: #fff;
	float: right;
	height: 8px;
	width: 50px;
	margin-left: 3px;
	padding: 1px;
	border: 1px solid #ddd;
}

div.scoreInner {
	float: left;
	height: 8px;
	background-color:#8FC796;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Formular Elemente
 */

div.myform {
	padding: 0px 10px 10px 10px;
}

div.row {
	padding: 3px 0px 3px 0px;
}

label.left {
	float: left;
	width: 120px;
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	font-weight: bold;
}

div.element {
	display: inline;
}

div.element input {
	background: url(/images/be_input_back.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 433px;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #2c4736;
}

div.element input:focus, div.element input:hover {
	border: 1px solid #888;
}

div.element textarea {
	background: url(/images/be_input_back.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 433px;
	height: 41px;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #2c4736;
}

div.element textarea:focus, div.element textarea:hover {
	border: 1px solid #888;
}

div.element select {
	background: url(/images/be_input_back.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 1px;
	width: 180px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #2c4736;
}

div.element select:focus, div.element select:hover {
	border: 1px solid #888;
}

ul.errors {
	list-style: none;
	color: red;
	margin: 0px;
	padding-left: 130px;
}

div.button {
	padding: 3px 0px 3px 0px;
	margin-left: 124px;
}

div.button input {
	background: url(/images/be_button_back.jpg);
	background-repeat: repeat-x;
	height: 24px;
	border: 1px solid #ccc;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
	font-family: Arial, Sans-Serif;
}

div.button input:focus, div.button input:hover {
	background: url(/images/be_button_back_hover.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #888;
}

div.captcha {
	margin-left: 124px;
}

div.captcha img {
	border: 1px solid #ccc;
	padding: 5px;
	margin-right: 200px;
	margin-bottom: 6px;
}

div.captcha input {
	background: url(/images/be_input_back.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 50px;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #2c4736;
}

div.captcha input:focus, div.captcha input:hover {
	border: 1px solid #888;
}

div.captcha .errors {
	padding-left: 6px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Formular Elemente - File Input
 */

div.fileUpload {
	width: 442px;
	height: 24px;
	margin: 0px 2px 2px 2px;
	padding-left: 1px;
	overflow: hidden;
	filter: alpha(opacity: 0);
	opacity: 0;
}

div.fakeFile {
	height: 23px;
	padding-left: 135px;
	margin-bottom: -25px;
}

div.fakeFile div.element {
	vertical-align: text-bottom;
}

div.fakeFile input {
	vertical-align: text-bottom;
	width: 329px;
	margin-left: 0px;
	margin-right: 2px;
}

div.fakeFile img {
	vertical-align: text-bottom;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Formular Elemente - erweitert
 */

.fieldset {
	width: 100%;
	padding: 3px 0px 3px 0px;
	border: 0px;
}

.fieldset div.row {
	padding: 0px;
	display: inline;
}

.fieldset div.element {
	padding: 0px;
	display: inline;
}

.fieldset div.element input {
	width: 248px;
	margin-right: 2px;
}

*+html .fieldset div.element select {
	margin-left: 3px;
}

.fieldset ul.errors {
	float: left;
}

.fieldsetButtons {
	padding: 3px 0px 3px 125px;
	border: 0px;
}

.fieldsetButtons div.button {
	margin-left: 0px;
	display: inline;
	margin-right: 2px;
}

#loginDiv div.element input {
	background: url(/images/fe_input_back.jpg);
	background-repeat: repeat-x;
	display: inline;
	width: 180px;
	padding: 1px;
	border: 1px solid #ccc;
}

#loginDiv div.element input:focus, #loginDiv div.element input:hover {
	border: 1px solid #888;
}

#loginDiv div.button input {
	background: url(/images/fe_button_back.jpg);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
}

#loginDiv div.button input:focus, #loginDiv div.button input:hover {
	background: url(/images/fe_button_back_hover.jpg);
	background-repeat: repeat-x;
	border: 1px solid #888;
}

#yesno div.myform {
	margin-top: 5px;
	padding-left: 134px;
}

#yesno div.row {
	display: inline;
}

#yesno div.button {
	display: inline;
	margin: 0px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * tinyMce
 */

div.tinyMceElement textarea {
	width: 588px;
	height: 400px;
}

.tinyMceFieldset {
	padding-top: 5px;
	border: 0px;
}

.tinyMceFieldset div.button {
	margin: 0px;
	padding: 0px;
	display: inline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Data Table
 */

#dataTable thead th {
	cursor: pointer;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Dokumentenformatierung - bearbeiten
 */

div.docEdit {
	background-color: #FAF5A0;
	float: left;
	width: 100%;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
}

div.elemEdit {
	width: 100%;
	line-height: 20px;
	margin: 5px 0px 5px 0px;
}

div.elemEditLeft {
	float: left;
	width: 290px;
	border-left: 1px solid #FAF5A0;
	border-top: 1px solid #FAF5A0;
	padding: 2px;
	padding-bottom: 0px;
}

div.elemEditLeftInner {
	width: 286px;
	float: left;
	background-color: #FAF5A0;
	padding: 2px 2px 2px 2px;
}

div.elemEditRight {
	float: right;
	width: 289px;
	text-align: center;
	border-left: 1px solid #FAF5A0;
	border-right: 1px solid #FAF5A0;
	border-bottom: 1px solid #FAF5A0;
	padding: 2px;
	padding-top: 0px;
}

#addElemForm div.myform {
	background-color: #FAF5A0;
	padding: 2px;
	margin: 0px;
}

#addElemForm div.myform select {
	margin-top: -1px;
	font-size: 12px;
	height: 18px;
	vertical-align: text-top;
}

#addElemForm div.myform input {
	margin-top: -1px;
	padding: 0px;
	vertical-align: text-top;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Dokumente - Elemente bearbeiten
 */

#fileSelect {
	float: left;
	width: 590px;
	margin-bottom: 10px;
	display: inline;
}

#fileSelect .element {
	float: left;
	margin-bottom: 5px;
}

#fileSelect .element select {
	width: 215px;
}

#fileSelect .button {
	float: left;
	width: 215px;
	height: 18px;
	text-align: right;
	margin: 0px 5px 0px 0px;
}

#fileSelect .fileSelectFolder {
	width: 215px;
	margin-right: 10px;
	height: 180px;
}

#fileSelectFiles {
	float: right;
	width: 357px;
	display: block;
	height: 200px;
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	overflow-y: scroll;
}

#fileSelectFiles .imageAlbumImage {
	cursor: move;
}

#fileSelectFiles .imageDisabled {
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}

#fileSelectFiles .imageDisabled:hover {
	border: 1px solid #eeeeee;
}

#fileSelectFiles .imageDisabled img {
	cursor: default;
}

.fileSortBorder {
	float: left;
	width: 590px;
	height: 1px;
	background-color: #ccc;
}

#imageAlbumSort {
	float: left;
	width: 595px;
	min-height: 85px;
	margin: 0px;
	margin-bottom: 5px;
}

.imageAlbumImage {
	background-color: #fff;
	float: left;
	width: 76px;
	height: 76px;
	cursor: move;
	border: 1px solid #ccc;
	padding: 1px;
	margin-right: 5px;
	margin-top: 5px;
}

.imageAlbumImage:hover {
	border: 1px solid #888;
}

.imageAlbumImage img {
	width: 76px;
	height: 76px;
}

#fileSelectFiles .videoAlbumVideoEdit {
	cursor: move;
}

#fileSelectFiles .videoDisabled {
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}

#fileSelectFiles .videoDisabled img {
	cursor: default;
}

#videoAlbumSort {
	float: left;
	width: 590px;
	min-height: 75px;
	margin-bottom: 5px;
}

#videoAlbumSort div {
	cursor: move;
}

.videoAlbumVideoEdit {
	background-color: #eee;
	float: left;
	width: 100%;
	max-width: 590px;
	height: 70px;
	margin-top: 5px;
	text-align: center;
}

.videoAlbumVideoEdit img {
	float: left;
	margin-right: 3px;
}

.videoAlbumVideoEdit:hover {
	background-color: #ddd;
}

div.imageSingleSelect {
	float: left;
	width: 84px;
	height: 84px;
	margin: 0px 10px 0px 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	list-style-type: none;
}

div.imageSingleSelect .imageAlbumImage {
	cursor: move;
}

#imageSingleSelectDiv {
	margin-bottom: 5px;
	float: left;
	width: 100%;
	text-align: justify;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Datei Manager
 */

#fileTree {
	float: left;
	width: 295px;
	overflow: hidden;
}

#fileContent {
	float: right;
	width: 284px;
	border: 1px solid #eee;
	padding: 4px;
}

#fileContent ul {
	margin-top: 0px;
}

div.treeContentEdit {
	float: left;
	background-color: #eee;
	width: 278px;
	margin: 1px;
	padding: 2px;
}

*+html div.treeContentEdit {
	float: none;
}

div.treeContentEdit img {
	clear: both;
	display: inline;
}

div.treeContentEdit dd {
	float: left;
	display: inline;
	margin-bottom: -2px;
	margin-right: 3px;
	padding: 1px;
}

div.treeContentEdit a {
	clear: both;
	display: inline;
}

#folder_name {
	margin-top /*\**/: -1px\9;
	margin-left /*\**/: -1px\9;
}

*+html #folder_name {
	margin-top: -1px;
	margin-left: -6px;
}

div.treeContentEdit dt {
	display: none;
}

div.treeContentEditLeft {
	float: left;
}

div.treeContentEditRight {
	float: right;
}

div.treeContentEditRight dd {
	float: right;
}

div.folderPic {
	width: 65px;
	float: left;
	background-color: #eee;
	padding: 2px;
	margin: 1px;
	font-size: 10px;
	cursor: pointer;
}

div.folderPic:hover {
	background-color:#ddd;
}

div.folderPic img {
	width: 65px;
	height: 65px;
	display: block;
}

div.filePic {
	float: left;
	background-color: #eee;
	width: 272px;
	text-align: center;
	padding: 5px;
	margin: 1px;
}

div.filePic img {
	max-height: 200px;
	vertical-align: text-bottom;
	margin: 0px auto;
}

div.folderVid {
	width: 140px;
	float: left;
	background-color: #eee;
	margin: 1px;
	font-size: 10px;
	cursor: pointer;
	text-align: center;
}

div.folderVid img {
	display: block;
}

div.folderVid:hover {
	background-color:#ddd;
}

div.fileVid {
	background-color: #eee;
	float: left;
	width: 272px;
	text-align: center;
	padding: 5px;
	margin: 1px;
}

div.fileVid img {
	vertical-align: text-bottom;
	margin: 0px auto;
	width: 140px;
	height: 70px;
}

div.fileDescElem {
	float: left;
	background-color: #f4f4f4;
	width: 278px;
	margin: 1px;
	padding: 2px;
}


#moveTree {
	float: left;
	width: 295px;
	overflow: hidden;
}

#moveForm {
	float: right;
	width: 282px;
	border: 1px solid #eee;
	padding: 5px;
	text-align: center;
}

#moveForm div.myform {
	padding: 0px;
}

#moveForm div.button {
	margin: 0px;
	padding: 0px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Tags
 */

div.tag {
	float: left;
	width: 194px;
	margin-left: 3px;
	margin-right: 3px;
}

div.addTags {
	margin-top: 10px;
}

div.addTags input {
	width: 155px;
}

div.addTags img {
	vertical-align: top;
}

div.selectedTags {
	width: 192px;
	height: 150px;
	overflow-y: scroll;
	border: 1px solid #eee;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * events
 */

.event {
	float: left;
	margin-bottom: 15px;
	width: 590px;
}

.eventDate {
	background: url(/images/event_back.png);
	float: left;
	width: 50px;
	height: 58px;
	text-align: center;
	font-size: 11px;
	padding: 1px;
	margin-right: 10px;
}

.eventDateDay {
	font-size: 22px;
	margin: 5px;
}

.eventContent {
	float: left;
	width: 528px;
}

.eventContent h2 {
	margin-bottom: 2px;
}

.eventContent p {
	margin-bottom: 2px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * merchants
 */

.merchant {
	width: 590px;
	padding-bottom: 30px;
}

.merchantImg {
	float: left;
	width: 140px;
	margin-right: 20px;
	min-height: 10px;
	text-align: right;
}

.merchantImg img {
	max-width: 140px;
}

.merchantContent {
	float: left;
	width: 430px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * doclinks
 */

 .doclink {
 	position: relative;
	float: left;
	width: 270px;
	height: 170px;
 }

.doclinkHeader {
	float: left;
	width: 270px;
	height: 95px;
	background: url(/images/doclink_back.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	margin-bottom: 0px;
}

.doclinkHeaderLeft {
	float: left;
	margin: 8px 25px 18px 8px;
	border-right: 1px solid #fff;
}

.doclinkHeaderRight {
	float: left;
	margin-top: 40px;
}

.docLinksButtonOpen {
	font-size: 14px;
	fot-weight: bold;
	cursor: pointer;
}

.docLinksButtonClose {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 14px;
	fot-weight: bold;
	cursor: pointer;
}

.doclinkText {
	float: left;
	width: 270px;
}

.doclinkText h2 {
	margin-bottom: 5px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * address
 */
#address h2 {
	padding-bottom: 5px;
}

#address ul {
	list-style-type: none;
	margin: 0px;
}

#address th {
	border: 1px solid #ddd;
	background-color: #aaa;
	color: #fff;
}

#address td {
	border: 1px solid #ddd;
	height: 10px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ???
 */
div.contentMainHeader {
	float: left;
	width: 590px;
	margin-bottom: 25px;
}

div.contentMainHeaderLeft {
	float: left;
}

div.contentMainHeaderRight {
	float: right;
	color: green;
	padding: 0px 5px;
}

img.icon {
	vertical-align: top;
}

td.tableOption {
	text-align: center;
}

.ui-autocomplete {
	width: 230px;
}

.ui-menu .ui-menu-item a {
	line-height: 16px;
	font-size: 12px;
	padding: 0px;
	padding-left: 10px;
}

.ui-menu .ui-autocomplete-category {
	font-weight: bold;
	padding-left: 3px;
	padding-top: 3px;
	line-height: 16px;
}

.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

.ui-widget-overlay { opacity: .70;filter:Alpha(Opacity=70); }


