/* CSS */

#startintro {
	position: absolute;
	top: 190px;
	*top: 200px;
	left: 80px;
	width: 580px;
	*width: 600px;
	height: 270px;
	margin-left: 40px;
	padding: 10px 10px 10px 10px;
	font: normal 11px/16px Verdana,sans-serif;
	color: #404040;
	background-color: #FFFDF4;
	z-index: 2;
	border: 2px solid #E77105;
}
#startintro .u1 {
	color:#E77105;
	margin-bottom:6px;
	font-weight: bold;
}
#close {
	position: absolute;
	top: 0px;
	left: 578px;	
	*left: 576px;
	width: 16px;
	height: 16px;
	padding: 2px 2px 2px 2px;
}
#close a {
	display: block;
	width: 15px;
	height: 16px;
	text-decoration: none;
	text-align: center;
	font: bold 12px/12px Verdana,sans-serif;
	color: black;
	background-color: #f0f0f0;
	border: 1px solid #909090;
}
#close a:hover {
	background-color: #E8B066;
}

#startbheader {
	width: 500px;
	margin-left: 32px;
	height: 18px;
	font: bold 16px/16px Verdana,sans-serif;
	color: #ED4005;
}

#startleft {
	float: left;
	width: 270px;
	*width: 280px;
	height: 150px;
	*height: 160px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #a0a0a0;
}
#startright {
	float: left;
	width: 270px;
	*width: 310px;
	height: 150px;
	*height: 160px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 4px;
	padding-bottom: 6px;
	border-bottom: 1px solid #a0a0a0;
	border-left: 1px dotted black;
	*border-left: 1px solid #a0a0a0;
	background-image: url(../../media/pix/eck_lo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.ttext {
	float: left;
	width: 140px;
	font: normal 11px/13px Verdana,sans-serif;
	*font: normal 0.71em/1.1em Verdana,sans-serif;
	text-align: right;
	padding: 1px 5px 0px 0px;
	margin-left: 10px;
}
.tbild {
	float: left;
	width: 110px;
	text-align: right;
}
.tbild img {
	border: 1px solid #707070;
}
.th1 {
	font: bold 13px/15px Arial,sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 6px;
}
.ttext a {
	display: block;
	text-decoration: none;
	color: black;
}