	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #181818;
		color:#ffffff;
		font-family: Verdana, Arial, sans-serif;
		font-size: 15px;
	}

	a {
		color:#123456;
	}

	div#Albumname {
		float:right;
		margin: -520px 80px 0 0;
		text-align:right;
	}

	div#Einwilligung {
		background-color: #FFFFFF;
		text-align: center;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 18px;
		color: #000000;
	}

	/* ehemals von Kusi */
	div#Thumbs {
		float:right;
		margin: -500px 73px 0 0;
		width:145px;
		height:400px;
	}
	
	div#Thumbs div {
		padding: 0px;
		margin: 4px 3px 0px 4px;
		float: left;

	}
	
	div#Thumbs div img {
		border: none;
		border:2px solid white; //solid silver;
	}

	div#PictureBox {
		/*margin-top: 3em;
		margin-left: 2em;*/
		width: 500px;
		height: 530px;
	}
	
	div#ImgContainer {
		margin: 0 -100px;
		position: absolute;
		text-align: center;
		width: 100px;
	}
	
	div#ImgContainer img {
		border:8px solid white;
	}
	
	div#LoadingMsg {
		/*display: none;*/
		position: absolute;
		width: 500px;
		margin: 200px 0;
		text-align: center;
		font-size: 2em;
	}
	
	div#copyright {
		text-align: center;
		margin-top: 150px;
	}
