body {
	background-color: white;
}

#page {
	min-width: 980px;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	background-color: white;
	border: solid;
	border-bottom: none;
	border-color: red;
}

#banner {
	width: auto;
	border: none;
}

img.banner1 {
	float: left;
}

img.banner2 {
	float: right;
}

table.cols {
	width: 100%;
}

#left {
	vertical-align: top;
	width: 150px;
}

#middle {
	vertical-align: top;
	width: 100%;
}

#right {
	vertical-align: top;
	width: 250px;
}

#main {
	border: none;
	width: auto;
}

#apps {
	border: none;
	width: 250px;
}

#foot {
	clear: both;
	border: none;
	background-color: red;
	color: white;
	width: auto;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}

p.foot {
	text-shadow: none;
}

a.footlink {
	margin-left: 30px;
	text-decoration: underline;
	color: white;
}

img.w3c {
	border: none;
}

p.noscript {
	font-weight: bold;
	color: red;
	font-size: 130%;
}

.werbung {
	width: 150px;
	border: none;
}

