html {
 }

html, body {
   margin: 0;
   padding: 0;
   font-size: 10px;
   height: 100%;
   font-family: leicht, verdana, arial, helvetica, sans-serif;
   color: #444;
}

body {
   background-color: #fff;
   overflow: hidden;
}
select:focus, ui-button:focus, input:focus, .ui-selectmenu-button:focus, .ui-button:focus {
	outline: none;
}
.rund {
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.hoverhand:hover{
	cursor: pointer !important;
}
.hoverhand{
	cursor: pointer !important;
}

.global-intro span {
	color: #FFFFFF;
	font-size: 18px;
	font-face: arial;
}


.ui-dialog {
	z-index: 1000 !important ;
}

.global-intro {
	position: absolute;
	bottom : 25px;
	right: 25px;
	z-index: 1999;
}
.global-intro-circle {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 30px;
	cursor: pointer;
}
.global-frame {
	font-family: 'Montserrat', sans-serif;
	color : #656565;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#global-window-inner {
	width: 100%;
	height: 100%;
	border:none;
		box-shadow: 0 0 3px #444;
	border-radius: 5px 5px 5px 5px;
}
.global-overlay {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: rgba(35,47,62, .5);
}
.global-overlay-container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(35,47,62, .85);
	border: 1px solid rgb(35,47,62);
	padding-top: 50px;
	padding-bottom: 50px;
}
.global-basic-text{
	line-height: 1.6;
}

.global-frame input{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.8px;
		font-weight: 300;

}


.global-window {
	width: 819px !important;
	height: 80%;
	min-height: 500px !important;
	max-height: 800px;
	text-align: center;
	margin: 47px auto;
	border: none;

}
.global-left {
	min-width: 268px !important;
	height: 100%;
	max-height: 800px;
	text-align: center;
	float: left;
	overflow-y:hidden;
	overflow-x: hidden;
	border-right: 1px solid silver;
	background-color: #FFFFFF;
	border-radius: 5px 0 0 5px;

}
.global-left-2 {
	width: 100%;
	text-align: center;
	font-size: 10px;
	margin-bottom: 15px;
}
.global-right {

}
.global-left-userinfo {
	display: inline-block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	border-radius: 40px;
	border: 2px solid #24BFB3;
	margin-left: 5px;
	margin-top: 20px;
	text-align: center;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	cursor: pointer;
}
.global-left-userinfo img{
	background-color: transparent;
	display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}
.global-left-userinfo-status {
	display: inline-block;
	margin-top: 18px;
	width: 100%;
}
.chat-communication {
	background-image: url(../img/wall/bg_chat_8.jpg);
	background-repeat:repeat;
}

.global-left-menue {
	text-align: center;
	height: 100%;
	font-size: 10px;
	position: relative;
}
.global-left-menue-section {
		position: relative;
		width: 100%;
		text-align: left;
		font-size: 10px;
		border-bottom: 2px solid #FFFFFF;
		padding-top: 1px;
		padding-bottom: 1px;
}
.global-left-menue-toggle {
	width: 95%;
	text-align: left;
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	cursor: pointer;

}
.global-left-menue-toggle-sub {
	max-width: 260px !important;
	text-align: left;
	font-size: 10px;
	margin-top: 5px;
	overflow-y:scroll;
	overflow-x: hidden;
	margin-left: 8px;
	resize: vertical;
	min-height: 200px !important;
	max-height: 400px !important;
}
.global-left-menue-toggle-sub-item {
	margin-left: 34px;
	width: 230px;
	border-top: 1px solid #eee;
	padding: 8px 0px 8px 0px;
	line-height: 20px;
	cursor: pointer;
}
.global-left-menue-toggle-sub-item-img {
	display: inline-block;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 40px;
	border: 2px solid #eee;
	text-align: center;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.global-left-menue-toggle-sub-item-img img{
	background-color: transparent;
	display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.global-left-menue-group-user {
	width: 500px !important;
	background-color: #FBFBFB;
	margin: 0 auto;
	height: 45px;
	font-size: 12px;
	line-height: 45px;
	border-radius: 2px;
	margin-bottom: 6px;
}

.global-left-userinfo-hr {
	border-top: 2px solid #24BFB3;
	margin: 0px auto;
	width: 244px;
	text-align: center;
	margin-top: 15px;
	padding-right: 3px;
}
.image-active {
	border: 3.5px solid #3C91C7	;
}
.image-default {
	border: 3.5px solid #FFFFFF;
}
.userinfo-popup-userimage {
	display: inline-block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 3px;
	text-align: center;
	overflow: hidden;
	margin: 5px;
	float: left;
	cursor: pointer;
}
.userinfo-popup-userimage img{
	display: inline;
	margin: 0 auto;
	height: 100%;
	width: auto;
}
.global-left-bottom {
	min-width: 268px !important;
	height: 30px;
	text-align: center;
	overflow-y:hidden;
	overflow-x: hidden;
	background-color: #FFFFFF;
	position: relative;
	bottom: 0px;

}
.message-emoticons-img {
	width: 23px;
	height: auto;
	float: left;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
}
.message-emoticons-img:hover{
	border: 1px solid #E03E06 !important;
	border-radius: 2px;
}

.basic-input {
	width: 350px;
	border: none;
	display: inline-block;
	min-height: 50px;
	text-align: left;
	padding: 5px;
	padding-left: 10px;
	line-height: 50px;
}

.basic-input-emoticons-img {
	width: 350px;
	border: none;
	display: inline-block;
	min-height: 50px;
	text-align: left;
	padding: 5px;
	padding-left: 10px;
	line-height: 50px;
}

.basic-input-userinfo {
	width: 370px;
	display: inline-block;
	min-height: 40px;
	text-align: left;
	padding: 5px;
	padding-left: 10px;
	line-height: 40px;
	height: 40px;
	border: 1px solid rgb(224, 62, 6);;
	border-radius: 3px;
	color: rgb(224, 62, 6);
	margin-bottom: 25px;
}
.basic-input-userinfo-speichern {
	display: inline-block;
	min-height: 32px;
	padding: 5px;
	line-height: 32px;
	height: 32px;
	border: 1px solid rgb(224, 62, 6);
	border-radius: 0px;
	color: rgb(224, 62, 6);
	margin-bottom: 30px;
	margin-top: 30px;
	cursor:pointer;
	text-align: center;
	width: 357px;
}

.basic-input-userinfo-speichern:hover {
	color: #FFFFFF;
	border: 1px solid transparent;
	background-color: rgb(224, 62, 6);
}
.global-communication-me {

}
input {
  outline: none;
}

.bInputContainer {
	width: 370px;
	margin: 0 auto;
}
.bInputContainer .simpleForm {
}
.bFormSpace {
	margin-top: 20px;
}
ul {
    padding: 0;
}
ul.structural {
    padding: 0;
    margin: 0;
    margin-top: 0px;
}

ul.structural > li {
    list-style: none;
    margin-left: 0;
}

ul > li {
    margin-left: 1.1em;
    margin-bottom: 5px;
    list-style-type: disc;
}

.bInput .bInputPlacement {
    position: relative;
	text-align: left !important;
}

.bInput.bInputOversize .bTextField {
    height: 46px;
}
.bInput .bTextField {
    height: 46px;
    padding: 7px 10px 0;
	width: 370px;
	display: inline-block;
	border-radius: 0px;
}

.bTextField {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    border: solid 1px #E03E06;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color: #E03E06;
    padding: 10px 11px;
    height: 46px;
}
.bTextField .valiOK{
    border: solid 1px green;
    color: #000;
}
.bTextField .valiNOK{
    border: solid 1px red;
    color: #000;
}
.bInput.bInputOversize .hasText + .placeLabel, .bInput.bInputOversize .bTextField:focus + .placeLabel {
    top: 5px;
    font-weight: 700;
    font-size: 7px;
}
.bInput .hasText + .placeLabel, .bInput .bTextField:focus + .placeLabel {
    top: 4px;
    font-size: 7px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.bInput .placeLabel {
    position: absolute;
    top: 50%;
    left: 10px;
    color: #8c8c8c;
    font-size: 13px;
    -webkit-transition: font .1s ease,top .1s ease,-webkit-transform .1s ease;
    transition: font .1s ease,top .1s ease,-webkit-transform .1s ease;
    -o-transition: font .1s ease,top .1s ease,-o-transform .1s ease;
    -moz-transition: font .1s ease,top .1s ease,transform .1s ease,-moz-transform .1s ease;
    transition: font .1s ease,top .1s ease,transform .1s ease;
    transition: font .1s ease,top .1s ease,transform .1s ease,-webkit-transform .1s ease,-moz-transform .1s ease,-o-transform .1s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.imgFormLoad {
	background-image: url("../img/loader_2.gif");
	background-repeat: no-repeat;
	background-size: 16px 16px;
	width: 17px;
	height: 17px;
	position: relative;
	z-index: 9999;
}
.imgFormOk {
	background-image: url("../img/checked_checkbox.png");
	background-repeat: no-repeat;
	background-size: 16px 16px;
	width: 17px;
	height: 17px;
	position: relative;
}


table{
	white-space: nowrap !important;
}

.basic-table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	margin-top: 20px;
	margin-bottom: 100px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.basic-table  th {
	padding:7px 15px 7px 15px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.basic-table th:first-child{
	text-align: left;
	padding-left:20px;
}
.basic-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.basic-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.basic-table tr{
	text-align: center;
	padding-left:20px;
}
.basic-table tr td:first-child{
	text-align: left;
	margin-left:20px;
	border-left: 0;
}
.basic-table tr td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.basic-table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.basic-table tr:last-child td{
	border-bottom:0;
}
.basic-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.basic-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.basic-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

.basic-table tbody tr:nth-child(odd) td{
 }
.basic-table tbody tr:nth-child(even) td{
	background: #ffffff;
}
.basic-table tbody tr:hover:nth-child(even) td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}


/**  TABLE BASIS 2 **/
.listtable {
	font-size: 11px;
   overflow:auto;
   width: 90%;
   margin-bottom: 145px !important;
   margin-top: 15px;
   background-color: #E0E0E0;
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   letter-spacing: 0.08em;
     }

.listtable th {
   font-weight: bold;
   color: #545454;
   background-color: #ffffff;
   text-align: right;
   height: 32px;
   padding-right: 8px;
   padding-left: 8px;
}

.listtable th:hover {
  cursor: pointer;
}
.listtable thead tr th{
   font-weight: bold;
	background :#FFFFFF;
	text-align: right;
	color: rgb(76,76,76);
}
.listtable td {
	color: #545454;
	text-align: right;
	height: 32px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.listtable tbody tr:nth-child(odd) td{
	background: #FBFBFB;
 }
.listtable tbody tr:nth-child(even) td{
	background: #ffffff;
}
.listtable tbody th{
	color: silver;
}

.noselect ::selection {
    background: transparent;
    color: inherit;
}
.noselect ::-moz-selection {
    background: transparent;
    color: inherit;
}
.noselect {
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}


.chat-info-container {
	position: absolute;
	width: 100%;
	border-radius: 3px 0px 0px 0px;
	text-align: center; color:#808080;
	font-size: 12px;
	top: 0px;
}
.chat-info-cont-content {
	border-bottom: none;
	padding: 10px 0px 10px 0px;
	background-color: #FFFFFF;
	border-top-right-radius: 5px;
}
/* 360 Drehung */
.spin-one {
    -webkit-animation:spin 3s ease-in-out;
    -moz-animation:spin 3s linear;
    animation:spin 3s linear;
}
@-moz-keyframes spin {
	0%  { -moz-transform: rotate(0deg);}
	100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	0%  { -webkit-transform: rotate(0deg);}
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { -webkit-transform: rotate(0deg); 	transform:rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); 	transform:rotate(360deg); }
}

.listtable {
   overflow:auto;
   width: 90%;
   margin-bottom: 145px !important;
   margin-top: 15px;
   background-color: #E0E0E0;
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   letter-spacing: 0.08em;
     }

.listtable th {
   font: 11px verdana, arial, helvetica, sans-serif;
   font-weight: bold;
   color: #545454;
   background-color: #ffffff;
   text-align: right;
   height: 32px;
   padding-right: 8px;
   padding-left: 8px;
}
.listtable thead tr:first-child th{
	font: 10px verdana, arial, helvetica, sans-serif;
   font-weight: bold;
	background :#FFFFFF;
	text-align: center;
	color: rgb(76,76,76);
}
.listtable tr:last-child th{
	background :#E8E8E8;
}

.listtable td {
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #545454;
	text-align: right;
	height: 32px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.listtable tbody tr:nth-child(odd) td{
	background: #FCFCFC;
 }
.listtable tbody tr:nth-child(even) td{
	background: #ffffff;
}
.listtable tbody th{
	color: silver;
}

#header {
	height: 30px;
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.08em;
	border-bottom: 2px solid rgb(228,228,228);
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 2px 0 5px 0;
	background-color: #fff;
	}

#infobar_rechts {
	width: 300px !important;
	height: 70%;
	top: 15%;
	bottom: 15%;
	position: fixed;
	right: 0px;
	text-align: center;
	opacity: 0.975;
	border: 1px solid #ccc;
	border-right: none;
	padding: 2px 0 5px 0;
	background-color: #fff;
	z-index: 55;
	overflow-x: hidden;
	overflow-y: auto;
}

/*
#login_popup {
	width: 70%;
	height: 70%;
	top: 15%;
	bottom: 15%;
	position: fixed;
	text-align: center;
	opacity: 0.9;
	border: 1px solid #ccc;
	padding: 2px 0 5px 0;
	background-color: #fff;
	z-index: 990;
}
*/
/*menue_links START*/
#menue_links {
	height: 70%;
	top: 15%;
	bottom: 15%;
	position: fixed;
	left: 0px;
	opacity: 0.9;
	padding: 2px 0 5px 0;
	background-color: transparent;
	z-index: 999;
}
.menue_links_kachel {
	background-color: #ffffff;
	cursor: pointer;
	width:45px;
	height:45px;
	border-left: 5px solid #FFFFFF;
	border-right: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: -1px;
}
.menue_links_kachel img {
	float: left;
	width: 30px;
	height: 30px;
	padding-top: 7px;
	padding-left: 6px;
}
.menue_links_kachel span {
	float: left;
	display: none;
	position: absolute;
	font-size: 1px;
	letter-spacing: 1.2px;
	height:42px;
	border-left: none;
	padding-top: 13px;
	padding-left: 10px;
}

.menue_links_kachel:hover {
	width: 230px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #ccc;
	border-right: 1px solid #ccc;
}
.menue_links_kachel:hover span {
	display: inline-block;
	color: #444;
	font-size: 16px;
	letter-spacing: 1.2px;
	height:42px;
	border-left: none;
	padding-top: 13px;
	padding-left: 10px;
	right: 10px;
}
.menue_links_leerkachel {
	background-color: #ffffff;
	cursor: pointer;
	width:45px;
	height:45px;
	border-left: 5px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: -1px;
}
/*menue_links ENDE*/

/*menue_oben START*/
#menue_oben {
	width: 100%;
	height: 30px;
	top: 38px;
	position: fixed;
	text-align: center;
	opacity: 0.7;
	border: 0;
	padding: 0;
	background-color: #fff;
}

.menue_oben_button {
	border-top: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 8px;
	min-width: 190px;
	height: 20px;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	margin-right: -1px;
}
.menue_oben_button:hover {
	cursor: pointer;
}
.menue_oben_button:active {
	border-left: 1px solid rgb(222,120,31);
	border-right: 1px solid rgb(222,120,31);
	border-bottom: 1px solid rgb(222,120,31);
	color: rgb(222,120,31);
}
.menue_oben_links-einklappen {
	position: absolute;
	border: none;
	float: left;
	margin-left: 15px;
}
.menue_oben_links-einklappen:hover {
	position: absolute;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/*menue_oben ENDE*/

#filter {
	left: 5%;
	right: 5%;
	min-height: 25px;
	max-height: 25px;
	top: 77px;
	position: fixed;
	text-align: center;
	border: none;
	border-left: none;
	border-right: none;
	padding: 2px 0 5px 0;
	background-color: #fff;
	z-index: 1;
	overflow-y:hidden;
	overflow-x:hidden;
	border: 0;
}

.filter_innen {
	text-align:center;
	margin: 2px auto;
	border: 0;
}

#content {
	min-width: 100%;
	width: 100%;
	height: 90%;
	top: 120px;
	position: fixed;
	text-align: center;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	background-color: #fff;
	z-index: 1;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0px auto;
	bottom: 0px;
	margin-bottom: 250px !important;
	}
#content_inhalt {
	min-width: 100%;
	text-align: center;
	background-color: #fff;
	margin-bottom: 50px;
	z-index: 1;
	margin-right: -15px;
}

#footer {
	height: 41px;
	position: fixed;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0.7;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 2px 0 5px 0;
	background-color: #fff;
	z-index: 10;
}

#hilfe-box {
	text-align:center;
	z-index: 9990;
	position: relative;
	min-height: 100%;
	min-width: 100%;
	display: block;
	background-color: rgb(246,246,246);
	opacity: 0.93;
}

#hilfe-content {
	background-color: rgb(255,255,255, 1);
	z-index: 9999;
	position: absolute;
	min-width: 600px;
	max-width: 600px;
	min-height: 600px;
	max-height: 600px;
	background-color: white;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 5px solid rgb(246,246,246);
	border-radius: 10px;
}
#hilfe-close img{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#news-box {
	text-align:center;
	z-index: 9988;
	position: relative;
	min-height: 100%;
	min-width: 100%;
	display: block;
	background-color: rgb(246,246,246);
	opacity: 0.93;
}

#news-content {
	background-color: rgb(255,255,255, 1);
	z-index: 9989;
	position: absolute;
	min-width: 800px;
	max-width: 800px;
	min-height: 550px;
	max-height: 550px;
	background-color: white;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 5px solid rgb(246,246,246);
	border-radius: 10px;
}
#news-close img{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#footer_btn_show {
	height: 41px;
	width: 20px;
	position: fixed;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: left;
	opacity: 0.7;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: none;
	padding: 2px 0 5px 0;
	background-color: transparent;
	z-index: 10;
	cursor: pointer;
}

 #return-to-top {
	font-size: 1.5em;
	text-align: center;
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: transparent;
    width: 40px;
    height: 25px;
    display: block;
    text-decoration: none;
    display: none;
    color: #fff !important;
    line-height: 50px;
	border-radius: 0;
}
#return-to-top:hover {
	cursor: pointer;
    color: #ff5218 !important;
}

.ui-sortable-handle {
	cursor: move;
}
#schnellsuche-mitte {
	padding-left: 6px;
	width: 350px;
	max-width: 350px;
	min-width: 350px;
	display: inline;
	height: 21px;
	color: silver;
	border: 2px solid #E4E4E4;
	border-top-left-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 0px;

}
#schnellsuche-mitte:focus {
	outline: none;
	box-shadow: none !important;
}
#schnellsuche_cancel-mitte {
cursor: pointer;
display: inline;
background-color: #E4E4E4;
padding-top: 8.5px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4.3px;
margin-left: -1px;
color: silver;
border-top: 0px solid #E4E4E4;
border-bottom: 1px solid #E4E4E4;
border-left: 0px solid #E4E4E4;
border-right: 0px solid #E4E4E4;
border-top-left-radius: 0px;
border-top-right-radius: 3px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 3px;
}

#schnellsuche-big-mitte {
	padding-left: 6px;
	width: 350px;
	max-width: 350px;
	min-width: 350px;
	display: inline;
	height: 21px;
	color: silver;
	border: 2px solid #E4E4E4;
	border-top-left-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 0px;

}
#schnellsuche-big-mitte:focus {
	outline: none;
	box-shadow: none !important;
}

#schnellsuche-big-cancel-mitte {
cursor: pointer;
display: inline;
background-color: #E4E4E4;
padding-top: 8.5px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4.3px;
margin-left: -5px;
color: silver;
border-top: 0px solid #E4E4E4;
border-bottom: 2px solid #E4E4E4;
border-left: 0px solid #E4E4E4;
border-right: 0px solid #E4E4E4;
border-top-left-radius: 0px;
border-top-right-radius: 3px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 3px;
}

#schnellsuche {
	padding-left: 6px;
	width: 185px;
	max-width: 185px;
	min-width: 185px;
	left: 3px;
	position: absolute;
	border: 0px;
	height: 21px;
	color: silver;
	border: 2px solid #E4E4E4;
	border-top-left-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 0px;

}
#schnellsuche:focus {
	outline: none;
	box-shadow: none !important;
}

#schnellsuche_cancel {
cursor: pointer;
left: 183px;
position: absolute;
border: 0px;
height: 23px;
color: silver;
border: 2px solid #E4E4E4;
border-top-left-radius: 0px;
border-top-right-radius: 3px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 3px;
background-color: #E4E4E4;
width: 18px;
}
#schnellsuche_freeze {
cursor: pointer;
left: 203px;
position: absolute;
border: 0px;
height: 23px;
color: silver;
border: 2px solid #E4E4E4;
border-top-left-radius: 0px;
border-top-right-radius: 3px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 3px;
background-color: #E4E4E4;
width: 18px;
}

.changer {
padding-right: 12px;
width: 236px;
height: 24px;
color: silver;
border: 2px solid #E4E4E4;
border-radius: 3px;
text-align: right;
}

.changer-read-only {
padding-right: 12px;
width: 236px;
height: 24px;
color: silver;
border: 2px solid #E4E4E4;
border-radius: 3px;
text-align: right;
}

#largeImage {position: absolute; padding: .5em; background: #e3e3e3; border: 1px solid #BFBFBF; z-index: 999;}
.img-view {
	height: 24px;
	width: 24px;
	cursor: pointer;
	position: relative;
}
/*Schnellsuche BIG*/


.ui-autocomplete { position: absolute; cursor: default; background:#FFFFFF }

/* workarounds */
html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
    list-style:none;
    padding: 0;
    margin: 0;
    display:block;
    float: left;
}
.ui-menu .ui-menu {
    margin-top: 0px;
}
.ui-menu .ui-menu-item {
    margin:0;
	margin-bottom: -2px;
    padding-left: 0;
	padding-right: 0;
	padding-top: 2px;
	padding-bottom: 2px;
    float: left;
    clear: left;
    width: 100%;
	margin-left:0;
	background: #FFFFFF !important;
}
.ui-menu-item:active , .ui-menu-item:hover, .ui-menu-item:focus , .ui-menu-item:link {
    margin:0;
	margin-bottom: -2px;
	padding-top: 2px;
	padding-bottom: 2px;
    padding-left: 0;
	padding-right: 0;
    float: left;
    clear: left;
    width: 100%;
	background: #f7f9f9 !important;
	margin-bottom: -2px;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding: 1px 3px;
    line-height: 1;
	border: none;
	background: #FFFFFF !important;
}
.ui-menu .ui-menu-item a:hover {
    text-decoration:none;
    display:block;
    padding: 1px 3px;
    line-height: 1;
	border: none;
	background: #f7f9f9   !important;
}
.ui-state-active {
    margin: 0px !important;
	color: #1c2833  !important;
}
.ui-button .ui-state-active:hover {
	border: 0px solid #003eff;
	background: #C1C1C1;
	font-weight: normal;
	color:  #1c2833 ;
}

.mtg-manasymbol {
	height: 14px;
	width: 14px;
	text-decoration: none;
	border: none;
	padding-right: 2px;
}

 .ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }

 .button-border-visit1 {
	 border: 1px solid red !important;
 }

 .button-border-visit2 {
	 border: 1px solid blue !important;
 }
span.ui-checkboxradio-icon {
	display: none;
}
span.ui-checkboxradio-icon {
	display: none;
}
.ui-controlgroup .ui-state-active {
	border: 1px solid #C3C3C3;
	background: #C3C3C3;
	font-weight: normal;
}
.ui-controlgroup .ui-state-active:active{
	border: 1px solid #C3C3C3 !important;
	background: #C3C3C3 !important;
	font-weight: normal !important;
}

.ui-controlgroup .ui-button.ui-state-active:hover{
	border: 1px solid #C1C1C1 !important;
	background: #C1C1C1 !important;
	font-weight: normal !important;
}
.ui-controlgroup .ui-button:active{
	border: 1px solid #C3C3C3 !important;
	background: #C3C3C3 !important;
	font-weight: normal !important;
}
.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(176,176,176);
}
fieldset {
    border: 0;
}

.ui-custom-icon-star-grey {
	background-image: url(icons/star-grey.png) !important;
}
.ui-custom-icon-star-yellow {
	background-image: url(icons/star-yellow.png) !important;
}
.schnellsuche_table_trigger {
	cursor: pointer;
}



/** WANDLUNG START **/
.prozentanzeige1 {
	position:relative;
	font:13px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #F28C00;
	height:16px;
	left:5px;
	width:100px;
	text-align:center;
}

.prozentanzeige {
  	position:relative;
	left:5px;
	display:block;
	width:100px;
	background:#D6D6D6;
	height:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-top: 3px;
	}

.prozentanzeige-erreicht {
	position:absolute;
	height:5px;
	line-height:5px;
	color:#fff;
	background:#7AB826;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}

.prozentanzeige-percent {
	position:absolute;
	left: 5px;
	top:0;
	height:5px;
	line-height:5px;
}


.skillbar {
	font:10px verdana, arial, helvetica, sans-serif;
  	position:relative;
	left:10px;
	display:block;
	width:100px;
	background:#D6D6D6;
	height:20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}

.skillbar-title {
	position:absolute;
	font-size:10px;
	height:20px;
	line-height:20px;
	color:#fff;
	background:#7AB826;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	left: 5px;
	top:0;
	font-size:10px;
	height:20px;
	line-height:20px;
}
/** WANDLUNG ENDE **/
