a {
	color									: #0000FF;
}

body {
	background-color						: #60CCFF;
	background-image						: url('./img/wallpaper1.png');
	background-repeat						: repeat-x;
	margin									: 0;
}

div.bckgup {
	position								: relative;
	width									: 996px;
	height									: 42px;
	margin-left								: auto;
	margin-right							: auto;
	background-image						: url('./img/bckgup.png');
	background-repeat						: no-repeat;
}

div.bckgmid {
	position								: relative;
	width									: 996px;
	margin-left								: auto;
	margin-right							: auto;
	background-image						: url('./img/bckgmid.png');
	background-repeat						: repeat-y;
}

div.bckgdown {
	position								: relative;
	width									: 996px;
	height									: 31px;
	margin-left								: auto;
	margin-right							: auto;
	background-image						: url('./img/bckgdown.png');
	background-repeat						: no-repeat;
}

div.container {
	position								: relative;
	top										: 230px;
	width									: 996px;
	margin-left								: auto;
	margin-right							: auto;
	background-image						: url('./img/bckgup.png');
	background-repeat						: no-repeat;
}

div.content {
	position								: relative;
	width									: 980px;
	margin-left								: 10px;
	padding-top								: 10px;
	font-family								: Georgia, "Times New Roman", Times, serif;
}

div.guestbook {
	width									: 970px;
	border-bottom							: solid #F07C00 2px;
	margin-top								: 15px;
	font-family								: Georgia, "Times New Roman", Times, serif;
}

div.legalinfos {
	position								: absolute;
	width									: 996px;
	top										: 32px;
	left									: 0px;
	font-family								: Verdana, Arial, Helvetica, sans-serif;
	font-size								: 10px;
	font-weight								: bold;
}

div.logo1 {
	z-index									: 10;
	position								: absolute;
	width									: 227px;
	height									: 203px;
	top										: -203px;
	left									: 0px;
	background-image						: url('./img/logo1.png');
}

div.logoname {
	z-index									: 10;
	position								: absolute;
	width									: 690px;
	height									: 200px;
	top										: -203px;
	left									: 160px;
	background-image						: url('./img/logoname.png');
}

div.gratis {
	z-index									: 9;
	position								: absolute;
	width									: 220px;
	height									: 122px;
	top										: -220px;
	left									: 820px;
	background-image						: url('./img/gratis.png');
	background-repeat						: no-repeat;
}

div.menu {
	position								: absolute;
	left									: 0px;
}

div.menu0 {
	position								: absolute;
	width									: 120px;
	height									: 26px;
	top										: 7px;
	left									: 20px;
	background-image						: url('./img/buttons.png');
	background-repeat						: no-repeat;
	background-position						: 0px 0px;
}

div.menu0:hover {
	background-position						: -120px 0px;
}

div.menu1 {
	position								: absolute;
	width									: 120px;
	height									: 26px;
	top										: 7px;
	left									: 160px;
	background-image						: url('./img/buttons.png');
	background-repeat						: no-repeat;
	background-position						: 0px -26px;
}

div.menu1:hover {
	background-position						: -120px -26px;
}

div.menu2 {
	position								: absolute;
	width									: 120px;
	height									: 26px;
	top										: 7px;
	left									: 300px;
	background-image						: url('./img/buttons.png');
	background-repeat						: no-repeat;
	background-position						: 0px -52px;
}

div.menu2:hover {
	background-position						: -120px -52px;
}

div.menu3 {
	position								: absolute;
	width									: 120px;
	height									: 26px;
	top										: 7px;
	left									: 440px;
	background-image						: url('./img/buttons.png');
	background-repeat						: no-repeat;
	background-position						: 0px -78px;
}

div.menu3:hover {
	background-position						: -120px -78px;
}

div.menu4 {
	position								: absolute;
	width									: 120px;
	height									: 26px;
	top										: 7px;
	left									: 580px;
	background-image						: url('./img/buttons.png');
	background-repeat						: no-repeat;
	background-position						: 0px -104px;
}

div.menu4:hover {
	background-position						: -120px -104px;
}

div.menu5 {
	position								: absolute;
	width									: 120px;
	height									: 26px;
	top										: 7px;
	left									: 720px;
	background-image						: url('./img/buttons.png');
	background-repeat						: no-repeat;
	background-position						: 0px -130px;
}

div.menu5:hover {
	background-position						: -120px -130px;
}

div.menu6 {
	position								: absolute;
	width									: 120px;
	height									: 26px;
	top										: 7px;
	left									: 860px;
	background-image						: url('./img/buttons.png');
	background-repeat						: no-repeat;
	background-position						: 0px -156px;
}

div.menu6:hover {
	background-position						: -120px -156px;
}

div.pubcontainer {
	width									: 486px;
	height									: 62px;
	background-image						: url('./img/pubcontainer.png');
}

div.publicity {
	padding-top								: 1px;
	padding-left							: 15px;
}

img.loadinggif {
	visibility								: hidden;
	position								: relative;
	top										: -125px;
}

input.button {
	font-family								: Georgia, "Times New Roman", Times, serif;
	font-weight								: bold;
	font-size								: 12px;
}

input.playticketbutton {
	position								: relative;
	top										: -50px;
	left									: -50px;
	background-color						: #CC6633;
	width									: 125px;
}

input.cancelticketbutton {
	position								: relative;
	top										: -50px;
	left									: 50px;
	background-color						: #CC6633;
	width									: 125px;
}

textarea.guestbook {
	width									: 450px;
	height									: 100px;
	color									: #F07C00;
	background-color						: #CCCCCC;
	font-weight								: bold;
}