* {
	margin:0;
	padding:0;
}

@media only screen and (max-width : 480px) {

    #container {
        width: 100%;
    }
    #header h1 {
        font-size: 8vw;
        line-height: 1.2em;
        padding: 0;
    }

    #mainnav p {
        background-color: #E4002B;
        color: white;
        padding: 0.4em 1em;
        font-size: 20px;
        border: none;
        border-radius: 0.4em;
        margin: 0 0 0 1em;
        width: 20%;
        text-align: center;
    }
    #mainnav .dropdownmenu {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

    #mainnav:hover .dropdownmenu {
        display: block;
    }

    #mainnav.actions {
        float: none;
    }
    div.form,
    div.index,
    div.view {
        width:100%;
    }
}

@media only screen and (min-width : 480px) and (max-width : 768px) {

    #container {
        width: 100%;
    }
    #header h1 {
        background: transparent ;
        font-size: 8vw;
        line-height: 1.2em;
        padding: 0;
    }

    #mainnav p {
        background-color: #E4002B;
        color: white;
        padding: 0.4em 1em;
        font-size: 20px;
        border: none;
        border-radius: 0.4em;
        margin: 0 0 0 1em;
        width: 20%;
        text-align: center;
    }
    #mainnav .dropdownmenu {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

    #mainnav:hover .dropdownmenu {
        display: block;
    }

    #mainnav.actions {
        float: none;
    }
    div.form,
    div.index,
    div.view {
        width:100%;
    }
}

@media only screen and (min-width : 768px) and (max-width : 960px) {

    #container {
        width: 100%;
    }
    #header h1 {
        background: transparent url('../img/Teatimelogo.300x59.png') no-repeat right top;
        font-size: 40px;
        line-height: 69px;
        height: 69px;
        padding: 0 26px 0 0;
    }

    #mainnav p {
        background-color: #E4002B;
        color: white;
        padding: 0.4em 1em;
        font-size: 20px;
        border: none;
        border-radius: 0.4em;
        margin: 0 0 0 1em;
        width: 20%;
        text-align: center;
    }
    #mainnav .dropdownmenu {
         display: none;
         position: absolute;
         background-color: #f1f1f1;
         min-width: 200px;
         box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
         z-index: 1;
     }

    #mainnav:hover .dropdownmenu {
        display: block;
    }

    #mainnav.actions {
        float: none;
    }
    div.form,
    div.index,
    div.view {
        width:100%;
    }
}

@media only screen and (min-width: 960px) {
    #container {
        width: 960px;
    }

    #header h1 {
        background: transparent url('../img/Teatimelogo.300x59.png') no-repeat right top;
        font-size: 50px;
        line-height: 69px;
        height: 69px;
        padding: 0 10px 0 0;
    }
    #mainnav {
        border-right:1px solid #666;
    }
    #mainnav p {
        display: none;
    }
    div.form,
    div.index,
    div.view {
        float:right;
        width:72%;
    }
    #mainnav.actions {
        float:left;
        width:20%;
    }
}


body {
	/*  background: #012169 url("../img/Testbild_1200.blur.jpg") center no-repeat; */
    background: #E4002B;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
	text-align: center;
}
a {
	color: #012169;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #E4002B;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	background:#fff;
	color: #012169;
	font-size: 100%;
}
h2 {
	background:#fff;
	color: #ff0000;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 190%;
}
h3 {
	color: #2c6877;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #993;
	font-weight: normal;
}
ul, ol, li {
	margin: 0 12px;
}
p {
	margin: 0 0 1em 0;
}

/** Layout **/
#container {
	text-align: left;
	margin: 0 auto;
	padding-top: 1em;
}

#header{
    padding: 0 ;
    margin: 0 1em 1em 1em;
    background: transparent ;
}


#header h1 {
    color: #fff;
    text-align: left;
    vertical-align: bottom;
    margin-bottom: 0;
}
#header h1 a {
	color: #fff;
	background: #012169;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #012169;
	text-decoration: underline;
}
#popupcontent {
	width: 920px;
}
#content, #popupcontent {
	/* background: rgba(255, 255, 255, 0.98); */
	background: #fff;
	clear: both;
	color: #333;
    /* padding: 20px 20px 40px 20px; */
    padding: 1em 1em 2em 1em;
	overflow: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/** containers **/
div.form,
div.index,
div.view {
	padding:10px 2%;
}
div.actions {
	padding:10px 1.5%;
    float:left;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}
div.tablecell .actions {
  width:50%;
}
div.tablecell .actions.short {
  width:10%;
}
div.index div.actions, div.view div.actions {
  width: 30%;
  text-align: center;
}
div.view table tr td.actions {
  width: auto;
}
div.view table tr td.actions.short {
  width: 10%;
}
div.view .actions.w100 {
  width: 100%;
  text-align: left;
}

div.contacts.view dl {
  width:98%;
}


/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: center;
	padding:4px;
	/* line-height: 1em; */
}
th a {
	/* display: block; */
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: center;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
.admin table tr td {
	padding: 2px 4px 2px 4px;
	vertical-align: middle;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	clear:both;
    display: block;
    border-radius: 4px;
}
.paging {
	margin-top: 1em;
}
.paging .current,
.paging .disabled,
.paging li {
    background:#eee;
    display: inline-block;
    margin: 0 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
}
.paging > span:hover {
	background: #efefef;
}
/* .paging .prev {
	border-left: 1px solid #eee;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.paging .next {
    border-right: 1px solid #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
} */
.paging .disabled, .paging .disabled a {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .active, .paging .active a {
	color: #c73e14;
}
.paging .current a {
	padding: 0;
}

/** Scaffold View **/
dl {
	line-height: 1.8em;
	margin: 0em 0em 1em 0em;
	width: auto;
	clear:left;
}
.tablecell dl {
  width: 98%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
	height: 1.8em;
}
dd {
	margin-left: 10.2em;
	margin-top: -1.8em; 
	padding-left: 2px;
	vertical-align: top;
	height: 1.8em;
}

dl.longlabel, dl.verylonglabel {
	width: auto;
}
dl.longlabel dt {
	width: 16em;
}
dl.longlabel dd {
	margin-left: 16em;
}
dl.verylonglabel dt {
	width: 20em;
}
dl.verylonglabel dd {
	margin-left: 20em;
}

div.users.view dl {
  width: 90%;
}

div.colleft, div.colright {
    width: 49%;
}
div.colright {
    float: right;
}
div.colleft {
    float: left;
}

div.colleft dl, div.colright dl {
    width: 98%;
}

div.colleft dt, div.colright dt {
    width: 7em;
}
div.colleft dd, div.colright dd {
    margin-left: 7.2em;
}
dl.under2cols {
    width: 96%;
}
dl.under2cols dt {
    width: 7em;
}
dl.under2cols dd {
    margin-left: 7.2em;
}
    /** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 0.1em;
	padding: .3em;
	vertical-align: text-top;
}
form div.checkbox {
  margin-bottom: 0;
  padding: .1em .5em;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form#SubscriptionActivateUnicodeForm .required {
  font-weight: normal;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	text-align: center;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	width:98%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
form .submit input[type=submit]:hover {
	background: #5BA150;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: unset;
	-webkit-border-radius: unset;
	border-radius: unset;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  Actions  **/


#mainnav ul, .actions ul {
     margin: 0;
     padding: 0;
}
#mainnav li, .actions li, .viewbuttons li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
#mainnav ul li a, .actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}
.viewbuttons ul li a {
    font-weight: normal;
    display: inline-block;
    clear: both;
}
.viewbuttons ul li {
    display: inline-block;
    width: auto;
}
.viewbuttons ul {
    margin: 0;
}
div.viewbuttons {
    padding: 0.5em 0;
    margin: 0 0 0.5em 0;
    clear: both;
}
.viewbuttons li {
    margin:0 0.3em 0.5em 0;
}

/* Buttons and button links */
input[type=submit],
.viewbuttons ul li a,
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
    background: #ededed;
    color:#333;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
	min-width: 0;
	user-select: none;
}
.viewbuttons ul li a {
    padding: 0.5em 1em;
}
.viewbuttons ul li a:hover,
.actions ul li a:hover,
.actions a:hover {
    font-weight:normal;
    color: #fff;
    background: #012169;
    text-decoration: none;
    text-shadow: none;
}
input[type=submit]:active,
.viewbuttons ul li a:active,
.actions ul li a:active,
.actions a:active {
    font-weight:normal;
    color: #fff;
    background: #012169;
    text-decoration: none;
    text-shadow: none;
}

#mainnav ul li a {
    font-weight:normal;
    padding: 4px 8px;
    background: transparent;
    color:#012169;
    border: none;
    border-radius: 0;
    text-decoration: none;
    min-width: 0;
    box-shadow: none;
    -webkit-user-select: none;
    user-select: none;
}

#mainnav li, .actions li {
    margin:0 0 1px 0;
}

#mainnav ul li a:hover {
    font-weight:normal;
    color: #fff;
    background: #012169;
    text-decoration: none;
    text-shadow: none;
}
/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}

.tc {
  text-align: center;
}
table tr th.tl, table tr td.tl, .tl {
  text-align: left;
}
table tr th.tr, table tr td.tr, .tr {
  text-align: right;
}
th.medium, td.medium {
	width: 20%;
}
th.short, td.short {
	width: 10%;
}
th.veryshort, td.veryshort {
	width: 5%;
}
th.vveryshort, td.vveryshort {
  width: 3%;
}
div.table {
	display:table;
	position:relative;
}
div.tablerow {
  display:table-row;
  position:relative;
}
div.tablecell {
  display:table-cell;
  position:relative;
}
.w100 {
  width:100%;
}
.w45 {
  width:45%;
}
.w30, div.actions.w30 {
  width:30%;
}
.w5 {
  width:2%;
}
.rb {
	color: white;
	background: red;
	font-weight: bold;
}
.gb {
	color: white;
	background: green;
	font-weight: bold;
}
.yb {
	background: yellow;
	font-weight: bold;
}
.bor1 {
	border: 1px solid #999;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.pat10 {
	padding-top: 10px;
	padding-left: 10px;
}
.multiplecheckbox label {
	font-weight: bold;
}
.multiplecheckbox .checkbox label {
	font-weight: normal;
}
.inactive {
	text-decoration:line-through;
}
table.senderliste tr td {
	font-size: 12px;
	padding: 2px 2px;
	border-bottom: none;
}
table.senderliste tr th {
	border-bottom: 1px solid #ccc;
	padding: 2px 2px;
}
span.c100, span.c200, span.c300, span.c400, span.c500 {
	width:3px; margin: 1px 0;
}
span.c100 {
	background-color:aqua;
}
span.c200 {
	background-color:red;
}
span.c300 {
	background-color:yellow;
}
span.c400 {
	background-color:green;
}
span.c500 {
	background-color:blue;
}
td.bgray {
	background-color:#ccc;
}
/* Inverted Menu Start */

#vorher a, #nachher a {
font-size: 24px;
font-weight: 100;
}
#vorher, #nachher, #w1 {
display: none;
}
.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px solid #D10000; /*Highlight red color theme*/
background: transparent;
/* voice-family: "\"}\"";
voice-family: inherit; */
clear: both;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: normal 12px Arial;
line-height: 12px;
color: black;
text-decoration: none;
text-align:center;            
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 4px 2px 4px 2px; /*Padding within each menu item*/
background-color: #ccc; /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
background-color: #D10000; /*Highlight red color theme*/
padding-top: 6px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #D10000; /*Highlight red color theme*/
padding-top: 6px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}
/* Inverted Menu End */

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #aaa; /* set border COLOR as desired */
list-style-type: none;
padding: 10px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
clear:both;
}

ul#tabnav li { /* do not change */
display: inline;
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #ccc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */

	padding: 4px 8px;
	background: #dcdcdc;
	/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bebebe), to(#dfdfdf));
	background-image: -webkit-linear-gradient(top, #bebebe, #dfdfdf);
	background-image: -moz-linear-gradient(top, #bebebe, #dfdfdf);
	background-image: -ms-linear-gradient(top, #bebebe, #dfdfdf);
	background-image: -o-linear-gradient(top, #bebebe, #dfdfdf);
	background-image: linear-gradient(top, #bebebe, #dfdfdf);
	
	color:#333;
	border:1px solid #aaa;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;


text-decoration: none;
border-bottom: none;
}

ul#tabnav li.current { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

ul#tabnav li.current a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
	/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	*/
	background: #fff; /* set desired hover color */
}

ul#tabnav a:hover { /* settings for hover effect */
	color: #f00; /* set desired hover color */
	background: #fff; /* set desired hover color */
}

/* end css tabs */
/*
#b0, #b1, #b2, #b3, #b4, #b5, #b6, #b7, #b8, #b9, #b10, #b11, #b12, #b13, #b14, #b15, #b16, #b17, #b18, #b19, #b20, #b21, #b22, #b23 {
	background-color: #ddd;
} */

#b0, #b1, #b2, #b3, #b4, #b5, #b6, #b7, #b8, #b9, #b10, #b11, #b12, #b13, #b14, #b15, #b16, #b17, #b18, #b19
{
	display:none;
}

div.programs.view h2 {
	margin-bottom: 0;
}
/* css tables */
.csstable     { display: table }
.csstr        { display: table-row }
.cssthead     { display: table-header-group }
.csstbody     { display: table-row-group }
.csstfoot     { display: table-footer-group }
.csscol       { display: table-column }
.csscolgroup  { display: table-column-group }
.csstd, .cssth { display: table-cell }
.csscaption   { display: table-caption }


#selectortable {
margin: 0 auto 5px auto;
}

#selectortable label {
display: inline;
padding-right: 5px;
}
/**  Actions  **/
div.actions2 {
	padding:0px 1% 5px 0px;
	width:100px;
	float: left;
	text-align:center;
}
div.actions2.categories {
	width:96px;
}
div.actions2.close {
	width:60px;
}
div.actions2.play {
	width:30px;
}
div.actions2.rechts {
	padding:0px 0px 5px 1%;
	float: right;
}
div.actions2.center {
	padding:0px 1% 5px 1%;
	float: none;
	margin: 0 auto;
}
.actions2 li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions2 ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}
.actions2 ul, .actions2 ul li {
list-style: none;
	margin: 0;
	padding: 0;
}

.actions2 ul li a,
.actions2 a {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#012169));
	background-image: -webkit-linear-gradient(top, #fefefe, #012169);
	background-image: -moz-linear-gradient(top, #fefefe, #012169);
	background-image: -ms-linear-gradient(top, #fefefe, #012169);
	background-image: -o-linear-gradient(top, #fefefe, #012169);
	background-image: linear-gradient(top, #fefefe, #012169);
	
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.actions2 ul li a:hover,
.actions2 a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
	cursor: hand;
}
.actions2 ul li a:active,
.actions2 a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}
#selectortable form .required label:after {
	content: none;
	display: none;
}
#selectortable form .required {
	font-weight: normal;
}
.mt10 {
	margin-top: 10px;
}

/*  ptop */

/** Paging **/
.ptop {
	background:#fff;
	color: #ccc;
	clear:both;
}
.ptop a {
	display: inline-block
}
.ptop .prev a,
.ptop .next a {
	font-weight:bold;
	padding: 5px 2px;
	background: #dcdcdc;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#012169));
	background-image: -webkit-linear-gradient(top, #fefefe, #012169);
	background-image: -moz-linear-gradient(top, #fefefe, #012169);
	background-image: -ms-linear-gradient(top, #fefefe, #012169);
	background-image: -o-linear-gradient(top, #fefefe, #012169);
	background-image: linear-gradient(top, #fefefe, #012169);
	
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
	
	
}
.ptop .next a:hover,
.ptop .prev a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}

.ptop .disabled {
	padding: 5px 2px;
	color: #ddd;
	background:#fff;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ptop .disabled:hover {
	background: transparent;
}


/*  dancing dots */

@-webkit-keyframes dancing-dots-jump {
    0% { top: 0; }
    55% { top: 0;     text-shadow: 0px 0px 0px rgba(0,0,0,0.5); }
    60% { top: -20px; text-shadow: 5px 20px 5px rgba(0,0,0,0.5); }
    80% { top: 4px;   text-shadow: 0px 0px 0px rgba(0,0,0,0.5); }
    90% { top: -3px;  text-shadow: 0px 3px 1px rgba(0,0,0,0.5); }
    95% { top: 1px;   text-shadow: 0px 0px 0px rgba(0,0,0,0.5); }
    100% { top: 0;    text-shadow: 0px 0px 0px rgba(0,0,0,0.5);}
}
@-moz-keyframes dancing-dots-jump {
    0% { top: 0; }
    55% { top: 0;     text-shadow: 0px 0px 0px rgba(0,0,0,0.5); }
    60% { top: -20px; text-shadow: 5px 20px 5px rgba(0,0,0,0.5); }
    80% { top: 4px;   text-shadow: 0px 0px 0px rgba(0,0,0,0.5); }
    90% { top: -3px;  text-shadow: 0px 3px 1px rgba(0,0,0,0.5); }
    95% { top: 1px;   text-shadow: 0px 0px 0px rgba(0,0,0,0.5); }
    100% { top: 0;    text-shadow: 0px 0px 0px rgba(0,0,0,0.5);}
}
html, body {
    height: 100%;
}
#overlay, #underlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    /* background:url(http://images2.layoutsparks.com/1/153633/pink-black-stripes-diagonal.gif); */
    background:#666;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}
#dancing-dots-text {
    box-shadow: inset 0px 0px 30px rgba(0,0,0,0.2), 0px 0px 20px rgba(0,0,0,1);
    background: #012169;
    border: 8px solid #FFFFFF;
    width: 200px;
    padding: 30px 50px;
    border-radius: 15px;
    text-align: center;
    font-size: 30px;
    font-style: italic;
    margin: 30px auto;
    color: #FFFFFF;
    position: fixed;
    margin-left: -160px;
    left: 50%;
    top: 100px;
}

#dancing-dots-text span {
    font-size: 60px;
    line-height: 10px;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.5);;  
}

#dancing-dots-text span span {
    -webkit-animation-duration: 2500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: dancing-dots-jump;
    -moz-animation-duration: 2500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: dancing-dots-jump;
    padding: 1px;
    position: relative;
}

#dancing-dots-text span span:nth-child(1) {
    -webkit-animation-delay: 0ms; -moz-animation-delay: 0ms;
}

#dancing-dots-text span span:nth-child(2) {
    -webkit-animation-delay: 100ms; -moz-animation-delay: 100ms;
}

#dancing-dots-text span span:nth-child(3) {
    -webkit-animation-delay: 300ms; -moz-animation-delay: 300ms;
}

#dancing-dots-text span span:nth-child(4) {
    -webkit-animation-delay: 500ms; -moz-animation-delay: 500ms;
}

#dancing-dots-text span span:nth-child(5) {
    -webkit-animation-delay: 700ms; -moz-animation-delay: 700ms;
}

#playerbody {
    background:transparent;
}
.cursorhand {  cursor: hand}
table.senderliste tr td.catcolor {
	padding-left: 0.5em;
	border-left: 1px solid #ccc;
}

.popup {
	background-color: transparent; 
	position: absolute; visibility: hidden; 
	z-index: 2; 
	top: 20px;
	/*
	height: 300px; width: 500px; 
	border: 5px solid #666; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: small; text-align: justify; 
	padding: 5px; overflow: auto; 
	*/
}
.popup img.programimage {
	 float: right;
	 margin: 0 0 6px 10px;
	 border: 1px solid gray;
	 clear: right;
}
.popup_bg {
	position: absolute; 
	visibility: hidden; 
	height: 100%; width: 100%; 
	left: 0px; top: 0px; 
	filter: alpha(opacity=70); /* for IE */ 
	opacity: 0.7; /* CSS3 standard */ 
	background-color: #999; 
	z-index: 1; 
}
.close_button {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 24px; font-weight: bold; 
	float: right; color: #666; 
	display: block; text-decoration: none; 
	border: 2px solid #666; 
	border-radius: 8px;
	padding: 0px 6px; 
	margin: 10px 0 10px 10px;
}
.dashboard ul li {
	margin-bottom: 0.4em;
}
input[type="radio"] {
	margin: auto 0;
}
/*  CS helper styles - Start */
td.cshaction      { width:3%;   white-space:nowrap; vertical-align:middle; }
td.cshactions     { width:10%;  white-space:nowrap; vertical-align:middle; }
div.related table td.description,
div.index table td.description { width:30%;  white-space:normal; text-align:left; }
div.index table td.description2{ width:30%;  white-space:normal; }
/*div.index table th             { width:10%; }*/
div.index table th.medium      { width:15%; }
div.related table th.short,
div.index table th.short,
div.related table td.short,
div.index table td.short       { width:8%; }
div.related table th.veryshort,
div.index table th.veryshort,
div.related table td.veryshort,
div.index table td.veryshort   { width:4%; }
div.related table td.cshaction img,
div.related table td.cshactions img,
div.index table td.cshaction img,
div.index table td.cshactions img { border:none; margin: 0 0 0 4px; padding: 0 }
.clear { clear: both}
/*  CS helper styles - End */