@CHARSET "UTF-8";

.fad-sport-clear {
    clear:both;
}

.fad-sport-tournament-round-container{
  width:100%;
  margin-bottom:1rem;
}

.sport-tablecell-head {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

span.game-court {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	color: #d8d8d8;
	font-size: 60px;
	line-height: 60px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

span.game-title {
	font-weight: bold;
	text-align: center;
}

.game-bg {
	background-color: #fff;
}

.drop-target .game-bg {
	background-color: #ddf;
}

div.gametimer {
	margin-left: 5px;
	font-weight: bold;
}

div.sign_draggable {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 16px;
	height: 16px;
	background-image: url('images/draggable.png');
	background-repeat: no-repeat;
	display: none;
}

/*gamebuttons*/
div.gameButtons {
	margin: 5px;
}

a.startGame,a.stopGame,a.showGame {
	width: 0px !important;
	height: 20px;
	line-height: 20px;
	font-size: 17px;
	padding-left: 20px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	overflow: hidden;
	margin-top: 3px;
	text-decoration: none;
}

a.startGame span,a.stopGame span,a.showGame span {
	display: none;
	line-height: 0px;
	font-size: 0px;
}

a.startGame:hover,a.stopGame:hover,a.showGame:hover {
	background-position: left bottom;
}

a.startGame {
	background-image: url(images/arrowright20.png);
}

a.startGame.disabled {
	background-image: url(images/arrowright20gray.png);
}

a.stopGame {
	background-image: url(images/stopbutton20.png);
}

a.stopGame.disabled {
	background-image: url(images/stopbutton20gray.png);
}

a.showGame {
	background-image: url(images/ballbutton20.png);
}

a.showGame.disabled {
	background-image: url(images/ballbutton20gray.png);
}
/*ende game buttons*/
.m_over {
	z-index: 9999;
}

.m_over div.sign_draggable {
	display: block;
}

div.game-content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 3px;
}

div.game table,div.game a {
	}

div.game a.startGame,
div.game a.startGame:hover,
div.game a.startGame:link,
div.game a.startGame:visited, 
div.game a.stopGame,
div.game a.stopGame:hover,
div.game a.stopGame:link,
div.game a.stopGame:visited, 
div.game a.showGame,
div.game a.showGame:hover,
div.game a.showGame:link,
div.game a.showGame:visited,
.fad-postcontent div.game a.startGame,
.fad-postcontent div.game a.startGame:hover,
.fad-postcontent div.game a.startGame:link,
.fad-postcontent div.game a.startGame:visited, 
.fad-postcontent div.game a.stopGame,
.fad-postcontent div.game a.stopGame:hover,
.fad-postcontent div.game a.stopGame:link,
.fad-postcontent div.game a.stopGame:visited, 
.fad-postcontent div.game a.showGame,
.fad-postcontent div.game a.showGame:hover,
.fad-postcontent div.game a.showGame:link,
.fad-postcontent div.game a.showGame:visited {
	text-decoration:none;
}

div.game-content td,div.flyout-body td {
	border: none;
	padding:2px;
}

span.fad_sport_referee,
div.game td.game_team,div.game td.game_team *,div.flyout-body td,div.flyout-body td *
	{
	font-size: 12px;
	vertical-align: middle;
}

span.fad_sport_referee::before{
display:block;
font-size:9px;
content:'Schiedsgericht:';
}

div.flyout-body td img,div.game td.game_team img {
	position: relative;
	margin: 1px;
	margin-right: 3px;
}

div.game {
	font-size: 12px;
}

div.game table {
	z-index: 2;
}

span.round_edit {
	width: 100%;
	height: 25px;
}

.sport_table {
	text-align: left;
}

.planbox {
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
	margin: 0px;
	padding-top: 0px;
	min-width: 33px;
	min-height: 33px;
	cursor: auto;
	overflow: auto;
/*	width: 1024px;  Feste Breite geht response nicht*/
	height: 500px;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	background-color: #f8f8f8;
}

.plan-body {
	position: relative;
	z-index: 1;
	padding: 6px;
}

.timeline {
	float: left;
	width: 50px;
	height: 1000px;
	position: relative;
	background-image: url('images/timelinebg.png');
	background-repeat: repeat-y;
}

.timeline div {
	width: 50px;
	border-top: 1px solid gray;
	font-size: 10px;
}

#tournament-matches {
	position: relative;
	float: left;
}

#matches_container {
	margin-left: 55px;
}

.plan-tr,.plan-tl,.plan-br,.plan-bl,.plan-tc,.plan-bc,.plan-cr,.plan-cl
	{
	position: absolute;
	z-index: -1;
}

.plan-tr,.plan-tl,.plan-br,.plan-bl {
	width: 44px;
	height: 44px;
	background-image: url('images/block_s.png');
}

.plan-tl {
	top: 0;
	left: 0;
	clip: rect(auto, 22px, 22px, auto);
}

.plan-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 22px, 22px);
}

.plan-bl {
	bottom: 0;
	left: 0;
	clip: rect(22px, 22px, auto, auto);
}

.plan-br {
	bottom: 0;
	right: 0;
	clip: rect(22px, auto, auto, 22px);
}

.plan-tc,.plan-bc {
	left: 22px;
	right: 22px;
	height: 44px;
	background-image: url('images/block_h.png');
}

.plan-tc {
	top: 0;
	clip: rect(auto, auto, 22px, auto);
}

.plan-bc {
	bottom: 0;
	clip: rect(22px, auto, auto, auto);
}

.plan-cr,.plan-cl {
	top: 22px;
	bottom: 22px;
	width: 44px;
	background-image: url('images/block_v.png');
}

.plan-cr {
	right: 0;
	clip: rect(auto, auto, auto, 22px);
}

.plan-cl {
	left: 0;
	clip: rect(auto, 22px, auto, auto);
}

.plan-cc {
	position: absolute;
	z-index: -1;
	top: 22px;
	left: 22px;
	right: 22px;
	bottom: 22px;
	background-color: #ECEEEE;
}

.flyoutbox {
	position: fixed;
	z-index: 200;
	margin: 0 auto;
	top: 45px;
	right: -5px;
	width: 33px;
}

.flyoutbox.show {
	position: absolute;
	width: auto;
	top: 5px;

}

.flyoutcontainer {
	display: none;
	z-index: -1;
	margin-left: 0px;
}

.flyoutcontainer td {
	width: auto;
}

.show .flyoutcontainer {
	display: inline-table;
	visibility: visible;
	z-index: 200;
	
}

.flyout-body {
	min-height: 165px;
	position: relative;
	top: 15px;
	margin-bottom: 20px;
	z-index: 1;
	padding-left: 5px;
	padding-right: 10px;
	overflow: auto;
	background-color: #f8f8f8;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
	height:100vh;
}


.flyout-label {
	position: relative;
	display: inline;
	float: left;
	z-index: 200;
	top: 10px;
	width: 30px;
	left: -2px;
	height: 150px;
	background-repeat: no-repeat;
}

.flyout-label.flyout-rounds {
	background-image: url('images/groups.png');
	cursor: w-resize;
}

.show .flyout-label {
	left: -0px;
	cursor: e-resize;
}

.flyout-tr,.flyout-tl,.flyout-br,.flyout-bl {
	display:none;
}

.flyout-tc,.flyout-bc {display:none;
}

.flyout-cr,.flyout-cl {
display:none;
}

.flyout-cc {
display:none;
}

.flyout {
	margin: 7px;
}

.game {
	font-size: 85%;
}
#tournamentBox div.plan-overview-column{
	margin-right:5px;
	margin-bottom:5px;
}

div.plan-overview-column div.fad-post-body{
	border:solid silver 1px;
	padding:5px;
	-webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
}

table.table {
	margin-bottom: 5px;
	table-layout: auto;
}

table.table th,table.table td {
	min-width: 60px;
	padding: 3px;
	overflow: hidden;
}

tr.odd,tr.odd td,tr.odd th,tr.data_body_row_1,tr.data_body_row_1 td,tr.data_body_row_1 th,.fad-post tr.odd,.fad-post tr.odd td,.fad-post tr.odd th,.fad-post tr.data_body_row_1,.fad-post tr.data_body_row_1 td,.fad-post tr.data_body_row_1 th
	{
	background-color: #fff;
	padding: 3px;
	overflow: hidden;
	border: none;
	border-top: silver 1px solid;
}

table.data_table td.data_header,table.data_table td.data_header_disabled
	{
	background-color: #d8d8d8;
	color:#222222;
}

/*td.Webbox_caption{
	font-weight:bold;
	}*/
tr.odd:hover,tr.odd:hover td,tr.odd:hover th,tr.data_body_row_1:hover,tr.data_body_row_1:hover td,tr.data_body_row_1:hover th
	{
	background-color: #e8e8e8;
}

.ie6 tr.odd td,ie6 tr.data_body_row_1 td {
	background: none;
	hover: expression(this.onmouseover = new Function("this.parentNode.style.background='#e8e8e8';"
		), this.onmouseout=new
		Function("this.parentNode.style.background='#ffffff';"));
}

tr.even,tr.even td,tr.data_body_row_2,tr.data_body_row_2 td,tr.data_body_row_2 th,.fad-post tr.even,.fad-post tr.even td,.fad-post tr.data_body_row_2,.fad-post tr.data_body_row_2 td,.fad-post tr.data_body_row_2 th
	{
	background-color: #fff;
	padding: 3px;
	overflow: hidden;
	border: none;
	border-top: silver 1px solid;
}

tr.even:hover,tr.even:hover td,tr.data_body_row_2:hover,tr.data_body_row_2:hover td,tr.data_body_row_2:hover th
	{
	background-color: #e8e8e8;
}

.ie6 tr.even td,.ie6 tr.data_body_row_2 td,.ie6 tr.data_body_row_2 th {
	background: none;
	hover: expression(this.onmouseover = new Function("this.parentNode.style.background='#e8e8e8';"
		), this.onmouseout=new
		Function("this.parentNode.style.background='#ffffff';"));
}

.spec-layout {
	display: table;
}

.spec-layout-cell,.fad-article .spec-layout-cell {
	border: none;
	vertical-align: top;
	margin: 0px;
	display: table-cell;
}
.ie9 .ControlGroup_table,.ie9 .ControlElement_table{
width:99%;
}
.ControlElement_cell,.ControlElement_cell td,.ControlElement_cell img,.ControlElement_cell td img,.fad-article .ControlElement_cell,.fad-article .ControlElement_cell td,.fad-article .ControlElement_cell img,.fad-article .ControlElement_cell td img
	{
	border: none;
	vertical-align: top;
	margin: 0px;
}
/*.ControlElement_cell td,*/
.ControlElement .spec-layout-cell-inner td{
	white-space: nowrap;
}

/*.ControlElement .spec-layout-cell-inner td input,
.ControlElement_cell td input{
	width:70%;
	}*/

.ControlElement .spec-layout-cell-inner td textarea,
.ControlElement_cell td textarea{
	width:96%;
}

.ControlElement .spec-layout-cell-inner td input[type=checkbox],
.ControlElement_cell td input[type=checkbox]{
	width:auto;
}
.ControlElement_cell_text table {
	display:inline;
}


div.control2.table {
	display: table;
	border: none;
}

div.control2.tablerow {
	display: table-row;
}

div.control2.tablecell {
	display: table-cell;
}

.spec-layout-cell,.ControlElement_cell,.fad-article .spec-layout-cell,.fad-article .ControlElement_cell
	{
	padding: 0px;
}

.spec-layout-cell-inner {
	margin-bottom: 3px;
	margin-right: 3px;
}

.spec-layout-cell table,.spec-layout-cell tr,.spec-layout-cell td,.spec-layout-cell img
	{
	margin: 0px;
	border: none;
	padding: 0px;
	vertical-align: top;
}

.spec-layout-cell .spec-layout-cell-inner {
	margin: 5px;
}

.spec-layout-cell table,.spec-layout-cell-inner table {
	border-collapse: collapse;
	width: auto !important;
}

.spec-layout-cell p {
	margin-top: 0px;
	padding-top: 0px;
}

.fad-post td.data_table_cell a img,.fad-post td.data_header a img,.fad-post td a img,.fad-post td.data_header_selected a img,.fad-post td.data_header_disabled a img,.fad-post div.data_realm_table a img,.fad-article td.data_table_cell a img,.fad-article td.data_header a img,.fad-article td a img,.fad-article td.data_header_selected a img,.fad-article td.data_header_disabled a img,.fad-article td.data_realm_table a img,.fad-article td.data_table_cell,.data_table_cell,.data_table_cell div img,.data_table_cell img,.fad-article .WebBox_caption img,.fad-article .WebBox_caption a img,.fad-article .WebBox_caption
	{
	margin: 0px;
	border: none;
	padding: 0px;
}
.data_table_cell {
	color:#222222;
}

.data_table_cell * {
	margin: 0px;
	border: none;
	padding: 0px;
}

#mainframeLeft,#mainframeRight,td.path_bar,td.path_bar img,td.data_nav,td.path_bar img
	{
	border: none;
}

.fad-post table.position,.fad-article table.position,.fad-article table.data_table,.fad-article div.data_realm_table,.fad-article .tab_view table
	{
	border: none;
	position: relative;
	width: 99%;
	overflow-x: auto;
}

.fad-post table.position td,.fad-article table.position td,.fad-article table.data_table td,.fad-article div.data_realm_table td,.fad-article .tab_view table td
	{
	overflow: hidden;
	word-wrap: break-word;
}

.fad-post table.position tr,.fad-post table.position td,.fad-article table.position tr,.fad-article table.position td,.fad-article table.data_table tr,.fad-article table.data_table td,.fad-article div.data_realm_table tr,.fad-article div.data_realm_table td
	{
	border: none;
}

.fad-article table.data_table tr {
	border-top: 1px solid #ddd;
}

.fad-article table.data_table td.data_table_cell div table tr {
	margin: 0px;
	border: none;
	padding: 0px;
}

div.art_post {
	margin-bottom: 25px;
}

/*.ControlElement input,.ControlElement select,.ControlElement textarea,.ControlElement div input,.ControlElement div select,.ControlElement div textarea,.ControlElement_cell input,.ControlElement_cell select,.ControlElement_cell textarea,.ControlElement_cell div input,.ControlElement_cell div select,.ControlElement_cell div textarea,.slim_page_body .ControlElement_cell input,.slim_page_body .ControlElement_cell select,.slim_page_body .ControlElement_cell textarea,.slim_page_body .ControlElement_cell div input,.slim_page_body .ControlElement_cell div select,.slim_page_body .ControlElement_cell div textarea,.ControlElement div.optionimagelist.input,.ControlElement_cell div.optionimagelist.input,.slim_page_body .ControlElement div.optionimagelist.input
	{
	border-top: 1px #acaeb4 solid;
	border-left: 1px #dde1e7 solid;
	border-right: 1px #dde1e7 solid;
	border-bottom: 1px #f1f4f7 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}*/

div.optionimagelist.input div {
	background-color: #fff;
}

div.optionimagelist div.imageSelectOption {
	background-color: #fff;
	font-size:14px;
	overflow:hidden;
}
div.optionimagelist div.imageSelectOption img {
	border:none;
	margin:0px;
}
.ui-widget,
.ControlElement_cell .ui-widget,
.ControlElement .ui-widget,
.ControlElement_required .ui-widget
{position:relative;
	width:90%;
	display: inline-block;
    margin-right: 10px;
	}

.ui-widget input, div.input, 
.ui-widget input[type="text"], .ui-widget input[type="password"], .ui-widget input[type="email"], .ui-widget input[type="url"], .ui-widget textarea
{  display:inline-block;
   background: #FAFAFA;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border:1px solid #C7C7C7;
   padding: 4px;
   color: #525252 !important;
   font-size: 16px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-shadow: none;
}



div.optionimagelist.input div.selected {
	background-color: Highlight;
	color: HighlightText;
}

.ControlElement_required input,.ControlElement_required select,.ControlElement_required textarea,.ControlElement_required div input,.ControlElement_required div select,.ControlElement_required div textarea,.ControlElement_required div.optionimagelist.input
	{
	border-top: 1px #ff95a2 solid;
	border-right: 1px #ff95a2 solid;
	border-left: 1px #ffd1d7 solid;
	border-bottom: 1px #ffd1d7 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ControlElement input.error,.ControlElement select.error,.ControlElement textarea.error,.ControlElement div input.error,.ControlElement div select.error,.ControlElement div textarea.error,.ControlElement_cell input.error,.ControlElement_cell select.error,.ControlElement_cell textarea.error,.ControlElement_cell div input.error,.ControlElement_cell div select.error,.ControlElement_cell div textarea.error,.slim_page_body .ControlElement_cell input.error,.slim_page_body .ControlElement_cell select.error,.slim_page_body .ControlElement_cell textarea.error,.slim_page_body .ControlElement_cell div input.error,.slim_page_body .ControlElement_cell div select.error,.slim_page_body .ControlElement_cell div textarea.error,.ControlElement_required input.error,.ControlElement_required select.error,.ControlElement_required textarea.error,.ControlElement_required div input.error,.ControlElement_required div select.error,.ControlElement_required div textarea.error
	{
	border-top: 1px #ff0000 solid;
	border-right: 1px #ff0000 solid;
	border-left: 1px #ff0000 solid;
	border-bottom: 1px #ff0000 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ControlGroup_buttons_div{
	margin-bottom:12px;
}

span.error_span {
	background-color: #ffff33;
	background-image: url('../icons/icon_alert.gif');
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 3px;
	padding-left: 22px;
	border-top: 1px #333 solid;
	border-right: 1px #333 solid;
	border-left: 1px #222 solid;
	border-bottom: 1px #222 solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: absolute;
    right: 5px;
}

.spec-layout-row {
	display: table-row;
}

.spec-layout-cell {
	margin-bottom: 5px;
}

/*.float-left{
	float:left;
	}
.float-left-margin{
float:left;
margin-right:10px;
}*/
.fad-blockheader .t h2,.fad-blockheader .t h2 a {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	margin: 0;
}

.fad-blockcontent-body h2 {
	font-size: 14px;
}
div.page_functions_wrapper{
position: absolute;
    top: 5px;
    right: 0px;
    z-index: 90;
    background-color: #eee;
    padding: 5px;
    border-radius: 3px;
}
a.page_function ii hover{
	color:#eee;
}
.page_function img {
	border: none;
}

/*Webbox-Menüs*/
.fad-article .webbox_menu_cell,.fad-article .webbox_menu_cell img,.fad-article .webbox_menu_cell_selected,.fad-article .webbox_menu_cell_selected img,.webbox_menu_cell,.webbox_menu_cell img,.webbox_menu_cell_selected,.webbox_menu_cell_selected img
	{
	border: none;
	margin: 0px;
}

div.webboxmenu {
	margin-top: 3px;
}

.fad-webbox-menu a,.fad-webbox-menu a:link,.fad-webbox-menu a:visited,.fad-webbox-menu a:hover
	{
	text-align: left;
	text-decoration: none;
	outline: none;
	letter-spacing: normal;
	word-spacing: normal;
}

.fad-post ul.fad-webbox-menu,.fad-webbox-menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
}

.fad-webbox-menu li,.fad-post .fad-webbox-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background: none;
}

.fad-webbox-menu li:hover {
	z-index: 10000;
	white-space: normal;
}

.fad-webbox-menu li li {
	list-style: none;
	float: none;
}

.fad-webbox-menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background: none;
}

.fad-webbox-menu li:hover>ul {
	visibility: visible;
	top: 100%;
}

.fad-webbox-menu li li:hover>ul {
	top: 0;
	left: 100%;
}

.fad-webbox-menu:after,.fad-webbox-menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

.fad-webbox-menu,.fad-webbox-menu ul {
	min-height: 0;
}

.fad-webbox-menu ul {
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.fad-webbox-menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}

/* menu structure */
.fad-webbox-menu {
	padding: 6px 3px 0 3px;
}

.fad-webbox-nav {
	position: relative;
	top: -7px;
	height: 31px;
	z-index: 100;
	margin: 0px;
}

.fad-webbox-nav .l,.fad-webbox-nav .r {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 25px;
	background-image: url('images/nav.png');
}

.fad-webbox-nav .l {
	left: 0;
	right: 0;
}

.fad-webbox-nav .r {
	right: 0;
	width: 980px;
	clip: rect(auto, auto, auto, 980px);
}

/* end Menu */

/* begin MenuItem */
.fad-webbox-menu a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
}

.fad-webbox-menu li,.fad-post .fad-webbox-menu li {
	margin-right: 1px;
	margin-left: 1px;
}

.fad-webbox-menu ul li {
	margin: 0;
	clear: both;
}

.fad-webbox-menu a .r,.fad-webbox-menu a .l {
	position: absolute;
	display: block;
	top: 0;
	z-index: -1;
	height: 75px;
	background-image: url('images/menuitem.png');
}

.fad-webbox-menu a .l {
	left: 0;
	right: 3px;
}

.fad-webbox-menu a .r {
	width: 406px;
	right: 0;
	clip: rect(auto, auto, auto, 403px);
}

.fad-webbox-menu a .t {
	margin-right: 10px;
	margin-left: 10px;
	color: #1C1C1C;
	padding: 0 10px;
	margin: 0 3px;
	line-height: 25px;
	text-align: center;
}

.fad-webbox-menu a:hover .l,.fad-webbox-menu a:hover .r {
	top: -25px;
}

.fad-webbox-menu li:hover>a .l,.fad-webbox-menu li:hover>a .r {
	top: -25px;
}

.fad-webbox-menu li:hover a .l,.fad-webbox-menu li:hover a .r {
	top: -25px;
}

.fad-webbox-menu a:hover .t {
	color: #5C0000;
}

.fad-webbox-menu li:hover a .t {
	color: #5C0000;
}

.fad-webbox-menu li:hover>a .t {
	color: #5C0000;
}

.fad-webbox-menu a.active .l,.fad-webbox-menu a.active .r {
	top: -50px;
}

.fad-webbox-menu a.active .t {
	color: #1A1A1A;
}
/* end MenuItem */

/* begin MenuSubItem */
.fad-webbox-menu ul a {
	display: block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow: hidden;
	line-height: 20px;
	background-image: url('images/subitem.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #B5B5B5;
}

.fad-webbox-nav ul.fad-webbox-menu ul span,.fad-webbox-nav ul.fad-webbox-menu ul span span
	{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.fad-webbox-menu ul a,.fad-webbox-menu ul a:link,.fad-webbox-menu ul a:visited,.fad-webbox-menu ul a:hover,.fad-webbox-menu ul a:active,.fad-webbox-nav ul.fad-webbox-menu ul span,.fad-webbox-nav ul.fad-webbox-menu ul span span
	{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #696969;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.fad-webbox-menu ul li a:hover {
	color: #000000;
	border-color: #A6A6A6;
	background-position: 0 -20px;
}

.fad-webbox-menu ul li:hover>a {
	color: #000000;
	border-color: #A6A6A6;
	background-position: 0 -20px;
}

.fad-webbox-nav .fad-webbox-menu ul li a:hover span,.fad-webbox-nav .fad-webbox-menu ul li a:hover span span
	{
	color: #000000;
}

.fad-webbox-nav .fad-webbox-menu ul li:hover>a span,.fad-webbox-nav .fad-webbox-menu ul li:hover>a span span
	{
	color: #000000;
}

/* end MenuSubItem */

/*Sysmenu rechts im navbar */
li.spec_nav_right {
	float: right;
}
/*das ist nicht schön, das untermenü schaut uU nach rechts aus der Seite heraus.*/
.fad-menu li.spec_nav_right ul a {
	width: 120px;
}

.fad-menu li.spec_nav_right span.t {
	background-image: url('images/down_arrow.png');
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 19px;
	margin-right: 6px;
}

form .overview-table .fad-layout-cell {
	display: block;
	float: left;
	width: auto;
}

form .overview-table .fad-layout-row {
	display: block;
}

.fad-layout-cell .overview-table-inner {
	display: table;
}

.fad-content-layout-row {
	table-layout: fixed;
	width: 100%;
}
/*Beamershow*/
.beamerdiv {
	position: absolute;
	top: 110px;
	left: 30px;
	zoom: 1;
}

.beamer_scrollpane {
	position: relative;
	overflow: hidden;
}

.beamershowContent {
	height: auto;
}

/*DataDropDownList*/
div.dropdownlist_container {
	height: 18px;
	overflow: hidden;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #fff;
}

div.dropdownlist_container:hover {
	height: 90px;
	overflow: auto;
}

ul.dropdownlist {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	height: 18px;
	overflow: hidden;
}

ul.dropdownlist:hover {
	height: 100%;
}

ul.dropdownlist:hover li.dropdownlistitem {
	display: block;
}

ul.dropdownlist:hover li.dropdownlistitem.selected {
	background-color: #eee;
}

ul.dropdownlist li.dropdownlistitem {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: none;
	background-image: none;
	line-height: 18px;
	background-color: #fff;
}

ul.dropdownlist li.dropdownlistitem.selected {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	background-color: #fff;
}

ul.dropdownlist li.dropdownlistitem.selected:hover,ul.dropdownlist li.dropdownlistitem:hover
	{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	background-color: #ddd;
}

li h4 {
	font-size: 14px;
	line-height: 18px;
}
div.cms_preview ul li:before,
div.cms_attpreview ul li:before{
	display:none;
}
div.cms_preview ul li,
div.cms_attpreview ul li{
padding-left:0px;
}
/* Date Time Picker */

img.ui-datepicker-trigger{
position:relative;
top:6px;
left:6px;
}

/* pagebox */
.page_box {
	border-top: solid silver 1px;
	padding: 3px;
	background-color: #f9f9f9;
	margin: 3px;
	margin-right: 5px;
}

.page_box_caption_top_left {
	float: left;
}

.page_box_caption_top_right {
	float: right;
}

.page_box_image {
	margin: 10px;
}

.page_box_caption {
	font-size: 12px;
	font-weight: bold;
	color: #DB0000;
}

.page_box_content a img {
	border: none;
	margin: 0px;
}

#show_all_news {
	margin-top: 8px;
}

/*disabled fad-buttons*/
.fad-button-wrapper .fad-button.disabled {
	color: #888888 !important;
}

.fad-button-wrapper.hover .fad-button.disabled,.fad-button:hover.disabled
	{
	color: #888888 !important;
	text-decoration: none !important;
}

.fad-button-wrapper.hover.disabled .l,.fad-button-wrapper.hover.disabled .r
	{
	top: 0px;
}

.fad-button-wrapper.active.disabled .l,.fad-button-wrapper.active.disabled .r
	{
	top: 0px;
}

/*groupgame buttons*/
a.showAllRevisions,a.showLastRevision {
	display: inline;
	width: 0px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	padding-left: 16px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	position: absolute;
	top: 2px;
	right: 3px;
	text-decoration:none;
}

.fad-groupcontaineritem .fad-groupcontaineritem-head span.fad-groupcontaineritem-toggle,.fad-groupcontaineritem .fad-groupcontaineritem-head span.fad-groupcontaineritem-toggle.active
	{
	display: inline;
	width: 0px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	padding-left: 16px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	top: 2px;
	right: 3px;
	position: relative;
}


a.showAllRevisions,.fad-groupcontaineritem .fad-groupcontaineritem-head span.fad-groupcontaineritem-toggle
	{
	background-image: url(images/arrowdown.png);
	margin-left: 5px;
}

a.showLastRevision,.fad-groupcontaineritem.active .fad-groupcontaineritem-head span.fad-groupcontaineritem-toggle
	{ 
	background-image: url(images/arrowup.png);
	margin-left: 5px;
}

a.showAllRevisions:hover,a.showLastRevision:hover {
	background-position: left bottom;
	text-decoration:none;
}

div.groupgamescount,div.groupgames{
	background-color:#efefef;
}

/*social buttons*/
span.buttoncontainer {
	float: right;
}

.ie span.buttoncontainer {
	float: none;
	position: absolute;
	right: 15px;
}

a.fb-share,a.gplus,a.tweet,.fad-postmetadataheader h2.fad-postheader a.fb-share,.fad-postmetadataheader h2.fad-postheader a.gplus,.fad-postmetadataheader h2.fad-postheader a.tweet
	{
	display: inline-block;
	width: 0px;
	min-height: 25px;
	height: 25px;
	font-size: 21px;
	line-height: 25px;
	padding-left: 25px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
}

.ie a.fb-share,.ie a.gplus,.ie a.tweet,.ie .fad-postmetadataheader h2.fad-postheader a.fb-share,.ie .fad-postmetadataheader h2.fad-postheader a.gplus,.ie .fad-postmetadataheader h2.fad-postheader a.tweet
	{
	line-height: 24px;
	font-size: 19px;
	border-bottom: transparent solid 1px;
}

a.fb-share,.fad-postmetadataheader h2.fad-postheader a.fb-share {
	background-image: url(images/fbook.png);
}

a.gplus,.fad-postmetadataheader  h2.fad-postheader a.gplus {
	background-image: url(images/gplus.png);
}

a.tweet,.fad-postmetadataheader  h2.fad-postheader a.tweet {
	background-image: url(images/twitter.png);
}

a.fb-share:hover,a.gplus:hover,a.tweet:hover,.fad-postmetadataheader h2.fad-postheader a.fb-share:hover,.fad-postmetadataheader  h2.fad-postheader a.gplus:hover,.fad-postmetadataheader  h2.fad-postheader a.tweet:hover
	{
	background-position: left bottom;
}

div.slim_page_body div.page_box {
	padding: 8px;
}

div.slim_page_body table,div.slim_page_body table tr,div.slim_page_body table td ,div.slim_page_body div.page_box_content div.data_realm_table td
	{
	border: none;
	padding: 0px;
	margin: 0px;
}

div.slim_page_body div.page_box_content td,div.slim_page_body div.page_box_content table.data_table td
	{
	border: solid silver 1px;
	padding: 3px;
	margin: 0px;
}

div.slim_page_body div.page_box_content td {
	border: solid silver 1px;
	padding: 3px;
	margin: 0px;
	}

.menupath tr td {
	white-space:nowrap;
}

/*  
  .fad-button-wrapper .l, .fad-button-wrapper .r
{
  display: block;
  position: absolute;
  height: 103px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.fad-button-wrapper .l
{
  left: 0;
  right: 15px;
}

.fad-button-wrapper .r
{
  width: 423px;
  right: 0;
  clip: rect(auto, auto, auto, 408px);
}

.fad-button-wrapper.hover .l, .fad-button-wrapper.hover .r
{
  top: -36px;
}

.fad-button-wrapper.active .l, .fad-button-wrapper.active .r
{
  top: -72px;
}

.fad-button-wrapper input
{
  float: none !important;
}
  
#wiki_document, #blog_document
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 13px;
}*/
/*Sportfad-Icons*/
span.icon_sport_tournament_sport_Fussball,
span.icon_sport_tournament_sport_FussballmC,
span.icon_sport_tournament_sport_FussballKF,
span.icon_sport_tournament_sport_Futsal,
span.icon_sport_tournament_sport_Volleyball,
span.icon_sport_tournament_sport_Volleyball2Pkt,
span.icon_sport_tournament_sport_Basketball,
span.icon_sport_tournament_sport_Handball,
span.icon_sport_tournament_sport_Eishockey,
span.icon_sport_tournament_sport_Eishockey2,
span.icon_sport_tournament_sport_Feldhockey,
span.icon_sport_tournament_sport_Badminton,
span.icon_sport_tournament_sport_Tischtennis,
span.icon_sport_tournament_sport_Tennis,
span.icon_sport_tournament_sport_AmericanFootball,
span.icon_sport_tournament_sport_RugbyLeague,
span.icon_sport_tournament_sport_RugbyUnion,
span.icon_sport_tournament_sport_Rugby7er

	{
	display:inline-block;
	width: 50px;
	height: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	overflow: hidden;
	margin-right: 10px;
	text-decoration: none;
	text-indent:-5000px;
}

span.icon_sport_tournament_sport_Fussball,span.icon_sport_tournament_sport_Futsal,span.icon_sport_tournament_sport_FussballKF
	{
	background-image: url(images/sport_fussball.png);
}

span.icon_sport_tournament_sport_FussballmC
	{
	background-image: url(images/sport_fussball.png);
}

span.icon_sport_tournament_sport_Volleyball,
span.icon_sport_tournament_sport_Volleyball2Pkt {
	background-image: url(images/sport_volleyball.png);
}

span.icon_sport_tournament_sport_Basketball {
	background-image: url(images/sport_basketball.png);
}

span.icon_sport_tournament_sport_Handball {
	background-image: url(images/sport_handball.png);
}
span.icon_sport_tournament_sport_Feldhockey {
	background-image: url(images/sport_hockey.png);
}
span.icon_sport_tournament_sport_Eishockey, 
span.icon_sport_tournament_sport_Eishockey2{
	background-image: url(images/sport_eishockey.png);
}
span.icon_sport_tournament_sport_Badminton {
	background-image: url(images/sport_badminton.png);
}
span.icon_sport_tournament_sport_Tennis {
	background-image: url(images/sport_tennis.png);
}
span.icon_sport_tournament_sport_Tischtennis {
	background-image: url(images/sport_tischtennis.png);
}
span.icon_sport_tournament_sport_AmericanFootball {
	background-image: url(images/sport_football.png);
}
span.icon_sport_tournament_sport_RugbyLeague,
span.icon_sport_tournament_sport_RugbyUnion,
span.icon_sport_tournament_sport_Rugby7er {
	background-image: url(images/sport_rugby.png);
}


div.fad-sport-table{
	display:table;
	width:100%;
}
div.fad-sport-tablerow{
	display:table-row;
}

.sport-tr-head{
	font-weight:bold;
	border-bottom:1px solid #F4F4F4;
}
.sport-tr-1{
	background-color:#F4F4F4;
}

div.fad-sport-tabledata{
	display:table-cell;
	table-layout:fixed;
	padding:3px;
}
.sport-td-right{
	text-align:right;
}
.sport-td-left{
	text-align:left;
}
.sport-td-center{
	text-align:center;
}

.sport-td-tiny{
	width:25px;
}
.sport-td-small{
	width:50px;
}
.sport-td-wide{
	width:200px;
}
.sport-td-colspan-all{
	width:100%;
}


.fad-sport-span{
	
}

.fad-sport-span.sport-postalcode:after{
	content:' ';
	display:inline;
}

.fad-sport-span.sport-location-name:after,
.fad-sport-span.sport-locality:after
{
	content:', ';
	display:inline;
}

div.tourstate div.tourstate-teams,
div.tourstate div.tourstate-winner,
div.tourstate div.tourstate-ticker
{
	position:relative;
	min-height:1px;
	padding-left:15px;
	padding-right:15px;
	box-sizing:border-box;
	margin-bottom:10px;
}

.tourstate-ticker iframe{
	margin:0 auto;
	display:block;
}

div.tourstate:lastchild:after{
	content:' ';
	display:block;
	clear:both;
}

div.fad-group-table *:lastchild:after{
	display:block;
	clear:both;
	content:'';
}

span.fad-sport-span.sport-location-name{
	padding-left:20px;
	background-image:url('images/map-pin.png');
	background-repeat:no-repeat;
	background-position:0 4px;
}

span.fad-sport-span.sport-span-startDate{
	padding-left:20px;
	background-image:url('images/date.png');
	background-repeat:no-repeat;
	background-position:0 4px;
}


span.fad-sport-span.sport-tournament-news-date{
	padding-left:8px;
}


ul.sport_team_list,
ul.sport_team_list li{
	display:block;
	list-style-type:none;
	margin:0;
}
ul.sport_team_list li{
	float:left;
	display:block;
	height:32px;
	padding-right:8px;
	margin-bottom:4px;
}
ul.sport_team_list li img.teamlogo{
	margin-right:4px;
}

ul.sport_team_list:after,
ul.sport_team_list li:last-child:after{
	content:'';
	display:block;
	clear:both;
}



@media (min-width: 1200px){
	div.tourstate div.tourstate-teams,
div.tourstate div.tourstate-winner,
div.tourstate div.tourstate-ticker{
	width:99%;
	float:left;
	}
	
}

@media (min-width: 992px) and (max-width:1199px) {
	div.tourstate div.tourstate-teams,
div.tourstate div.tourstate-winner,
div.tourstate div.tourstate-ticker{
	width:99%;
	float:left;
	}
	
}
@media (min-width: 768px) and (max-width:991px) {
	div.tourstate div.tourstate-teams,
div.tourstate div.tourstate-winner,
div.tourstate div.tourstate-ticker{
	width:50%;
	float:left;
	}
	
}


td.ajax_position {
	border: none;
}

div.page_box_caption a {
	margin: 5px;
}

/*game Select*/
#runningGames {
	float: right;
	width: 635px;
	border-bottom: silver 1px dotted;
}

#runningGames table.position {
	margin-bottom: 10px;
}

#runningGames table.position td {
	padding: 5px;
}

#gameSelect {
	margin-left: 0px;
	float: left;
	height: 31px;
	padding: 4px;
	padding-left: 24px;
	padding-right: 0px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#gameSelect option {
	height: 20px;
	padding: 2px;
	padding-left: 24px;
	padding-right: 12px;
	background-repeat: no-repeat;
}

#gameSelect.finished,#gameSelect option.finished {
	background-image: url('images/gameOptionFinished.png');
}

#gameSelect.ready,#gameSelect option.ready {
	background-image: url('images/gameOptionReady.png');
}

#gameSelect.waiting,#gameSelect option.waiting {
	background-image: url('images/gameOptionWaiting.png');
}

/*Statistik tabs*/
.tab_box {
	
}

.page-box ul.tab_nav,.fad-post-body ul.tab_nav,ul.tab_nav {
	border-bottom: 1px solid #BBB;
	font: bold 10px verdana, arial, sans-serif;
	letter-spacing: -3.5px;
	list-style-type: none;
	margin: 0;
	padding: 1px 0;
	white-space: nowrap;
	margin-top: 3px;
}
.page-box .tab_item:before,.fad-post-body .tab_item:before,.tab_item:before{
	display:none !important;
}
.page-box ul.tab_nav li.tab_item,.fad-post-body ul.tab_nav li.tab_item,ul.tab_nav li.tab_item {
	display: inline;
	padding:0px;
}

.tab_item_active {
	
}

.tab_item_inactive {
	
}

.page-box a.tab_link,.fad-post-body a.tab_link,a.tab_link {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #E3E3E3;
	border-color: #BBB #BBB -moz-use-text-color;
	border-image: none;
	border-style: solid solid none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-width: 1px 1px medium;
	color: #272727;
	font-weight: bold;
	letter-spacing: normal;
	margin-right: 1px;
	padding: 2px 6px;
}

.page-box a.tab_link_active,.fad-post-body a.tab_link_active,a.tab_link_active
	{
	border-color: #BBB #BBB -moz-use-text-color;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	color: #DB0000;
	font-weight: bold;
	letter-spacing: normal;
	margin-right: 1px;
	padding: 1px 6px 3px;
	position: relative;
}

.page-box a.tab_link_inactive,.fad-post-body a.tab_link_inactive,a.tab_link_inactive
	{
	border-color: #BBB #BBB -moz-use-text-color;
	color: #272727;
	font-weight: bold;
	letter-spacing: normal;
	margin-right: 1px;
	padding: 2px 6px;
}

.page-box a.tab_link:hover,.fad-post-body a.tab_link:hover,a.tab_link:hover
	{
	text-decoration: none;
	color: #FF0000;
}

.page-box a.tab_link_active:hover,.fad-post-body a.tab_link_active:hover,a.tab_link_active:hover
	{
	cursor: default;
}

.page-box a.tab_link_inactive:hover,.fad-post-body a.tab_link_inactive:hover,a.tab_link_inactive:hover
	{
	cursor: pointer;
}

.page-box a.tab_view,.fad-post-body a.tab_view,div.slim_page_body .tab_view,.tab_view
	{
	border: 1px solid #BBB;
	border-top: none;
	background-color: #eeeeee;
	margin-top: 0px;
	padding: 5px;
	margin-bottom: 5px;
}

/*news-overview*/
#news-overview {
	margin-top: 5px;
	margin-bottom: 5px;
}

#news-overview .news_entry {
	position: relative;
	margin-top: 15px;
}

#news-overview .info_right {
	display: inline;
	position: absolute;
	right: 0px;
}

#news-overview .info_right div,#news-overview .news_teaser {
	display: inline;
}

#news-overview .news_title,#news-overview .news_title a {
	font-weight: bold;
	font-size: 16px;
}

#news-overview .news_text {
	margin-top: 5px;
	margin-bottom: 5px;
}

#news-overview .news_entry img {
	border: none;
}

#news-overview .news_footer .footer_entry,#news-overview .news_footer .footer_entry a
	{
	display: inline;
	font-size: 10px;
}

ul.fad-ulist-test1 {
	list-style: square inside;
}

ul.fad-ulist-test1 li {
	padding: 3px;
	background-image: none;
}

ul.fad-ulist-test2 {
	list-style: circle outside;
}

ul.fad-ulist-test2 li {
	padding: 3px;
	background-image: none;
}

ol,
ol.fad-olist-decimal {
	list-style: decimal;
}
ol.fad-olist-decimal-counter,
ol.fad-olist-upper-roman-counter,
ol.fad-olist-upper-latin-counter,
ol.fad-olist-lower-latin-counter
 {
	list-style-type: none;
 }


ul:nth-of-type(1),
ol:nth-of-type(1) {
	counter-reset:decimal_counter upper_roman_counter upper_latin_counter lower_latin_counter;
}
 
 
ol.fad-olist-decimal-counter>li::before {
	content:counter(decimal_counter) ".";
	counter-increment:decimal_counter;
}

ol.fad-olist-upper-roman {
	list-style: upper-roman;
}

ol.fad-olist-upper-roman-counter>li::before {
	content:counter(upper_roman_counter,upper-roman) ".";
	counter-increment:upper_roman_counter;
}
ol.fad-olist-upper-latin{
	list-style: upper-latin;
}
ol.fad-olist-upper-latin-counter>li::before {
	content:counter(upper_latin_counter,upper-latin) ".";
	counter-increment:upper_latin_counter;
}
ol.fad-olist-lower-latin{
	list-style: lower-latin;
}
ol.fad-olist-lower-latin-counter>li::before {
	content:counter(lower_latin_counter,lower-latin) ".";
	counter-increment:lower_latin_counter;
}

span.fad-font-arial {
	font-family: Arial;
}

span.fad-font-times {
	font-family: Times;
}

span.fad-color-red {
	color: #ff0000;
}

span.fad-color-green {
	color: #00ff00;
}

span.fad-bgcolor-yellow {
	background-color: #ffff00;
}

span.fad-size-125 {
	font-size: 125%;
}

span.fad-size-150 {
	font-size: 150%;
}

span.fad-size-90 {
	font-size: 90%;
}

span.fad-size-80 {
	font-size: 80%;
}

.fad-article img.teamlogo_small {
	margin: 3px;
	position: relative;
	border: none;
}

.fad-article img.teamlogo_tiny,.fad-article img.teamlogo_tiny_right {
	margin: 2px;
	position: relative;
	top: 4px;
	border: none;
}

div#fb-root {
	width: 300px;
}

td span.gameresult {
	margin: 5px;
}

a#bsmenutogglebutton.bsmenutoggle {
	position: relative;
	background: transparent;
	width: 30px;
	height: 30px;
	line-height: 15px;
	margin: 0px;
	padding-left: 30px;
	padding-bottom: 15px;
	text-decoration: none;
	background-repeat: no-repeat;
	border: none;
	text-indent: -5000px;
}

a#bsmenutogglebutton.bsmenutoggle.bsmenutogglehide:hover {
	background-image: url('images/menuhide.png');
}

a#bsmenutogglebutton.bsmenutoggle.bsmenutoggleshow:hover {
	background-image: url('images/menushow.png');
}

div.fad-groupcontainer div.fad-groupcontaineritem div.fad-groupcontaineritem-body
	{
	display: none;
	}
div.fad-groupcontainer div.fad-groupcontaineritem div.fad-groupcontaineritem-head{
	margin-bottom:5px;
}	
div.fad-groupcontainer div.fad-groupcontaineritem 
	{
	margin-bottom:10px;
	border-bottom:1px dotted #888888;
}
div.fad-groupcontainer div.fad-groupcontaineritem.active div.fad-groupcontaineritem-body
{
	display: block;
}

div.ibs-include table{
	float:left;
}

span.image-meta{
	display:block;
}

img.image-left,
span.image-meta.image-left,
span.image-left{
	float:left;
	margin: 5px;
	margin-left:0px;
}

img.image-right,
span.image-meta.image-right,
span.image-right{
	float:right;
	margin: 5px;
	margin-right:0px;
}

img.image-center,
span.image-meta.image-center,
span.image-center{
	display:block;
	margin: 5px;
	margin-right:auto;
	margin-left:auto;
}

span.image-meta span {
	display:block;
}

.fad-postcontent ul.toolbar>li:before,  .fad-post ul.toolbar>li:before,  .fad-textblock ul.toolbar>li:before
{
   content:'';
   margin-right:0;
   margin-left:0;
   bottom: 0;
   position:relative;
   display:inline;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.fad-postcontent ul.toolbar>li,  .fad-post ul.toolbar>li,  .fad-textblock ul.toolbar>li
{
   overflow:visible;
   }

#ContentEditorBox div.wysiwyg ul.toolbar,
#editorButtons ul.toolbar{ 
	z-index:100;
	}  
   
#ContentEditorBox div.wysiwyg ul.toolbar li > ul,
#editorButtons ul.toolbar li > ul { 
	top:9px !important;
	left:-5px !important;
	}   
	
h5.slider-date{
	display:inline;
	float:right;
	text-align:bottom;
	font-size:15px;
}


   
span.fad-cms-original-value{
color:#bbb;	
}

span.fad-cms-custom-value{
	color:#000;
}

span.toggle-autocomplete-input,
span.toggle-arrow{
	border: none !important;
	display:inline-block;
	overflow:hidden;
	text-indent:-1000px;
	width:16px;
	height:16px;
	padding:0 !important;
	margin-left:0px;
	background-image:url('images/arrowdown.png');
	vertical-align:bottom;
}

span.toggle-arrow{
	position:absolute;
	right:2px;
	top:6px;
}
span.toggle-autocomplete-input{
	position:absolute;
	right:-38px;
	top:6px;
}

div.chapter{
	border:none;
	border-bottom:1px solid #bbb;
	margin-bottom:10px;
	margin-top:5px;
}
.chapterButtons a.togChapter,
a.togChapter{
	display:inline-block;
	position:relative;
	top:-4px;
	width:20px;
	max-width:20px;
	height:20px;
	line-height:20px;
	font-family:"Courier New", Courier, monospace;
	font-size:15px;
	color:#bbb;
	text-indent:6px;
	text-decoration:none;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border:1px solid #bbb;
}

#editor_count{
	border-radius:0px !important;
	font-size: 13px;
	height:25px;
	background-image:none;
	text-indent: 0;
	cursor:default;
}

table.simple_border{
	border:1px solid black;
	border-collapse:collapse;
}

table.simple_border td{
	border:1px solid black;
}

td.htCenter{
	text-align: center;
}

td.htRight{
	text-align:right;
}

td.htLeft{
	text-align:left;
}

td.htJustify{
	text-align:justify;
}

td.htTop{
	vertical-align:top;
}

td.htMiddle{
	vertical-align:middle;
}

td.htBottom{
	vertical-align:bottom;
}


/*Editor im Ajax Dialog*/
#ajaxTable div.wysiwyg .toolbar {
float:none;
position:fixed;
top:0;
left:0;
}
#ajaxTable div.handsontable{
position:relative;
}
#ajaxTable div.wysiwyg {
    border: 2px solid highlight;
    padding-top: 2px;
        padding-right: 3px;
        padding-bottom: 1px;
        padding-left: 4px;
    margin-top: 37px;
    margin-left: -2px;
    }

div.group_content{
	float:left;
	min-height:166px;
}

.layout_show div#fad_place_foot,
div#eventsscrollPane.beamer_scrollpane{
	display:none;
}

div#fad-main.removebgcolor{
	background:transparent;
}

/*noch nach default verschieben*/
div.fad_survey_result .fad_survey_question{
	font-weight:bold;
}


div.fad_survey_result .fad_answer_selected,
div.fad_survey_result .fad_answer_unselected{
	padding-left:32px;

}

div.fad_survey_result .fad_answer_selected{
	background-image:url('/web.images.pos_east_dis.png');
	background-repeat:no-repeat;
    font-weight:bold;
}
div.fad_radio_table{
	display:table;
}
div.fad_radio_table_row{
	display:table-row;
}
div.fad_radio_table_cell{
	display:table-cell;
}
#loadingImage{
	position:relative;
	top:-50%;
	}
}
