/* 1.0 | hannes | 2006-10-03 | template */
html, body, #showcases dl, #showcases dt, #showcases dd {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
html, body { height: 100%; }
* html #maincontainer { height: 100%; }

#homepage {
	background-color: #C50016;
	max-width: 1600px;
	padding-bottom: 2em;
}
table#header {
	color: white;
	margin: 0 auto;
	padding: 0;
}
table#header td {
	vertical-align: middle;
	color: white;
	height: 120px;
}
#header img {
	float: left;
	margin-right: 20px;
}
#header a {
	color: white;
	text-decoration: none;
}
#header a:hover { text-decoration: underline; }
#header h1 {
	margin: 0;
	font-size: 26px;
}
#header h2 {
	margin: 0;
	font-size: 20px;
}
table#topics { background-color: white; }
table#topics td {
	max-width: 533px;
	height: 230px;
	overflow: hidden;
	background: #FFF url(/grafik/homepage/wellness.jpg) no-repeat center center;
	width: 33.333333333333333333333%;
	vertical-align: top;
	text-align: left;
}
#topics td a {
/*	filter: shadow(color:black, strenght:10, direction:135);  x IE */
	font-weight: bold;
	display: block;
	font-size: 18px;
	height: 220px;
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
}
/* LOGOS */
#logos {
	width: 100%;
	max-width: 1600px;
	margin-top: 20px;
}
#topics td.wellness { background-image: url(/grafik/homepage/wellness.jpg); }
#topics td.familie { background-image: url(/grafik/homepage/familie.jpg); }
#topics td.gourmet { background-image: url(/grafik/homepage/gourmet.jpg); }
#topics td.wandern { background-image: url(/grafik/homepage/wandern.jpg); }
#topics td.biken { background-image: url(/grafik/homepage/biken.jpg); }
#topics td.vitalgesund { background-image: url(/grafik/homepage/vitalgesund.jpg); }

#logos td { text-align: center; }

#languageselect {
	margin-top: 1em;
	text-align: center;
	color: #D74D52;
}
#topics td a, #languageselect a {
	color: white;
	text-decoration: none;
}
#languageselect a { font-size: 20px; }
#topics td a:hover, #languageselect a:hover { text-decoration: underline; }

/* FOOTER */
#copyright {
	font: 10px/28px Arial, Helvetica, sans-serif;
	color: #C50016;
	text-indent: 4px;
	clear: both;
	padding: 4px;
}
#copyright a {
	color: #C50016;
	text-decoration: none;
}
#copyright a:hover { text-decoration: underline; }