/* CSS Document */
body {
	text-align: center;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-size: 10px;
}

#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 450px;
	margin: 5% auto 0px auto;
	background: url(../img/back.jpg) no-repeat bottom left;
}

#logo {
	position: absolute;
	top: 0px;
	left: 25px;
	width: 309px;
	height: 152px;
	background: url(../img/logo.png) no-repeat top left;
}

#footer {
	position: absolute;
	top: 470px;
	left: 25px;
	width: 337px;
	height: 100px;
	background: url(../img/lotto-stiftung_logo-small.jpg) no-repeat bottom left;
}

#menu {
	position: absolute;
	top: 140px;
	right: 25px;
	width: 975px;
	height: 20px;
}

.menu_link {
	margin: 2px 10px 0px 10px;
	float: right;
	font-weight: bold;
	color: black;
}

.menu_link a, .menu_link a:visited {
	color: black;
	text-decoration: none;
}

#content {
	position: absolute;
	top: 180px;
	left: 435px;
	width: 155px;
	color: black;
	text-align: center;
	font-size: 10px;
}

.trigger {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 130px;
	cursor: crosshair;
}

#flavio_trigger {
	top: 10px;
	left: 0px;	
}

#jacco_trigger {
	top: 40px;
	left: 95px;	
}

#martin_trigger {
	top: 0px;
	left: 195px;	
}

#leo_trigger {
	top: 5px;
	left: 310px;	
}

.info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	padding: 5px 5px 10px 5px;
	display: none;
	border: 1px solid #888888;
	background-color: black;
	color: #eeeeee;
}

#flavio_info {
	top: 10px;
	left: 100px;	
}

#jacco_info {
	top: 40px;
	left: 195px;	
}

#martin_info {
	top: 0px;
	left: -20px;	
}

#leo_info {
	top: 5px;
	left: 100px;	
}

.download_item {
	width: 100%;
	margin-top: 2px;
	text-align: center;
	font-size: 10px;
}


