html{
	height: 100%
}

body{ 	
	font-family: arial, tahoma, verdana, helvetica, sans-serif; 
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background: #ffffff;
	height: 100%;
}

.divider{
	clear: both;
	font-size: 0px;
	height: 0px;	
}

a{
	color: #21549F;	
}

a:hover{
	color: #000000;
}

#site{
	position: absolute;
	width: 946px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -473px;
	margin-top: -300px;
	text-align: left;
	z-index: 2;
}

#intro{
	position: absolute;
	width: 946px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -473px;
	margin-top: -300px;
	text-align: left;
	z-index: 100;
}

#flash{
	position: absolute;
	width: 946px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -473px;
	margin-top: -300px;
	text-align: left;
	z-index: 1;
}

#header{
	position: absolute;
	width: 946px;
	height: 68px;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 5;
}

#menu{
	position: absolute;
	width: 123px;
	height: 532px;
	margin-left: 0px;
	margin-top: 68px;
	z-index: 5;
	background: #ffffff;
	padding-top: 8px;
	text-align: right;	
}

	#menu a{
		font-family: CopperplateGothicLight, arial, helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;
		padding-right: 22px;
		color: #21549F;
		line-height: 25px;
	}
	
	#menu a.active{
		color: #000000;
	}
	
	#menu a:hover{
		color: #000000;
	}

#contact{
	position: absolute;
	height: 16px;
	bottom: 0px;
	right: 0px;
	padding: 5px;
	background: url("http://www.trippin-angels.eu/img/bg_wit_transparant.png");
}

#container{
	position: absolute;
	width: 823px;
	height: 532px;
	margin-left: 123px;
	margin-top: 68px;
	z-index: 10;
}

	#sub{
		position: absolute;
		margin-top: 14px;
		margin-left: 15px;
	}
	
	#scrollbar{
		position: absolute;
		right: -16px;
		width: 15px;
		background-color: #000000;
		z-index: 100;
		visibility: hidden;
	}
	
	.scrollcover{
		background: url("http://www.trippin-angels.eu/img/bg_wit_transparant.png") !important;
		right: -15px !important;
		visibility: visible !important;
	}
	
	#handle{
		position: absolute;
		right: 0px;
		width: 13px;
		height: 70px;
		border: 1px solid #000000;
		background-color: #ffffff;
		z-index: 101;
		visibility: hidden;
	}
	
	.bgtrans{
		background: url("http://www.trippin-angels.eu/img/bg_wit_transparant.png");
	}
	
	.txtbutton{
		color: #000000;
		text-decoration: none;
	}
	
	.txtbutton:hover{
		color: #21549F;
	}
	
	#images .image{
		position: absolute;
		display: none;
	}
