
html, body {
	color:#000;
	font-family: Trebuchet MS;
	font-size: 11pt;
}
	
body {
	background:#fff url(files/bg.jpg) bottom left no-repeat;
	padding: 0px;
	margin: 0;
}

#teaser {
	position: absolute;
	top: 22px;
	left: 24px;
	z-index: 3;
}

#new_teaser {
	position: absolute;
	top: 22px;
	left: 24px;
	z-index: 7;
}

a img { border: 0; }

#stern {
	position: absolute;
	top: 190px;
	left: 743px;
	width: 230px;
	height: 230px;
	background: url(stern.gif) top left no-repeat;
}

a#stern:hover {
	background: url(stern_on.gif) top left no-repeat;
}

#stern span {
display:none;
}

#mitnehmen {
	position: absolute;
	top: 420px;
	left: 783px;
	width: 210px;
	height: 100px;
	background: url(mitnehmen.gif) top left no-repeat;
}

a#mitnehmen:hover {
	background: url(mitnehmen2.gif) top left no-repeat;
}

#mitnehmen span {
	display:none;
}


#hilfe {
position: absolute;
top: 525px;
left: 753px;
width: 210px;
text-align: center;
font-size: 12px;
}

#logo {
	position: absolute;
	top: 23px;
	left: 709px;
}

#content {
	position: absolute;
	top: 235px;
	left: 25px;
	font-size: 10pt;
	font-family: Trebuchet MS;
	width: 655px;
	line-height: 160%;
	color: #444;
	padding: 0 0 0 5px;
}

#content a {
	color: #9C009C;
	text-decoration: none;
}

#content quote {
	font-style: italic;
	background: #fdfdfd;
}

#content .suche strong {
	background: #FDFdfd;
	color: #333;
	font-weight: normal;
	padding: 0 3px;
}

#content .suche p{
	color: #999;
	text-indent: -2em;
	margin-left: 2em;
}

#content a:hover {
	text-decoration: underline;
}

#content h1, #content .h1 {
	font-size: 150%;
	display: block;
	margin: 0 0 1em 0;
}

#content h4, #content h5, #content h6 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
}
#content p, #content td {
	margin: 0 0 1em 0;
	line-height: 160%;
	color: #444;
	font-size: 10pt;
	vertical-align: top;
}

#breadcrumb {
	color: #999;
	border-top: 1px solid #ccc;
	font-size: 90%;
	padding: 1ex 0;
	margin: 1em 0;
	width: 98%;
	clear: both;
}

table.weekprog {
	width: 100%;
}

table.weekprog td {
	width: 50%;
}

table.dayprog {
	width: 80%;
	margin-left: 1em;
}


table.dayprog th {
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 1em;
}

#content table.dayprog td.time {
	color: #777;
	width: 10%;
	background: #f5f5f5;
	padding: 0 0 0 1ex;
	border-bottom: 6px solid #fff;
	border-right: 9px solid #fff;
}

table.dayprog td.prog {
	padding: 0 0 1ex 0;
}

div.folge_info {
	margin: 0 0 0 2em;
	
	width: 95%;
}

table.artikel_liste td {
	text-align: center;
	padding: 1ex;
	vertical-align:top;
}

table.mitnehmen {
	width: 100%;
	
}

table.mitnehmen td {
	width: 50%;
	vertical-align: top;
}

table.mitnehmen table  {
	width: 95%;
}


table.mitnehmen table tr.odd {
	background:#ededed;
}


table.mitnehmen table td {
	padding: 4px;
	width: auto;
}

#search {
	float: right;
}

#search input.text {
	border: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	width: 80px;
	color: #999;
	font: 11px Trebuchet MS;
	position: relative;
	top:-5px;
}

#search input.submit {
	position: relative;
	top: 0px;
}

/** for magazin layout gallery **/

.magazine-container {
	background: #f7f7f7;
}
.magazine-image a, .magazine-image a:hover {
	border: 0;
	background: transparent;
}

.Rechts {
	float: right;
	margin: 0 0 1ex 1em;
}

.Links {
	float: left;
	margin: 0 1em 1ex 0;
}

table.nice {
	margin-bottom: 2em;
}

table.nice thead {
	background: #8D1D63;
	font-weight: bold;
        color: #fff!important;
}

#content div table.nice thead tr td {
	font-weight: bold;
	color: #fff !important;
}


#content div table.nice td {
	padding: 2px 5px 2px 4px;
}

