/* Style Milonic */
body {
	background-color: #181818;
}
.style2 {color: #FFFFFF}
.style3 {
	color: #FFFFFF;
	font-size: x-large;
	font-weight: bold;
}

.stylenoview {
	font-size:1px;
	text-align:right;
	}
	a:link {color:#181818;text-decoration:none;}
	a:hover {color:#181818;text-decoration:none;}
	a:visited {color:#181818;text-decoration:none;}


/* Style SimpleViewer */
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #181818;
		color:#ffffff;
		font-family:sans-serif;
		font-size:20;
	}
	
table.impressum {
 height: 100%;
 width: 100%;
 padding: 0px;
 border-spacing: 0px;
 border: 0px solid;
 }
  
table.impressum td.right {
 width:50%;
 background-color:#ffffff;
 color:#000000;
 text-align: left;
  }
 
table.impressum td.left {
 width:50%;
 background-color:#000000;
 color:#FFFFFF;
 text-align: right;
 }

 .logo{
 height:50px;
 vertical-align: bottom;
 font-family: Monotype Corsiva;
 font-weight: bold;
 font-size: 50px;
 }
 
table.impressum td.text {
 height:95%;
 text-align: center;
 vertical-align: middle;
 }