.tBar {
	font-family: Verdana, Geneva, sans-serif;
	position:relative;
	width: 700px;
	left: 10px;
	top: 0px;
}

.tPic {
	position: relative;
	width: 700px;
	left: 10px;
	top: 10px;
}

.tPics {
	position: relative;
	float:left;
	width: 200px;
	left: 10px;
	top: 14px;
	padding-bottom:10px;
}

.tCont {
	position: relative;
	float:left;
	width: 450px;
	left: 35px;
	top: 0px;
	padding-bottom:20px;
}

.trPics {
	position: relative;
	float:left;
	width: 200px;
	left: 40px;
	top: 14px;
	padding-bottom:10px;
}

.trCont {
	position: relative;
	float:left;
	width: 450px;
	left: 3px;
	top: 0px;
	padding-bottom:20px;
}

.tDate {
	position:absolute;
	left: 510px;
	top: 16px;
	width: 200px;
	background:#d8caaf;
	border:#333300 solid 1px;
	padding: 2px 2px 2px 8px;
	text-align:left;
	color: #a93020;
	font-size: 9px;
	font-family: Verdana;
	font-weight: bold;
	line-height: 15px;
	z-index: 100;
}

.tDaterel {
	position:relative;
	left: 0px;
	top: -5px;
	width: 194px;
	background:#d8caaf;
	border:#333300 solid 1px;
	padding: 2px 2px 2px 8px;
	margin-bottom:20px;
	text-align:left;
	color: #a93020;
	font-size: 9px;
	font-family: Verdana;
	font-weight: bold;
	line-height: 15px;
	z-index: 1;
}

.tBuff {
	position: absolute;
	background:#fcd7c8;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50px;
}

.tFoot {
	position: fixed;
	background:#dcd7c8;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 2px 20px 2px 20px;
	font-size: 9px;
	line-height: 12px;
	border-top:1px solid #887766;
	z-index: 1000;
}

.shadowed {
	border:1px solid #444444;
	margin-right:5px;
	margin-bottom:5px;
/*	border-color:#eeeeee #444444 #444444 #eeeeee; */
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;}  

/* für Internet Explorer mit Star-HTML-Hack */

* html, * html body {
    margin:0;
    padding:0;
    height:100%;
/*    overflow:hidden;	*/
}
* html #cont {
    padding:0;
    height:97%;
    overflow:auto;
}

* html #foot {
    background:#efefef;
    height:4%;
    text-align:center;
    margin-left: -12px;
    width: 104%;
/*    padding-top:100%; */
}
