body {
	background-color: black;
	background-image: url("../piggs/chick09_bk.jpg");
    color: #ffffff;
	font-family: courier new, monospace;
    font-size: 14px;
} 
	 
pre {
	font-family: courier new, monospace;
	word-wrap: break-word;      /* IE 5.5-7 */
	white-space: pre-wrap;
}

/** fontsize **/
.bigger {
	font-family: courier new; monospace;                                            
	color: #fff;                                                          
	font-size: 1.4em;
}		 
.big {
	font-family: courier new; monospace;                                            
	color: #fff;                                                          
	font-size: 1.2em;
}	 	 	
.normal {        
	font-family: courier new; monospace;                                            
	color: #fff;                                                
    font-size:1.1em;
}
.small {
	font-family: courier new; monospace;                                            
	color: #fff;                                                          
	font-size: 1em;
}
.smaller {
	font-family: courier new; monospace;                                            
	color: #fff;                                                          
	font-size: 0.8em;
}

/** images **/	 
img {
	border: none;
}	 
a img {
	border: none;
}
	 	
/** links **/
a {
	text-decoration: none;
	color: #fff;
	border: none;
	outline: 0;
}
a:hover {
	font-weight: normal;
    color: #0c0;
	border: none;
}

/** link tooltip/title **/
.tooltip {
	display: none;
	position: absolute;
	border:1px solid #333;
	background-color: #161616;
	border-radius: 2px;
	padding: 2px 8px 2px 8px;
	color: #fff;
	font-weight: bold;
	z-index: 10000;
}

/** content **/

/* Container */
#TopContainer {
	position: relative;
	max-width: 638px;
	text-align: left;
}

/* Picture&Video */
#ContentGallery {
	margin-left: 0px;
	margin-right: auto;
	display: none;
	z-index: 1;
}

/* Button Back normal */
.Backbutton {
	position: absolute;
	text-align: right;
/*	top: 37px;	*/
	top: 37px;
	width: 99vw;
	max-width: 757px;
	z-index: 0;
}

/* Button Back when page narrowed */
@media (max-width: 764px/*634px*/) {
	.Backbutton {
		position: fixed;
		font-weight: bold;                                                       
		font-size: 1.1em;
/*		top: -23px;	*/
		top: -2px;
		padding-top: 3px;
		right: -9px;
		z-index: 10;
	}
	.Backbutt {
		background-color: rgba(0,0,0,0.4);
	}
}

/* Text */
#ContentDokument {
	margin-top: 21px;
	margin-left: 73px;
	padding-bottom: 42px;
	padding-right: 12px;
}

