body {
	padding: 0px;
	margin: 50px 40px 0px 40px;
	background: black;
	font-family: Arial;
}

.impressum a {
	color: #999999;
	text-decoration: none;
}

.impressum a:visited {
	color: #999999;
	text-decoration: none; 
}

.impressum a:hover {
	color: #999999;
	text-decoration: underline; 
}

/* get rid of those system borders being generated for A tags */
a:active {
	outline:none;
}

:focus {
	-moz-outline-style:none;
}

/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color: #333;
	width: 780px;	
	border: 1px solid #666;
	padding: 10px;
	margin: 0px;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
} 

#triggers .logo img {
	padding: 0px;
	text-align:center;
	float: left;
	width: 275px;
	border: 0px;
} 

.text {
	padding: 0px;
	margin: 0px auto 0px auto;
	border: 0px solid red;
	color: #333;
	text-align:justify;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 24px;
	width: 960px;
}

#triggers {
	border-top: 0px solid #333;
	border-bottom: 0px solid #333;
	height: 230px;
	width: 960px;
	padding: 10px 0px 10px 0px;
	margin: 0px auto 0px auto;
}

#triggers img {
	cursor:pointer;
	float: left;
	margin:0px;
	border:3px solid black;
	border-width: 3px 6px 3px 0px;
	padding:0px;
	width: 50px;
	height: 50px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

/* styling for elements inside overlay */
.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	color:#fff;
	width:200px;
	padding: 20px;
}

.details h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 -10px 0;
}

