/*
SA -Sunbeam*/  




/*reset*/
* {
	margin:0;
	padding:0;
}
body, html {
	height:100.1%;
}
/* 'kuenstlicher' scrollbar 
�berschriften*/
h1, h2, h3, h4, h5, h6 {
	color:#222;
}
/*hide*/
.hidden {
	display: none;
}
h2 {
	font-size:1.75em;
	padding-bottom:0.2em;
	font-weight:normal;
	color: #072B7B;
	display: block;
}
.box h2 {
	font-size:1.75em;
	padding-bottom:0.2em;
	margin:10px 0 1em 15px;
	font-weight:normal;
	color: #072B7B;
	display: block;
}
#start .box h2 {
	font-size:1.75em;
	padding-bottom:0.2em;
	margin:10px 0 1em 0px;
	font-weight:normal;
	color: #072B7B;
	display: block;
}
/*Twitter updates*/

#rightcolumn a#twitter-link:hover {
	color: #666666;
}
#rightcolumn a#twitter-link {
	text-align:right;
	display:block;
	margin-top:10px;
	border: 1px solid #E9E9E9;
	padding:5px 10px 0px 25px;
	text-align:center;
	height:24px;
	background:transparent url(../images/twitterbg.gif) no-repeat bottom left;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
}
ul#twitter_update_list {
	list-style:none;
	padding: 1px 1px 0;
	background: #ffffff;
	display: block;
	line-height:1.3em;
}
ul#twitter_update_list a {
	font-weight: normal;
}
ul#twitter_update_list li {
	margin-bottom: 1px;
	background: #fff;
	display: block;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-radius-topleft: 3px;
	border-radius-topright: 3px;
	border-radius-bottomleft: 3px;
	border-radius-bottomright: 3px;
	padding: 7px 0;
}

/*** Verursacht Darstellungsfehler in Chrome/Safari
ul#twitter_update_list li:first-letter {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}
***/

ul#twitter_update_list li a {
	display: table;
}
#twitter_div {
	margin-bottom: 25px;
}
h3 {
	font-weight:700;
}
#claim h3 {
	font-weight:400;
}
h3 a:link, h3 a:visited {
	color:#072b7b;
	text-decoration:none;
}
h3 a:hover, h3 a:active, h3 a:focus {
	color:#222;
}
h4 {
	font-size:1.1em;
	margin:1.2em 0 .3em;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:0.9em;
}
img {
	border:none;
}
ul {
	list-style: circle;
}
ol li {
	margin-left:15px;
}
.box ul li {
	margin-left:30px;
}
.box ul.resultbrowser li {
	margin-left:10px;
}
#start .box ul li {
	margin-left:15px;
}
.roundbox-content ul {
	list-style: none;
}
.img-left p {
	line-height:1.3em;
	display:inline-block;
	margin-top:1em;
	float:left;
}
.img-left h3 {
	margin-top:10px;
	padding-top:20px;
}
a {
	color:#072b7b;
	font-weight: 700;
}
a:hover {
	color:#072b7b;
}
.box a, .teaserbox a {
	border-bottom: 1px dotted #072B7B;
	text-decoration:none;
}
.box a:hover, .box a:active, .box a:focus, .teaserbox a:hover {
	border-bottom: 1px dotted #072B7B;
	text-decoration:none;
	background: #072B7B;
	color: white;
}
a:active, a img {
	outline: none;
	border: 0;
}
a:focus, a img {
	-moz-outline-style: none;
}
h1 span {
	display:none;
}
body {
	font-family:Georgia, Times, Times New Roman, sans-serif, Arial, Helvetica;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#222;
	line-height: 1.5em
}
#wrapper {
	width:77em;
	margin:0 auto;
}
#colcontainer {
	margin:20px 0 10px;
	overflow:auto;
	width:100%;
}
#header {
	color:#333;
	width:75em;
	height:134px;
	background:#e8eff9 url(../images/head_bg.gif) no-repeat 0 0;
	position:relative;
	margin:0;
	padding:10px 10px 0;
}
#logo {
	width:255px;
	height:44px;
	position:absolute;
	top:45px;
	left:20px;
}
#claim {
	color:#333;
	border-bottom:1px solid #C7CFDD;
	width:75em;
	text-align:center;
	margin:0 0 5px;
	padding:8px;
}
#claim h3 {
	xletter-spacing:1px;
	display: inline;
	color:#666666;
	xfont-family:Georgia, Times, Times New Roman, sans-serif, Arial, Helvetica;
}
#rightcolumn {
	display:inline;
	color:#333;
	width:20em;
	float:right;
	margin:10px;
	padding:0;
}
/*nur startseite*/
#start #rightcolumn {
	margin:0 10px 10px;
}
#rightcolumn_config {
	display:inline;
	color:#333;
	width:20em;
	float:right;
	margin:10px;
	padding:10px;
	background: #E7EBEF;
}
#rightcolumn p {
	xpadding-bottom:10px;
}
#rightcolumn a {
	border-bottom: 1px dotted #072B7B;
	text-decoration:none;
}
#rightcolumn a:hover {
	border-bottom: 1px solid #072B7B;
	text-decoration:none;
	background: #072B7B;
	color: white;
}
/*sbm logo*/
ul.img li {
	list-style: none;
}
ul.img li a {
	border:0!important;
}

#rightcolumn h3 {
	color:#072b7b;
	border-bottom:1px solid #C0D4EA;
	margin-bottom:10px;
	margin-top:8px;
	font-weight:700;
	padding-bottom:5px;
}
#rightcolumn h3.sidebar-title {
	border-bottom:1px solid #C7CFDD;
	margin-top:18px;
	margin-bottom:0px;
}
p.sunbeam {
	float: left;
}
p.sunbeam a.logo {
	border-bottom: none!important;
}
p.pricetag {
	background: #E2E6EB;
	padding: 10px 10px 10px 10px!important;
	margin:15px;
	width: 30em;
	border: 2px dotted white;
	vertical-align:middle;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 150%!important;
}
#leftcolumn {
	float:left;
	color:#333;
	width:50em;
	display:inline;
	position:relative;
	margin:10px 10px 10px 0;
	padding:0;
	background:white url(../images/bg_leftcol.gif) no-repeat bottom left;
}
.tx-sbpressetrend-pi1 {
	border:1px solid #C7CFDD;
	background:#fff;
	padding: 0 10px 20px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
}
#leftcolumn_table {
	color:#333;
	position:relative;
	margin:10px 0px 10px 1px;
	padding:0;/*background:white url(../images/bg_leftcol.gif) no-repeat bottom left;*/
}
#footer {
	position: relative;
	background:#E0E4EC none repeat scroll 0%;
	color:#9698A3;
	margin:0pt 0pt 5px;
	padding:8px 15px;
	text-align:left;
	width:75em;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-radius-topleft: 8px;
	border-radius-topright: 8px;
	border-radius-bottomleft: 0px;
	border-radius-bottomright: 0px;
	border: 0px solid #C7CFDD;
}

#footer a {
	border-left: 1px solid #999999;
        padding-left: 5px
}

.clear {
	clear:both;
	background:none;
}
/*content styles*/




/*Paginierung*/
ul.resultbrowser {
	background:#ffffff none repeat scroll 0 0;
	clear:left;
	height:40px;
	list-style-type:none;
	margin:1em 0 !important;
	padding:1em 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
	width: 59em;
}
.resultbrowser li {
	float:left;
	list-style-type:none;
	margin:1em 0 0.8em 0;
}
.resultbrowser li a {
	border-bottom: 0px solid #072B7B;
	text-decoration: none;
	font-weight: bold;
}
.resultbrowser li a:hover {
	border-bottom: 0px solid #072B7B;
	text-decoration: none;
}
.subtitel {
	color:#222222;
	display:block;
	font-weight:normal;
	padding:5px 0 0;
}
.img-above-center ul.img li span.lightboxSpan a:hover,
.img-above-center ul.img li span.lightboxSpan a:focus { 
	border: none !important;
	text-decoration: none!important;
	background: none!important;
	color: none!important;
}
.img-above-center ul.img li span.lightboxSpan { margin-left: 15px; }
.box img {
	xfloat:right;
	background:transparent;
	xmargin-right:1.8em;
	padding:0;
}
.box ul.img {
	padding:0;
}

.box ul.img li {
	display:inline;
}

.img-above-center li img {
border:1px dashed lightgrey;
padding:20px 0;
}

#rightcolumn ul.img {
	xfloat: left;
	padding-right:10px;
}

#rightcolumn ul.img li  {
	float: none;
        display: inline;
        margin-right:10px;
}
/*
.box ul.img img {
	border:3px solid #E2E6ED;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	border-radius-topleft: 25px;
	border-radius-topright: 25px;
	border-radius-bottomleft: 25px;
	border-radius-bottomright: 25px;
	padding: 20px;
}

*/
a.sblogo img {
	border:none!important;
	padding: 0px!important;
}
.box h4 {
	margin:0 0 10px;
	font-size:100%;
}
.box p, .box li {
	font-size: 120%;
}
.box p {
	padding:0 0px 10px 15px;
}
#start .box p {
	padding:0 0px 10px 0px;
}
.box p.resultbrowserinfo {
	padding:10px 0 0 20px;
}
p.hinweis {
	font-style:italic;
	display: none;
}
.red {
	color: red;
}
ul.content {
	margin-bottom: 30px;
}
ul.content li {
	list-style:none url(../images/arrowright.gif) inside;
	padding: 0 10px 0 0;
}
/*tab styles*/


.box {
	margin-bottom:0.6em;
	padding:20px 0 0em 0px;
}
#start .box {
	margin-bottom:0.6em;
	padding:20px 0px .5em 15px;
}
.tabsholder {
	width:100%;
}
ul.tabs {
	margin:0;
}
.tabs {
	background:transparent url(../images/tabs_bg.gif) no-repeat scroll 100% 100%;
	height:32px;
}
.tabs li.on {
	background-position:0 -64px;
}
.tabs li {
	background-position:0 -96px;
	float:left;
	font-size:1.08em;
	height:32px;
	margin-right:0.33em;
	overflow:hidden;
	padding-left:5px;
}
.tabs li.on span {
	background-position:100% 0;
}
.tabs li span {
	background-position:100% -32px;
	display:block;
	line-height:2.5em;
	padding:0 18px 0 10px;
}
.tabs li, .tabs li span {
	background-image:url(../images/tabs_li_bg.gif);
	background-repeat:no-repeat;
}
.tabs li a {
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
}
.tabs li a:hover {
	color:#072b7b;
	text-decoration:none;
	border-bottom:1px dotted #072b7b;
}
/*startseite boxen*/

#teaserbox_holder {
	background:#fff none repeat scroll 0 0;
	height:150px;
	padding-top:15px;
}
.teaserbox {
	float:left;
	width:18em;
	margin:0 1.5em 1.5em;
}
.teaserbox img {
	float:left;
	padding-right:1em;
}
.roundbox-tr {
	xbackground:transparent url(../images/roundbox_tr.gif) no-repeat scroll right top;
	width:110%;
	margin:15px auto;
	padding:0;
}
#rightcolumn .roundbox-tr {
	xbackground:transparent url(../images/roundbox_tr.gif) no-repeat scroll right top;
	width:100%!important;
	margin:15px auto;
	padding:0;
}
.roundbox-tl {
	xbackground:transparent url(../images/roundbox_tl.gif) no-repeat scroll left top;
	margin:0;
	padding:0;
}
.roundbox-br {
	xbackground:transparent url(../images/roundbox_br.gif) no-repeat scroll right bottom;
	margin:0;
	padding:0;
}
.roundbox-bl {
	xbackground:transparent url(../images/roundbox_bl.gif) no-repeat scroll left bottom;
	margin:0;
	padding:0;
}
.roundbox-content {
	margin:0;
	padding:0.2em 2.5em 1em 1em;
}
/*formulare*/

input, label {
	clear:both;
	font-size:95%;
	font-weight:700;
}
label {
	padding:2px 0px;
}
#header #login input {
	padding: 3px;
}
#header #login p {
	text-align: right;
	font-size:80%;
	font-weight:normal;
}
input#loginformularuser, input#loginformularpass {
	/*background:transparent url(../images/bg_input.gif) repeat-x 0 0;
	border-top:1px solid #8f8f8f;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
	border-bottom:1px solid #cecece;*/
	display:block;
	padding:5px;
}
input#loginformularsubmit, input.submit {
	/*background:#072B7B none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#FFFFFF;*/
	cursor:pointer;
	font-weight:bold;
	margin: 0.5em 0;
	padding:0.2em;
}
input#user {
	margin-left: 15px;
	padding: 3px;
}
input#pass {
	padding: 3px;
}
#trigger1, #trigger2 {
	cursor:pointer;
}
#Medienart, #Medium, #Thema, #Freitext, #Anzeigenschluss_von, #Anzeigenschluss_bis, #Datum_start, #Datum_von, #Datum_bis, #Titel, #Autor {
	width: 185px!important;
	float:left;
	padding: 3px;
	border:1px solid #C7D5E7;
}
#Medium, #Thema, #Medienart {
	padding: 1px;
	width: 193px!important;
}
#trigger, #trigger2 {
	float:left;
}
fieldset {
	border: none
}
/*TABLE*/

table, td {
	border:1px dotted #CCCCCC;
	border-collapse:collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}
.tpblock table, .tpblock h3, .tpblock h4, .tpblock p {
	xwidth: 50em;
	text-align:justify;
}
.tpblock table td {
	border: none;
	padding:0px;
}
.tpblock table {
	border: none;
	padding:0px!important;
	margin-bottom: 15px;
}
.nebentitel {
	margin-top: 5px;
}
.tpblock {
	background: white /*url(../images/listborder.gif) bottom left no-repeat*/;
	margin:10px 0pt 0px 1px;
	padding:15px 20px 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
	width: 74%;
	border:1px solid #C7CFDD;
}
.tpblock h3 span {
	color:#555555;
	display:block;
	font-size:95%;
}
.tpblock p {
	padding:0 0 20px 0!important;
}
table h2 {
	font-size: 95%
}
table {
	border:1px dotted #CCCCCC;
	margin-bottom:10px;
}
thead th {
	background:#e8eff9;
	color:#333;
	border-left:1px dotted #CCC;
	padding:5px;
	font-weight: 700;
}
th {
	background:#fafafb;
	border-top:1px dotted #CCC;
	text-align:left;
	font-weight:400;
}
th.sortierbar {
	width: 0px;
}
tr td {
	color:#333;
	line-height:1.3em;
	padding:5px;
}
tr td a {
	color:#072B7B!important;
	font-weight: 700;
	border-bottom: 1px dotted #072B7B;
}
/*
tr:hover {
	background:#e8eff9;
}


tr:hover td {
	color:#454545;
}*/


tfoot td, tfoot th {
	border-left:none;
	border-top:1px solid #CCC;
	background:#e8eff9;
	color:#666;
	padding:4px;
}
caption {
	text-align:left;
	font-size:120%;
	color:#666;
	padding:10px 0;
}
table a:hover {
	color:#fff!important;
	text-decoration:none;
}
table a:active {
	color:#036;
}
table a:link, table a:visited {
	color:#666;
}
/*FORM*/

	 
input {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	vertical-align:middle;
}
select {
	float:left
}
input.checkbox, input.tx-srfeuserregister-pi1-checkbox, input.radiobutton, input.tx-srfeuserregister-pi1-radio {
	float:left;
	margin-right:1em;
	width:1em;
}
label {
	display:block;
}
input.detailbutton {
	cursor: pointer;
}
#login {
	float:right;
	position:relative;
	top:40px;
}
/*Slider styles*/

.marginbottom {
	font-size:140%;
	padding-top:15px;
}
#vertical_slide {
	border: 1px solid #dee3e8;
	padding:20px 0 0 10px;
	margin: 10px 0;
	background:#eaeff4;
	height: 180px;
	border-radius-topleft: 0px;
	border-radius-topright: 5px;
	border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#v_slidein, #v_slideout, #v_hide, #v_show {
	display: none;
}
#vertical_status {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
}
.marginbottom a#v_toggle {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#eaeff4 none repeat scroll 0 0;
	border-bottom:1px solid #ffffff;
	font-weight:bold;
	padding:10px 10px 11px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
.marginbottom a#v_toggle, .marginbottom a#v_toggle:active, .marginbottom a#v_toggle:focus, .marginbottom a#v_toggle:hover {
	color: #072B7B!important;
	border:1px solid #DEE3E8;
}
#form_one, #form_two, #form_three {
	float: left;
	display: inline;
	margin-right:1em;
	padding:0.5em 1em 1.5em;
	background: #DADFE6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* The main calendar widget. DIV containing a table. */
.calendar {
	position: relative;
	display: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #B6C0D3!important;
	border-bottom: 2px solid #B6C0D3!important;
	border-left: 2px solid #fff;
	font-size: 11px;
	color: #B6C0D3!important;
	cursor: default;
	background: #e8eff9;
	font-family: tahoma, verdana, sans-serif;
}
.calendar table {
	border-top: 1px solid #B6C0D3!important;
	border-left: 1px solid #B6C0D3!important;
	background: #e8eff9!important;
}
.calendar tfoot .ttip {
	background:#727a8a none repeat scroll 0 0!important;
	border:1px solid #B6C0D3!important;
}
.calendar thead .title {
	background:#727a8a none repeat scroll 0 0!important;
	border:1px solid #B6C0D3!important;
}
.calendar thead .name {
	background:#e4ebf7 none repeat scroll 0 0!important;
	border-bottom:1px solid #B6C0D3!important;
}
.calendar table .wn {
	background:red none repeat scroll 0 0!important;
	border-right:1px solid B6C0D3000!important;
	padding:2px 3px 2px 2px;
}
.calendar tbody td.selected {
	background:#e7ebf5 none repeat scroll 0 0!important;
	border-color: #B6C0D3 #B6C0D3 #B6C0D3 #B6C0D3!important;
}
.calendar tbody td:hover {
	background:white none repeat scroll 0 0!important;
	cursor: pointer;
}
.calendar tbody tr:hover {
	background:white none repeat scroll 0 0!important;
}
/* The main calendar widget.  DIV containing a table. */



/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
	border-top: 1px solid #B6C0D3!important;
	border-right: 1px solid #B6C0D3!important;
	border-bottom: 1px solid #B6C0D3!important;
	border-left: 1px solid #B6C0D3!important;
}
.calendar thead .title { /* This holds the current "month, year" */
	border: 1px solid #B6C0D3!important;
}
.calendar thead .hilite { /* How do the buttons in header appear when hover */
	border-top: 2px solid #fff;
	border-right: 2px solid #B6C0D3!important;
	border-bottom: 2px solid #B6C0D3!important;
	border-left: 2px solid #B6C0D3!important;
	padding: 0px;
	background-color: white!important;
}
.calendar thead .active { /* Active (pressed) buttons in header */
	padding: 2px 0px 0px 2px;
	border-top: 1px solid #B6C0D3!important;
	border-right: 1px solid #B6C0D3!important;
	border-bottom: 1px solid #B6C0D3!important;
	border-left: 1px solid #B6C0D3!important;
	background-color: white!important;
}
.calendar table .wn {
	border-right: 1px solid #B6C0D3!important;
	background: white!important;
}
.calendar tbody td.hilite { /* Hovered cells <TD> */
	border-top: 1px solid #B6C0D3!important;
	border-right: 1px solid #B6C0D3!important;
	border-bottom: 1px solid #B6C0D3!important;
	border-left: 1px solid #B6C0D3!important;
	background: #727A8A!important;
	color: white!important;
	font-weight: bold!important;
}
.calendar tbody td.active { /* Active (pressed) cells <TD> */
	border-top: 1px solid #B6C0D3!important;
	border-right: 1px solid #B6C0D3!important;
	border-bottom: 1px solid #B6C0D3!important;
	border-left: 1px solid #B6C0D3!important;
}
.calendar tbody td.selected { /* Cell showing selected date */
	border-top: 1px solid #B6C0D3!important;
	border-right: 1px solid #B6C0D3!important;
	border-bottom: 1px solid #B6C0D3!important;
	border-left: 1px solid #B6C0D3!important;
	background: #727A8A!important;
	color:white!important;
}
.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
	border: 1px solid #B6C0D3!important;
}
.calendar tfoot .hilite { /* Hover style for buttons in footer */
	border-top: 1px solid #B6C0D3;
	border-right: 1px solid #B6C0D3!important;
	border-bottom: 1px solid #B6C0D3!important;
	border-left: 1px solid #B6C0D3!important;
	background: #727A8A!important;
	color:white!important;
}
.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
	border-top: 1px solid #B6C0D3!important;
	border-right: 1px solid #B6C0D3!important;
	border-bottom: 1px solid #B6C0D3!important;
	border-left: 1px solid #B6C0D3!important;
}
/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
	border-top: 1px solid #B6C0D3;
	border-right: 1px solid #B6C0D3!important;
	border-bottom: 1px solid #B6C0D3!important;
	border-left: 1px solid #B6C0D3!important;
	background: #727A8A!important;
	color:white!important;
}
.calendar .combo .active {
	border-top: 1px solid #B6C0D3!important;
	border-right: 1px solid #B6C0D3!important;
	border-bottom: 1px solid #B6C0D3!important;
	border-left: 1px solid #B6C0D3!important;
}
.calendar .combo .hilite {
	background: #727A8A!important;
	xcolor:white!important;
}
.calendar td.time {
	border-top: 1px solid #B6C0D3!important;
	background-color: white!important;
}
.calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm {
	border: 1px solid #B6C0D3!important;
	background-color: #fff!important;
}
.calendar td.time span.hilite {
	border-color: #B6C0D3!important;
	background-color: #727A8A!important;
}
.calendar td.time span.active {
	border-color: #B6C0D3!important;
	background-color: #B6C0D3!important;
}
.calendar tbody .rowhilite tr {
	background: #f1f1f1!important;
}

.seitenhinweis {
position:absolute;
right: 1em;
}



