body {
  margin-left: 0px;
  margin-top: 0px;
}

#head {
	background: #ffffff url(../images/logo_bg.png) no-repeat top left;
	height: 94px;
	width: 460px;
	max-width: 460px;
  -webkit-border-radius: 30px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 30px;
  -moz-border-radius-bottomright: 0;
  border-radius: 30px;
  border-bottom-right-radius: 0;
	  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
}
.jip {
  padding: 0px 20px;
	width: 840px;
	max-width: 840px;
  text-align: left;font-family:Arial;font-size:12px;
}
#alles {
	font-family: Arial;
	font-size: 14px;
	color: black;
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
}
#kal2 {

	width: 898px;

}
#foot {
	background: #ffffff url(../images/logo_bgu.png) no-repeat top left;
	height: 74px;
	width: 460px;
	max-width: 460px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
}

#foot2 {
  border-top: solid #aaaaaa 1px;
  height: 74px;
	width: 430px;
	max-width: 430px;
  padding-left: 30px;
}

.smaller {
	font-size: 10px;
	color: #7F90A3;
}
.small {
	font-size: 12px;
}
.small a:link {
	color: #aaaaaa;
	text-decoration: none;
}
.small a:visited {
	color: #aaaaaa;
	text-decoration: none;
}
.small a:hover {
	color: #666666;
	text-decoration: none;
}
.small a:active {
	color: #666666;
	text-decoration: none;
}
.footer {
	font-size: 10px;
	color: #7F90A3;
	position: relative;
}
.footer a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #4292C6;
	text-decoration: none;
}
.footer a:active {
	color: #ffffff;
	text-decoration: none;
}
.footer2 {
	font-size: 10px;
	color: #7F90A3;
	position: relative;
}
.footer2 a:link {
	color: #666666;
	text-decoration: none;
}
.footer2 a:visited {
	color: #666666;
	text-decoration: none;
}
.footer2 a:hover {
	color: #4292C6;
	text-decoration: none;
}
.footer2 a:active {
	color: #666666;
	text-decoration: none;
}
#av {
	position: absolute;
	top: 6px;
	right: 107px;
}
td {
	font-family: Arial;
	font-size: 16px;
	color: #dddddd;
}
table.footer td {
	padding-top: 6px;
	padding-left: 30px;
	padding-right: 0px;
}
/* Nur Firefox */
@-moz-document url-prefix() {
table.footer td {
	padding-top: 0px;
}
}
table.cal, table.cal2 {
	font-size: 90%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}
table.cal2 {
	margin-left: 50px;
}
table.cal tr:first-child td:first-child, table.cal2 tr:first-child td:first-child {
    border-top-left-radius:20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#072d3a+0,1d4e7a+100 */
background: url(../images/calhead.png) center center no-repeat, #0f486f; /* Old browsers */
background: url(../images/calhead.png) center center no-repeat, -moz-linear-gradient(top,  #072d3a 0%, #0f486f 100%); /* FF3.6-15 */
background: url(../images/calhead.png) center center no-repeat, -webkit-linear-gradient(top,  #072d3a 0%,#0f486f 100%); /* Chrome10-25,Safari5.1-6 */
background: url(../images/calhead.png) center center no-repeat, linear-gradient(to bottom,  #072d3a 0%,#0f486f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: url(../images/calhead.png) center center no-repeat, progid:DXImageTransform.Microsoft.gradient( startColorstr='#072d3a', endColorstr='#0f486f',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.46);
-moz-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.46);
box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.46);
}

table.cal tr:first-child td:last-child, table.cal2 tr:first-child td:last-child {
    border-top-right-radius:20px;
}
table.cal tr th:first-child, table.cal2 tr th:first-child {
    border-bottom-left-radius:3px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8a95ad+0,d5e0ef+27,f2f2f2+100 */
background: #8a95ad; /* Old browsers */
background: -moz-linear-gradient(top,  #8a95ad 0%, #d5e0ef 27%, #f2f2f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #8a95ad 0%,#d5e0ef 27%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #8a95ad 0%,#d5e0ef 27%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a95ad', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

}

table.cal tr th:last-child, table.cal2 tr th:last-child {
    border-bottom-right-radius:3px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8a95ad+0,d5e0ef+27,f2f2f2+100 */
background: #8a95ad; /* Old browsers */
background: -moz-linear-gradient(top,  #8a95ad 0%, #d5e0ef 27%, #f2f2f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #8a95ad 0%,#d5e0ef 27%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #8a95ad 0%,#d5e0ef 27%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a95ad', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

}

table.cal tr th, table.cal2 tr th {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8a95ad+0,d5e0ef+27,f2f2f2+100 */
background: #8a95ad; /* Old browsers */
background: -moz-linear-gradient(top,  #8a95ad 0%, #d5e0ef 27%, #f2f2f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #8a95ad 0%,#d5e0ef 27%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #8a95ad 0%,#d5e0ef 27%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a95ad', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

}

table.cal td, table.cal2 td, table.cal th, table.cal2 th {
	padding-right: 4px;
	padding-left: 4px;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
}
.calhead {
	color: White;
	text-align: center;
	font-weight: bold;
}
.calday {
	color: #999999;
}
.caldaywe {
	color: #08519C;
}
.caldaywe2 {
	color: #08519C;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f7+0,ffffff+100 */
background: #f2f2f7; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #f2f2f7 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #f2f2f7 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #f2f2f7 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f7', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.caldayall {
	color: #414141;
}
.calheute {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,ffffff+100 */
background: #eaeaea; /* Old browsers */
background: -moz-linear-gradient(45deg,  #eaeaea 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #eaeaea 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #eaeaea 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow:inset 0px 0px 0px 2px #f00;
    -moz-box-shadow:inset 0px 0px 0px 2px #f00;
    box-shadow:inset 0px 0px 0px 2px #f00;
	color: #fd003f;
}

.Probe, .Live, .Sonstiges, .Geburtstag, .Feiertag, .Feiertag2, .TerminD {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,ffffff+100 */
background: #eaeaea; /* Old browsers */
background: -moz-linear-gradient(45deg,  #eaeaea 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #eaeaea 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #eaeaea 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow:inset 0px 0px 0px 1px #fff,inset 0px 0px 0px 2px #eaeaea;
    -moz-box-shadow:inset 0px 0px 0px 1px #fff,inset 0px 0px 0px 2px #eaeaea;
    box-shadow:inset 0px 0px 0px 1px #fff,inset 0px 0px 0px 2px #eaeaea;
}

.hProbe, .hLive, .hSonstiges, .hGeburtstag, .hFeiertag, .hFeiertag2, .hTerminD {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,ffffff+100 */
background: #eaeaea; /* Old browsers */
background: -moz-linear-gradient(45deg,  #eaeaea 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #eaeaea 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #eaeaea 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow:inset 0px 0px 0px 1px #f00,inset 0px 0px 0px 2px #f00;
    -moz-box-shadow:inset 0px 0px 0px 1px #f00,inset 0px 0px 0px 2px #f00;
    box-shadow:inset 0px 0px 0px 1px #f00,inset 0px 0px 0px 2px #f00;
}

.Probe, .hProbe {
	color: #5ca8d2;
}
.Live, .hLive {
	color: #fb4a16;
} 
.Sonstiges, .hSonstiges {
	color: #9f8536;
}
.Geburtstag, .hGeburtstag {
	color: #21D82F;
}
.Feiertag, .hFeiertag {
	color: #FF8C00;
}
.Feiertag2, .hFeiertag2 {
	color: #414141;
}
.TerminD, .hTerminD {
	color: #E82EE1;
}
.playerbuttonrig {
	float: right;
}
.playerbutton {
	background: transparent;
	width: 30px;
	cursor: pointer;
	color: #7F90A3;
	font-size: 12px;
	border: none;
}

.playerbutton2 {
	background: transparent;
	width: 20px;
	cursor: pointer;
	color: #a4c2f3;
	font-size: 12px;
	border: none;
}

.login {
	display: inline;
	width: 450px;
}
.login > h1 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #7F90A3;
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}
.login-input {
	display: inline;
	width: 140px;
	height: 18px;
	padding: 0 9px;
	color: #7F90A3;
	text-shadow: 0 1px black;
	background: #2b3e5d;
	border: 1px solid #15243b;
	border-top-color: #0d1827;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
}
.login-input:focus {
	outline: 0;
	background-color: #32486d;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(128, 128, 128, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(128, 128, 128, 0.6);
}
.lt-ie9 .login-input {
	line-height: 35px;
}
.login-submit {
	display: inline;
	width: 100px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #294779;
	text-align: center;
	text-shadow: 0 1px rgba(255, 255, 255, 0.3);
	background: #adcbfa;
	background-clip: padding-box;
	border: 1px solid #284473;
	border-bottom-color: #223b66;
	border-radius: 4px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #d0e1fe, #96b8ed);
	background-image: -moz-linear-gradient(top, #d0e1fe, #96b8ed);
	background-image: -o-linear-gradient(top, #d0e1fe, #96b8ed);
	background-image: linear-gradient(to bottom, #d0e1fe, #96b8ed);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
}
.login-submit:active {
	background: #a4c2f3;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
}
.login-help {
	text-align: center;
}
.login-help > a {
	font-size: 11px;
	color: #d4deef;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}
.login-help > a:hover {
	text-decoration: underline;
}
::-moz-focus-inner {
	padding: 0;
	border: 0;
}
:-moz-placeholder {
	color: #bcc0c8 !important;
}
::-webkit-input-placeholder {
	color: #bcc0c8;
}
:-ms-input-placeholder {
	color: #bcc0c8 !important;
}
tfoot input {
	width: 100%;
	padding: 2px;
	box-sizing: border-box;
}
.st60 {
	padding-left: 30px;
	padding-right: 30px;
}
.st30 {
	padding-left: 15px;
	padding-right: 15px;
}
.st10 {
	padding-left: 5px;
	padding-right: 5px;
}