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

html, body {
	background-color:black;
	width:100%; height:100%;
	font-family:Verdana, Geneva, sans-serif;
	color:rgb(160,160,160);
	margin:0; padding:0;
}

table {
	margin:0; padding:0;
	border:none;
	border-collapse:collapse;
	width:100%;
}

td {
	line-height:14px; font-size:10px;
	text-align:center;
	vertical-align:top;
	width:auto; height:auto;
}

td p {
	margin-bottom:10px;
}

a:focus {
	outline:none;
}

a, a:link, a:visited {
	color:rgb(80,80,80);
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:rgb(230,230,230);
}

img {
	margin-bottom:20px;
	margin-top:20%;
}

td#de {
	width:50%; height:100px;
	text-align:right;
	padding:20px 11px 40px 0;
	border-right:1px solid rgb(60,60,60);
}

td#en {
	width:50%; height:100px;
	text-align:left;
	padding:20px 0 40px 10px;
}












