﻿/* ------------------------------------------------------------------------------------------------------------------------ */
/* Formatierungen für die Templates in stbComent, müssen immer komplett in die default.css kopiert werden, falls geändert!!!*/
/* ------------------------------------------------------------------------------------------------------------------------ */

/* Tabelle für Veranstaltungen*/

table.tmpl-veranstaltung {
	margin:10px 0 10px 0;
	border: thin #e3e3e3 solid;
	padding:5px;
}

td.tmpl-TE-left {
	padding:5px;
	font-weight:bold;
	padding-right:10px;
	border: thin #e3e3e3 solid;
}

td.tmpl-TE-right {
	font-weight:normal;
	line-height: 1em;
	padding:5px;
	border: thin #e3e3e3 solid;
}

/*Link mit Button*/
a.tmpl-linkbutton{
	position:relative;	
	background: url('images/layout/more_red.png') no-repeat 0 2px;
	display: inline;
	height: 16px;
	font-size:12px;
	margin:5px 0 5px 3px;
	padding-left: 15px;
	text-decoration:none;
	color:#000066;	
}

/* ------------------------------------------------------------------------------------- */
/* Formatierungen für die Boxen                                                          */
/* ------------------------------------------------------------------------------------- */

/* tmpl-lightbox */
.tmpl-lightbox-header {
	background:url('images/layout/ui-lightbox-header.gif') repeat-x  scroll left top;
	background-color:#fff;
	display:block;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding:0 0 0 10px;
	margin:0;
	height:35px;
	width:auto ;
}

div.tmpl-lightbox-header h2
{
	margin:5px 0;
	font-size:14px;
	font-weight:bold;
}

div.tmpl-smartbox-header h2 {
	margin:5px 0;
	font-size:12px;
	font-weight:bold;

}

.tmpl-lightbox-body {
	position:relative;
	background-color: #fff;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:10px;
	margin:0 0 15px 0;	
}

/* tmpl-smartbox */
.tmpl-smartbox-header {
	background:url('images/layout/ui-smartbox-header.png') repeat-x  scroll left top;
	background-color:#fff;
	display:block;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding:0 0 0 10px;
	margin:0;
	height:35px;
	width:auto ;
}

.tmpl-smartbox-body {
	position:relative;
	background-color: #fff;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:10px;
	margin:0 0 15px 0;	
}

.tmpl-lightbox-body a,
.tmpl-smartbox-body a
	{
	color:#000066;
	text-decoration:underline;
}

.tmpl-lightbox-body a:hover,
.tmpl-smartbox-body a:hover {
	color:#000066 ;
	text-decoration:none;
}
