/* sKalender */
#mod_sK {
	/*background: #fafafa;*/ /* farbe vorerst auskommentiert (tm) */
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
        text-align: center; /* zentrierung des kalenders (tm) */
/*	width:200px;*/
/* auskommentiert, da der kalender sonst nicht in die rechte spalte passt (tm) */
}

#mod_sK table {
       display: inline-block; /* damit der kalender mittig zentriert werden kann */
}

#mod_sK td a.sk_nav {
	color: #3E92C0;
	font:bold 12px Arial, Sans-Serif, Helvetica, Verdana;
	text-decoration:none;
}

#mod_sK td.wtag {
	color: #3E92C0;
/*	font:bold 12px Arial, Sans-Serif, Helvetica, Verdana;*/
/* Schriftgröße angepasst (tm) */
font:bold 1.4em Arial, Sans-Serif, Helvetica, Verdana; /*
}

#mod_sK td a.belegt, td a.belegtwe {
	color: #cc0000;
	font:bold 12px Arial, Sans-Serif, Helvetica, Verdana;
	text-decoration:none;
}

#mod_sK td.heute {
	border: 1px solid #3E92C0;
}

#mod_sK td.wochenende {
	background: #efefef
}

/*Terminselect Time */
#mod_tst {
	background: #fafafa;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	width:200px;
}

#mod_tst input.text {
	color: #303030;
	font: 12px Arial, Sans-Serif, Helvetica, Verdana;
	margin: 0px;
	padding: 0px;
	border: 1px;
	border-color: #3E92C0;
	width:65px;
	height: 20px;
}

#mod_tst hr {
	width:200px;
	color: #3E92C0;
	height: 1px;
}

#timebutton {
	text-align: right;
	padding-right:10px;
	padding-bottom:10px;
}

/* Terminliste */
#mod_tl {
	width:450px;
	padding-left:10px;
	padding-right:10px;
}	

#mod_tl table {
	width:430px;
	border-collapse: collapse;
}

#mod_tl th.kopf {
	color: #3E92C0;
	font:bold 14px Arial, Sans-Serif, Helvetica, Verdana;
	text-decoration:none;
	border-bottom: 1px solid #3E92C0;
	padding-top:20px;
}

#mod_tl tr.dunkel {
	background: #efefef;
	/* border-bottom: 1px solid #050505; */
}

#mod_tl tr.hell {
	background: #ffffff;
	/* border-bottom: 1px solid #050505; */
}

#mod_tl td {
	padding-top: 5px;
	vertical-align: top;
}

#mod_tl td a.wtag {
	color: #3E92C0;
}

#mod_tl td a.datum {
	color: #3E92C0;
}

#mod_tl td a.zeit {
	color: #050505;
	font-style: italic;
}

#mod_tl td p.link {
	color: #050505;
	padding:0px;
	margin:1px;
}

#mod_tl td p.ort {
	color: #050505;
	font-style: italic;
	text-align: right;
	padding:0px;
	margin:0px; 
}

#mod_tl td.sp0b {
	width:30px;
	border-top: 1px solid #cccccc;
}

#mod_tl td.sp1b {
	width:50px;
	border-top: 1px solid #cccccc;
}

#mod_tl td.sp0 {
	width:30px;
}

#mod_tl td.sp1 {
	width:50px;
}

#mod_tl td.sp2 {
	width:100px;
	border-top: 1px solid #cccccc;
}

#mod_tl td.sp3 {
	width:270px;
	border-top: 1px solid #cccccc;
}

/*Terminselect */
#mod_ts {
	background: #fafafa;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	width:100%;
}

#mod_ts table {
	margin-left:20px;
	width:90%;
}

#mod_ts td {
	width:50%;
}

#mod_ts select {
	color: #303030;
	font: 12px Arial, Sans-Serif, Helvetica, Verdana;
	margin: 0px;
	padding: 0px;
	border: 1px;
	border-color: #3E92C0;
	height: 20px;
}

/*Terminselect Buttons*/

#timebutton {
	text-align: right;
	padding-right:10px;
}

#timebutton table {
	width:50px;
}

#timebutton td {
	width:50%;
}

#selectbutton {
	text-align: right;
	padding-right:10px;
}

#selectbutton table {
	width:50px;
}

#selectbutton td {
	width:50%;
}

#mod_te h6 {
   	font:bold 12px Arial, Sans-Serif, Helvetica, Verdana;
	text-decoration:none;
	background-image:url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	padding: 4px 5px;
	margin: 0px;
	height: 25px;
	width:450px;
}

#mod_te h5 {
   	font:bold 11px Arial, Sans-Serif, Helvetica, Verdana;
    color: #3E92C0;
}
    
#mod_te a {
    padding-left: 10px;
}

#mod_te h4 {
   	font:bold 11px Arial, Sans-Serif, Helvetica, Verdana;
    color: #3E92C0;
    text-align:right;
}
