@charset "utf-8";
/* CSS Document */


* { margin: 0; padding: 0; }

html {
	height: 100%;
	}

body {
	background: #fff;
	color: #353b3f;
	font-family: Arial;
	font-size: 20px;
	line-height: 1.40em;
	position: relative;
	padding: 0;
	}

a
	{
	color: #2d62b3;
	}

a:hover
	{
	color: #ea7900;
	}

.clear { clear:both; }






/* ####################################### HEADER*/


/* ####################################### INHALT */



h2
	{
	background: url(../gfx/display_head_bg.gif) repeat-x 0 center;
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 0;
	text-align: left;
	padding: 8px 25px 4px;
	border-bottom: solid 3px #bbb;
	text-shadow: #164375 2px 2px 4px;
	}

#haupt
	{
	background: #fff;
	padding: 18px;
	}

#content
	{
	padding: 0;
	}

table
	{
	border-collapse: collapse;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	width: 100%;
	margin-bottom: 18px;
	-moz-box-shadow: 0 0 7px #bbb;
	-webkit-box-shadow: 0 0 7px #bbb;
	box-shadow: 0 0 7px #bbb;
	}

.termin:last-child
	{
	border-bottom: none;
	}


tr:last-child td:first-child
	{
	-moz-border-radius: 0 0 0 15px;
	-webkit-border-radius: 0 0 0 15px;
	border-radius: 0 0 0 15px;
	}

tr:last-child td:last-child
	{
	-moz-border-radius: 0 0 15px 0;
	-webkit-border-radius: 0 0 15px 0;
	border-radius: 0 0 15px 0;
	}

th
	{
	
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	
	border: 0;
	letter-spacing: 1px;
	}

th span
	{
	border-right: solid 1px #265699;
	display: block;
	padding: 5px 8px;
	}

th span.letzte
	{
	border-right: none;
	}

td
	{
	background: #fff;
	padding: 3px 8px 4px 8px;

	font-size: 19px;

	vertical-align: top;
	}

td strong
	{
	font-size: 22px;
	}

td.raum strong
	{
	font-size: 19px;
	}


.zeit strong
	{
	font-size: 22px;
	}

.bis
	{
	padding: 0;
	text-align: center;
	font-size: 22px;
	}



.odd td
	{
	background: #eee;
	}


td a
	{
	text-decoration: none;
	}

.tag td
	{
	background: #888;
	font-size: 22px;
	font-weight: 400;
	padding: 8px 8px 6px 20px;
	color: #fff;
	font-style: italic;
	-moz-border-radius: 15px 15px 0 0 ;
	-webkit-border-radius: 15px 15px 0 0 ;
	border-radius: 15px 15px 0 0 ;
	border-bottom: solid 1px #999;
	text-shadow: #333333 1px 1px 3px;
	}

.tag td strong
	{
	font-size: 26px;
	font-weight: 700;
	}

.head
	{
	background: url(../gfx/th_bg.gif) repeat-x 0 center;
	display: none;
	}

.termin
	{
	border-bottom: solid 1px #bbb;
	}

.keine
	{
	font-style: italic;
	text-align: center;
	}

