
/*body {
	background-image: none;
	background-color: #B38882;
}*/

div#border {
	background-color: #E59378;
}

div.light { 
	background-color: #D1D1D1;
}

div.nav {
	background-color: #C91114;
}

div ul#nav_main li a {
	color: #E0CDCA;
}

div.container a {
	color: #C91114;
}

div.container a:hover {
	color: #C91114;
	border-bottom: 1px solid #C91114;
}

div.container h1 {
	color: #C91114;
	font-size: 1.8em;
}

div.container h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

div.container p.intro {
	color: #C91114;
	font-size: 1.25em;
}

div.container p {
	font-size: 1.15em;
	line-height: 145%;
}

div.context h1 {
	color: #6E6E6E;
}

div.context p {
	color: black;
	font-size: 1.12em;
}

div.container ul li {
	list-style-image: url(/styles/images/bullet.png);
}

/*********************************/
/* Programm Tabelle
/*********************************/

div.container table.programm {
	width: 100%;
	margin-bottom: 25px;
	margin-top: 15px;
}

div.container table.programm td {
	border-bottom: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	border-collapse: collapse;
}

div.container table.programm td p {
	padding: 5px;
}

div.container table.programm td.date {
	width: 120px;
	text-align: center;
	border-left: none;
}

div.container table.programm td.description {
}

/*********************************/
/* Trecker Tabelle
/*********************************/

table.treckerpreview {
	width: 100%;
	margin-bottom: 25px;
	margin-top: 15px;
	margin-right: 15px;
}

table.treckerpreview td {
	font-size: 1.15em;
	padding: 5px;
	border-bottom: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	border-collapse: collapse;
}

table.treckerpreview span.date {
	font-size: 10px;
	color: #AAAAAA;
}
