/* ---------------------- Stylesheet design:default ---------------------- */

/* ----------------------- Normal --- #content - #subhead ------------------- */

div#subhead {
	height: 1.2em;					/* 142px: ticker appears on left side of weather */
	overflow: hidden; 				/* clip ticker on this */
	padding: 2px 0 4px 0;
}

/* ----------------------- Normal --- #content - #middle ------------------- */

div#middle {
	position: relative;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
}

div#middle table.mainOuter {
	width:100%;
	table-layout:fixed;
/*	background: transparent url(img/shadow.png) 0 0 repeat-y; */
}

div#middle table.mainOuter tr { vertical-align: top; }

div#middle table.mainInner { width:100%; table-layout:fixed; position: relative; }
div#middle table.mainInner tr { vertical-align: top; }

div#middle td.mainleft {
	width: 196px;
	overflow: hidden;
	padding-left: 10px;
}

div#middle td.maincenter {
	padding: 0 33px 0 25px;
	border-right: 1px solid rgb(200,216,255);
	overflow: hidden;
}
div#middle td.mainright {
	overflow: hidden;
	width: 198px;
	padding: 0 8px 0 8px;
}

/* different in default.css and gutschein.css */

/* --- #content - .mhead --- */

div.mhead {
	color: #000040;
	padding-right: 224px;
	text-align: center;
}

.mhead hr { clear: both; width: 90%; height: 1px; border: none; color: rgb(200,200,255); /* IE needs this */ background-color: rgb(200,200,255); /* FF needs this */ }

.mright hr { clear: both; width: 95%; height: 1px; border: none; color: rgb(200,200,255); /* IE needs this */ background-color: rgb(200,200,255); /* FF needs this */ }

