/*

Style Landing-Page

*/


html, body{
	width: 100%;
	height: 100%;
	}

body{
	margin: 0;
	background: #111111;
	color: #aaaaaa;
	font-family: arial;
	}
a{
	color: #aaaaaa;
	font-weight: bold;
	}
	a img{
		border-width: 0;
		}
div.oldflash{
	border: 3px solid #aa0000;
	background: #ffffff;
	text-align: center;
	color: #aa0000;
	line-height: 200%;
	padding: 100px 10px 100px 10px;
	font-weight: bold;
	}

div#page-container{
	position: relative;
	background: transparent url('../../img/layout/welt2.jpg') bottom center no-repeat;
	}

table#languages{
	width: 100%;
	/*position: absolute;*/
	height: 398px;
	}
	table#languages td{
		vertical-align: top;
		}
	table#languages td#left{
		text-align: right;
		}
	table#languages td#right{
		text-align: left;
		}
	table#languages td#left, table#languages td#right{
		padding: 60px 0 0 0;
		}
	table#languages td#spacer{
		width: 660px;
		}

div#monitor-container{
	position: relative;
	width: 100%;
	height: 398px;
	margin: 0 0 120px 0;
	background: transparent url('../../img/layout/monitor_big.png') top center no-repeat;
	}
