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

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

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

div.nav {
	background-color: #017C15;
}

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

div.container a {
	color: #017C15;
	border-bottom: 1px dotted #017C15;
}

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

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

div.container h2 {
	color: #017C15;
	font-size: 1.5em;
}

div.container p.intro {
	color: #017C15;
	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(/media/elemente/content/bullet.png);
}


div.videolistitem {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	padding: 5px;
}

div.videolistitem div.image {
	float: left;
	width: 90px;
}

div.videolistitem div.image img {
	width: 80px;
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid white;
}

div.videolistitem div.info {
	float: left;
	width: 250px;
}

div.videolistitem div.info h4 {

}

div.videolistitem div.info h3 {
	font-weight: bold;
	color: black;
	font-size: 1.3em;
	margin-left: 0;
	text-transform: none;
	letter-spacing: normal;
}

/*********************************/
/* 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: 150px;
	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;
}