/**
 * Style sheet style
 */
a.eventinfo:link,
a.eventinfo:visited
{
	color:#000000;
}

a.eventinfo:hover
{
	overflow:visible;
	color:#000000;
	z-index:25;
}

/* Kalender Tooltip Vorbereitung */
a.eventinfo
{
	color:#000000;
	position:relative;
	z-index:24;
}

/* Infobox im Kalender */
a.eventinfo span
{
	display:none
}

a.eventinfo:hover span
{
	overflow:visible;
	text-decoration:none;
	display:block;
	position:absolute;
	top:2em; left:2em; 
	width:15em;
	border:1px solid #0cf;
	background-color:#ffffff; color:#000;
	text-align: center
	border: 1px solid #000000;
	color: #000000;
	z-index:30;
}

.mod_navigation .trail
{
	color:#ffcc00;
}

.mod_navigation p.active
{
	font-weight:bold;
	color:#ffcc00;
}

.mod_article
{
	overflow:visible;
}

.calendar .header
{
	font-weight:bold;
}

.calendar .today
{
	background-color:#cccccc;
}

.calendar .active a
{
	color:#000000;
}

.calendar .head
{
	height:45px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #000000;
	color:#000000;
}

.calendar .current
{
	background-color:#cccccc;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	font-weight:bold;
	font-style:italic;
	font-size:25px;
}

.calendar .head a:visited,
.calendar .head a:link,
.calendar .head a:hover
{
	color:#000000;
}

.calendar .label
{
	width:78px;
	height:25px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	vertical-align:middle;
	background-color:#cccccc;
	border:1px solid #000000;
}

.days
{
	width:78px;
	height:50px;
	padding:5px;
	text-align:left;
	vertical-align:top;
	background-color:#FF650C;
	border:1 solid #000000;
	color:#000000;
}

.calendar .active
{
	background-color:#ffff00;
}

.calendar
{
	width:590px;
	overflow:visible;
	background-color:#ffffff;
	border:1px solid #000000;
	color:#000000;
	z-index:20;
}

.calendar td
{
	border:1px solid #000000;
	color:#000000;
}

/* body */
body
{
	margin-top:0;
	margin-bottom:0;
	text-align:center;
	background-color:#efefef;
	background-image:url("tl_files/layout/hintergrund.jpg");
	background-position:center top;
	background-repeat:repeat-y;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#ffffff;
}

/* Layout der Seite */
#container
{
	width:900px;
	height:100%;
	margin:0px auto;
	text-align:left;
	background: #e80000;
}

/* Hauptmenü */
#left
{
	width:245px;
	height:auto;
	overflow:visible;
	float:left;
	display:inline;
	background-color:#e40204;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:25px;
	white-space:nowrap;
	list-style-type:none;
}

/* Main */
#main
{
	width:590px;
	float:left;
	display:inline;
	margin-top:-15px;
	margin-bottom:50px;
	margin-left:auto;
	padding-right:20px;
	padding-bottom:50px;
	padding-left:20px;
	text-align:left;
	background-color:#e8000;
	font-size:13px;
	z-index: 1;
}

/* Überschrift h1 */
#main h1
{
	width:100%;
	margin-top:15px;
	border-bottom:2px solid #ec4e4e;
	font-weight:bold;
	font-size:18px;
}

#menu-notruf-112 h3
{
	width:245px;
	margin-top:25px;
	margin-bottom:8px;
	line-height:15px;
	margin-left:16px;
	border-bottom:2px solid #ec4e4e;
	font-weight:bold;
	font-size:15px;
}

/* PDF drucken */
.pdf_link
{
	width:200px;
	top:10px;
	position:relative;
	margin-top:10;
	margin-left:auto;
	text-align:right;
}

.level_1
{
	margin:0px;
	padding:0px 0px 0px 16px;
	list-style-type:none;
}

/* Hauptmenü Level 1 */
.level_1 li
{
	margin:0px;
	padding:2px 2px 2px 16px;
	border-top:1px solid #ec4e4e;
	background:url('tl_files/layout/punkte.gif') no-repeat;
	background-position: left 9px;
}

.level_2
{
	margin:0px 0px 0px -5px;
	padding:0px;
	list-style-type:none;
}

.level_3
{
	margin:0px 0px 0px -5px;
	padding:0px;
	list-style-type:none;
}

/* Links */
a:link,
a:visited,
a:active,
a:hover
{
	text-decoration:none;
	color:#ffffff;
}

/* Links */
a:active,
a:hover
{
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
}

/* Navigation */
p.active
{
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	font-weight:bold;
}


/**
 * Kopfbereich
 */
/* header */
#header
{
	background-image:url("tl_files/layout/header.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}

