@charset "UTF-8";
/* CSS Document */

body
{
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	background: #e0f0d0 ;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	max-width:955px;
}
.ei #container
{
	position: relative;
	width: 780px;
	background: none;
	margin: 0 auto;
	text-align: left;
}
.ei #header
{
	height: 200px;
	padding: 0 px;
	background-image: url(img/eitop.png);
	background-repeat: no-repeat;
}
.ei #header div
{
	margin: 20px;
	padding: 5px;
	font-size: 120%;
	color: #000;
	position: absolute;
	height: 180px;
	width: 740px;
	overflow:hidden;
	
}
.ei #container #header div p
{
	display:inline;
	padding:2px;
	background-image: url(img/transwhite50.png);
}
.ei #mainContent
{
	margin: 0 0px;
	padding: 0 0px;
	background-image: url(img/eicenter.png);
	background-repeat: repeat-y;
}
.ei #container #mainContent #table
{
	width: 740px;
	margin-left:20px;
	border: 0px dotted #bbb;
	width: 740px;
	table-layout:fixed;
}
td a { text-decoration: none; }
table tr th
{
	color: #C00;
	text-align: right;
	width: 3em;
	font-size: 70%;
	border-top: 0px dotted #bbb;
	border-right: thin dotted #bbb;
	border-bottom: thin dotted #bbb;
	border-left: 0px dotted #bbb;
}
td .kurzinfo
{
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	color:#C00
}
#table table tr td iframe
{
	height:300px;
	width: 720px;
	margin-left: 0px;
}
td #text
{
	font: normal 100% Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}
#table table tr td
{
	width:740px;
	font-size: 85%;
	border-top: 0px dotted #bbb;
	border-right: 0px dotted #bbb;
	border-bottom: thin dotted #bbb;
	border-left: 0px dotted #bbb;
}
.ei #footer
{
	padding: 0px;
	background: url(img/eibottom.png) no-repeat center bottom;
	height: 80px;
}
.ei #footer p
{
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 70%;
	color: #999;
}
.fltrt
{
	float: right;
	margin-left: 8px;
}
.fltlft
{
	float: left;
	margin-right: 8px;
}
table tr th a img { border-width: 0px; }