@charset "UTF-8";
/* CSS Document */

body,html {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	height: 100%;
	margin: 0px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #392611;
}
a:link, a:visited, a:active {
	color: #392611;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #392611;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
}

h4 { 
	font-weight: normal;
	font-size: 11px;
	line-height: 24px;
	margin: 0px;
}

.footnote {
	margin-top: -10px;
}

.more, .more a:link, .more a:visited, .more a:active {
	font-weight: lighter;
	font-style: italic;
}


/* MAIN FRAME */

#container {
	background-image:url(../images/bg_main.jpg);
	position: relative;
	width: 970px;
	height: 100%;
	border: 0px;
	left: 50%;
	margin-left: -485px;
	padding: 0;
}

.newsletter {
	position: absolute;
	width: 450px;
	height: 30px;
	left: 485px;
	top: 45px;
	float: left;
	text-align: left;
}

.form {
	background-color:#FFF;
	border: 1px solid #978e7e;
	width: 255px;
	height: 23px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	padding: 5px 0px 0px 10px;
	color: #392611;
}

/* KOLOM 1 */

.cover {
	position: absolute;
	width: 200px;
	height: 180px;
	left: 35px;
	top: 125px;
	float: left;
	z-index: 2000;
}

.audioplayer {
	position: absolute;
	width: 200px;
	height: 420px;
	left: 35px;
	top: 335px;
	float: left;
}

/* KOLOM 2 */

.news {
	position: absolute;
	width: 260px;
	height: 225px;
	left: 265px;
	top: 125px;
	float: left;
	text-align: left;
}

.contact {
	position: absolute;
	width: 260px;
	height: 200px;
	left: 265px;
	top: 335px;
	float: left;
	text-align: left;
}

/* KOLOM 3 */

.tourdates {
	position: absolute;
	width: 380px;
	height: 225px;
	left: 555px;
	top: 125px;
	float: left;
	text-align: left;
}

.links {
	position: absolute;
	width: 380px;
	height: 200px;
	left: 555px;
	top: 335px;
	float: left;
	text-align: left;
}

/* TOURDATA */

.tourdata {
	line-height: 16px;
	font-size: 11px;
	color: #392611;
}
.tourdata a {
	line-height: 16px;
	font-size: 11px;
	color: #392611;
	text-decoration: none;
}
.tourdata a:visited {
	color: #392611;
	text-decoration: none;
}
.tourdata a:hover {
	color: #392611;
	text-decoration: underline;
}
.tourdata a:active {
	color: #392611;
	text-decoration: none;
}