@charset "utf-8";
/* CSS Document */
/* fields*/

* {
	margin: 0;
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

img  {
		border: 0px;
		margin: 0px;
		display: block; /*weiss nicht warum ,wichtig*/
}
.img-center {
	display:table-cell;
}

body {
	color:#FFFFFF;
	background-color:#333333;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height: 25px;
}
#container  {
	width: 1124px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
}
table {
	background-color: #666;
	vertical-align: middle;
	text-align:center;
	font-size:90%;
	border-collapse:collapse;
}

td  {
	width:340px;
	height: 272px;
	border: 1px solid #CCCCCC;
}
.footer {
	height: 25px;
}
.style10  {
	font-size:0.8em
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;