html, body {
	width: 1200px;
	margin: 0 auto 0 auto;
	font-family: Helvetica, Arial, sans-serive;
	font-weight: lighter;
	font-variant: lighter;
	min-height: 272px;
}
html {
	background-color: #ccc;
}
body {
	background-color: #fff;
	padding: 20px;
}
h1, h2, h3, h4, h5 {
	font-weight: lighter;
	font-variant: lighter;
}
p {
	margin: 2px 0 2px 0;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #000;
}
.loading{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 80px;
	margin: -20px 0 0 -60px;
	border-radius: 10px;
	background-color: rgba(230,230,230,0.8);
	box-shadow: 1px 1px 20px #999;
	line-height: 100px;
	text-align: center;
}
.floatbox{
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: rgba(230,230,230,0.8);
	box-shadow: 1px 1px 20px #999;
}
#head{
	border: 1px solid #999;
	border-radius: 10px;
	padding: 5px;
	background-color: #eee;
	margin-bottom: 5px;
}
#head h1, .login legend{
	font-size: 14px;
	color: #98e124;
	text-shadow: 0 0 1px #000;
}
#head h1 i, .login legend i{
	text-shadow: none;
	color: #999;
}
#head h2{
	float: right;
	font-size: 14px;
	color: #666;
}
ul#navigation {
	position: relative;
	z-index: 99;
	margin: 15px 0 5px 0;
	list-style: none;
	height: 25px;
}
ul#navigation li {
	float: left;
	list-style: none;
	border-radius: 10px;
	padding: 5px;
	background-color: #ddd;
	margin-right: 5px;
}
ul#navigation li ul {
	margin-top: 5px;
	display: none;
	position: absolute;
	border-radius: 10px;
	box-shadow: 1px 1px 1px #000;
	background-color: #eee;
}
ul#navigation li ul li {
	clear: left;
	margin-left: -5px;
	background-color: #eee;
}
ul#navigation li:hover ul {
	display: block;
}
#modul {
	overflow: auto;
}
#modul h1 {
	font-size: 12px;
	color: #999;
	margin: 10px 10px 40px 10px;
	line-height: 30px;
	border-bottom: 1px solid #999;
}
#Subnav, #search, #Formular, .Rahmen {
	border-radius: 10px;
	padding: 5px;
	background-color: #eee;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	overflow: auto;
}
#Subnav {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#Formular {
	padding: 40px;
}
#search, .Rahmen {
	padding: 12px 0 0 40px;
}
.Language{
	margin-top: -55px;
	position: relative;
	height: 70px;
	width: 100%;
	color: #999;
}
.Language li{
	float: right;
	margin: 0 0 40px 10px;
	padding: 5px;
	list-style: none;
	border: 1px solid #999;
	border-radius: 10px;
	background-color: #eee;
}
.Language .active{
	background-color: #fff;
}
.liste {
	width: 100%;
	border: 0;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-spacing: 0;
}
.liste td {
	padding: 5px;
	margin: 0;
}
.liste td div {
	overflow: hidden;
	width: 100%;
	height: 20px;
}
.liste a.delete, .liste a.change, .liste a.new, .liste a.move, a.newT {
	display: inline-block;
	margin-left: 5px;
	width: 22px;
	height: 22px;
	/*background-color: #333;*/
	background-image: url(images/bet_one.png);
	background-position: -146px -19px;
	background-repeat: no-repeat;
	background-size: 220px;
}
.liste a.delete {
	background-position: -176px -48px;
}
.liste a.new {
	background-position: -82px -48px;
}
a.newT {
	background-position: -52px -19px;
}
.liste a.move {
	background-position: -21px -102px;
	height: 24px;
}
.liste .top {
	background-image: linear-gradient(0deg, #cdcdcd 0%, #efefef 95%);
	color: #666;
}
.liste .top a{
	color: rgba(0,0,0,0.4);;
	text-shadow: 0px 2px 3px #fff;
}
.sortPfeil span {
	background-image: url(images/bet_one.png);
	padding: 0 20px 2px 0;
	margin-left: 2px;
	background-position: 2px -14px;
	background-repeat:no-repeat;
	background-size: 180px;
}
.sortPfeil.ASC span {
	background-position: 2px -64px;
}
.liste .schalter {
	text-align: right;
	width: 90px;
}
.liste .light {
	background-color: #fafafa;
}
.liste .dark {
	background-color: #f2f2f2;
}
.liste .light td {
	border-right: 1px dashed #fff;
}
.liste .dark td {
	border-right: 1px dashed #fff;
}
.liste td.schalter {
	border: 0;
}
.liste .light:hover {
	background-color: #eaffea;
}
.liste .dark:hover {
	background-color: #e2ffe2;
}
#Subnav li {
	float: left;
	list-style: none;
	margin-right: 40px;
}
#Subnav .active {
	color: #999;
	font-style: italic;
}
input, select, button, textarea, p.wW, p.wM, p.wS{
	padding: 5px;
	border: 0;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
	background-color: #fefefe;
	margin: 0 0 10px 0;
	font-family: Helvetica, Arial, sans-serive;
	font-weight: lighter;
	font-variant: lighter;
	font-size: 14px;
}
.wrapper{
	width: 450px;
	float: left;
	min-height: 70px;
}
input:disabled{
	background-color: #f9f9f9;
}
input.wS, select.wS, textarea.wS, p.wS{ width: 200px }
input.wM, select.wM, textarea.wM, p.wM{ width: 300px }
input.wW, select.wW, textarea.wW, p.wW{ width: 400px }
textarea.wS, textarea.wM, textarea.wW{ height: 95px }
form.wS { text-align:right; width: 210px; }
form.wM { text-align:right; width: 310px; }
form.wW { text-align:right; width: 410px; }
input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{
	background-color: #fee;
}
input:required:valid, textarea:required:valid{
	background-color: #efe;
}
textarea.i100prc{
	width: 99%;
}
.wrapper.w100prc{
	width: 100%;
	margin-bottom: 20px;
}
.wrapper.wHalf{
	width: 225px;
}
textarea.ih200prc{
	height: 200px;
}
textarea.ih300prc{
	height: 300px;
}
textarea.ih400prc{
	height: 400px;
}
textarea.ih600prc{
	height: 600px;
}
.wrapper .ih100prc .TokensContainer {
	height: 100px;
}
.wrapper .ih200prc .TokensContainer {
	height: 200px;
}
.wrapper .ih400prc .TokensContainer {
	height: 400px;
}
.login{
	position: relative;
	overflow: auto;
	width: 340px;
	margin: auto;
	background-image: url(images/security.png);
	background-repeat: no-repeat;
	background-position: right 20px top 50px;
	background-size: 20%;
}
fieldset{
	padding: 15px;
	border: 1px solid #000;
	border-radius: 10px;
}
legend{
	padding: 5px;
	border-top: 1px solid #000;
	border-radius: 10px;
}
.error{
	color: #900;
}
.confirm, .alert{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 340px;
	margin: -120px 0 0 -170px;
	padding: 20px;
	border: 0;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
	background-color: #fefefe;
}
.confirm h2, .alert h2{
	margin-bottom: 20px;
}
.confirm button{
	width: 80px;
}
.close{
	float: right;
	margin: -20px -20px 0 0;
	padding: 5px 8px 5px 8px;
	font-size: 10px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-radius: 50%;
	background-color: #fefefe;
}
.alert button{
	float: right;
	margin: -15px -15px 0 0;
	width: 26px;
	height: 26px;
	background-color: #eee;
	color: #fff;
}
hr{
	border: 0;
	border-bottom: 1px solid #999;
	margin: 20px 0 20px 0;
}
/* --------------------------------------------------------------------------------------------------------------- */
div.TokenizeMeasure,
div.Tokenize ul li span,
div.Tokenize ul.TokensContainer li.TokenSearch input
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div.Tokenize
{
    position: relative;
    display: inline-block;
    zoom: 1;
}

div.Tokenize ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

div.Tokenize ul li
{
    white-space: nowrap;
}

div.Tokenize ul.TokensContainer
{
    cursor: text;
    padding: 0 5px 0 0;
    height: 55px;
    overflow-y: auto;
    background-color: white;
}

div.Tokenize ul.TokensContainer li.Token
{
    border: 1px solid #ccd5e3;
    background-color: #eff2f7;
    padding: 0 5px;
    line-height: 18px;
}

div.Tokenize ul.TokensContainer li.Token.PendingDelete
{
    opacity : 0.5;
    -moz-opacity : 0.5;
    -ms-filter: "alpha(opacity=50)";
    filter : alpha(opacity=50);
}

div.Tokenize ul.TokensContainer li.Token,
div.Tokenize ul.TokensContainer li.TokenSearch
{
    margin: 5px 0 0 5px;
    height: 18px;
    float: left;
}

div.Tokenize ul.TokensContainer li.TokenSearch input
{
    margin: 0;
    padding: 1px 0;
    background-color: white;
    line-height: 18px;
    border: none;
    outline: none;
}

div.Tokenize ul.TokensContainer,
div.Tokenize ul.Dropdown
{
    border: 1px solid #ccc;
}

div.Tokenize ul.TokensContainer li.Token a.Close
{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 18px;
    float: right;
    margin: 1px 0 0 5px;
    padding: 0;
    cursor: pointer;
    color: #a6b4ce;
}

div.Tokenize ul.TokensContainer li.Token a.Close:hover
{
    background: transparent;
    text-decoration: none;
}

div.Tokenize ul.Dropdown
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    display: none;
    width: 100%;
    padding: 5px 0;
    margin: -1px 0 0 0;
    position: absolute;
    background-color: white;
    overflow-y: auto;

    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;

    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;

    z-index: 20;
}

div.Tokenize ul.Dropdown li
{
    padding: 5px 20px;
    overflow: hidden;
    cursor: pointer;
}

div.Tokenize ul.Dropdown li.Hover
{
    color: white;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.TokensContainer {
	padding: 5px;
	border: 0;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
	background-color: #fefefe;
	margin: 0 0 10px 0;
	font-family: Helvetica, Arial, sans-serive;
	font-weight: lighter;
	font-variant: lighter;
	font-size: 14px;
	text-align: right; 
	width: 405px;
}
#modul .TokenSearch input{
	box-shadow: none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
  border-radius: 10px;
  margin-top: -23%;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
  padding-top: 5px;
}
#TB_prev, #TB_next {
	position: absolute;
	padding: 5px;
	font-size: 20px;
	border-radius: 10px;
	background-color: #fff;
	border: 4px solid #525252;
	padding-right: 10px;
}
#TB_prev a, #TB_next a {
	text-decoration: none;
}
#TB_prev {
	left: 0;
	margin: -50% 0 0 -98px;
	border-right: none;
}
#TB_next {
	right: -95px;
	margin: -50% 0 0 0;
	border-left: none;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
  min-width: 300px;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border:none;
}
#TB_caption{
  height:25px;
  padding:7px 30px 30px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 11px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}