/************************************************************/
/*						default settings					*/
/************************************************************/

* {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
}


/************************************************************/
/*							page setup						*/
/************************************************************/

body {
	overflow: hidden;
	background-color: #000;
	color: #fff;
}


/************************************************************/
/*							main style						*/
/************************************************************/

#main {
	position: absolute;	/* for IE absolute */
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 70;
}


/************************************************************/
/*							box style						*/
/************************************************************/

#box {
	width: 500px;
	position: absolute;
	top: 100px;
	right: 200px;
	padding-bottom: 100px;
}


/************************************************************/
/*						headline style						*/
/************************************************************/

#headline {
	height: 130px;
	line-height: 1.5em;
	background-color: #fff;
	padding-top: 15px;
	color: #08004c;
}
#headline img.logo {
	float: left;
	margin-left: 25px;
}
#headline h2 {
	font-size: 25px;
	font-weight: normal;
	padding: 25px 10px 0px 10px;
}
#headline a.button_minmax {
	position: absolute;
	width: 10px;
	height: 10px;
	right: 10px;
	top: 10px;
	line-height: 10px;
	display: block;
}
#headline #googleplusone {
	position: absolute;
	width: 32px;
	height: 20px;
	right: 25px;
	top: 10px;
}
#headline #facebooklike {
	position: absolute;
	width: 32px;
	height: 20px;
	right: 55px;
	top: 10px;
}


/************************************************************/
/*						content style						*/
/************************************************************/

#content {
	background-color: #fff;
	padding: 0px 25px 20px 25px;
	line-height: 1.5em;
	color: #222;
}
#content h3 {
	position: relative;
	padding-top: 20px;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: bold;
}
#content h3 a:hover {
	text-decoration: none;
}
#content h4 {
	position: relative;
	padding-top: 10px;
	line-height: 20px;
	border-bottom: 1px solid #c5d1ed;
	font-weight: bold;
}
#content * a:link, #content * a:visited {
	background-color: transparent;
	color: #5b6d96;
	text-decoration: none;
}
#content * a:hover {
	text-decoration: underline;
}

#content p {
	padding: 5px 0px;
	line-height: 1.5em;
}
#content .center {
	text-align: center;
}
#content p.youtube object {
	z-index: 60;
}
#content p.gototop {
	text-align: right;
}
#content img {
	border: 0px;
	padding: 20px 0px 5px 0px;
	margin: 0px;
}
#content img.icon {
	padding: 0px;
}
#content ul {
	margin-left: 20px;
}
#content dl dt {
	margin-top: 10px;
	font-weight: bold;
}
#content dl dd {
	margin-bottom: 10px;
}
#content table {
	margin: 10px 0px;
	border-collapse: collapse;
}
#content table caption {
	display: none;
}
#content table th {
	padding: 3px;
	background-color: #5b6d96;
	color: white;
	text-align: left;
}
#content table th.weekday {
	width: 100px;
}
#content table th.time {
	width: 150px;
}
#content table th.location {
	width: 450px;
}
#content table td {
	border-bottom: 1px dashed rgb(56,50,90);
	padding: 2px;
	vertical-align: top;
}
#content form fieldset {
	line-height: 2em;
}
#content form fieldset #name, #content form fieldset #mailaddress, #content form fieldset input.text {
	padding: 2px;
	border: 1px solid #5b6d96;
	width: 205px;
	background-color: #eee;
}
#content form fieldset select {
	border: 1px solid #5b6d96;
	width: 205px;
	background-color: #eee;
}
#content form fieldset select option {
	padding: 3px;
}
#content form fieldset select optgroup  {
	font-style:normal;
	font-weight: bold;
	border-bottom: 1px dashed #5b6d96;
}
#content form fieldset select optgroup option {
	padding-left: 15px;
}
#content form fieldset textarea {
	padding: 2px;
	border: 1px solid #5b6d96;
	background-color: #eee;
}
#content form fieldset #submit {
	border: 1px solid #5b6d96;
	padding: 2px 8px;
	background: #c5d1ed;
	font-weight: bold;
	color: #5b6d96;
}
#content form fieldset #submit:hover {
	border: 1px solid rgb(56,50,90);
	color: rgb(56,50,90);
}

/************************************************************/
/*							menu style						*/
/************************************************************/

#menu {
	width: 100%;
	position: absolute;	/* for IE absolute */
	bottom: 25px;
	left: 161px;
	z-index: 80;
	line-height: 12px;
	height: 78px;
	padding: 7px 0px 0px 7px;
	background-color: #000;
	color: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#menu ul {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	height: 14px;
	padding: 0px 10px 0px 5px;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	background-color: transparent;
	text-decoration: none;
}
#menu li a:hover {
	background-color: transparent;
	color: #fff;
}
#menu li a.active {
	background-color: transparent;
	color: #fff;
}


/************************************************************/
/*						header style						*/
/************************************************************/

#header {
	position: absolute;
	left: 0px;
	bottom: 25px;
	width: 160px;
	z-index: 80;
	opacity: 0.99;
	background-color: #08004c;
	color: #fff;
	height: 85px;
	background-image: url(header-bg.gif);
}
#header h1 {
	padding-top: 23px;
	padding-right: 10px;
	padding-bottom: 23px;
	font-size: 12pt;
	text-align: right;
	color: #fff;
	background-color: transparent;
}
#header h1 a {
	padding-top: 23px;
	padding-bottom: 23px;
	color: #ddd;
	background-color: transparent;
	text-decoration: none;
}
#header h1 a:hover {
	background-color: transparent;
	color: #fff;
}


/************************************************************/
/*						gallery style						*/
/************************************************************/

#gallery {
	position: absolute;	/* for IE absolute */
	z-index: 60;
	height: 110%;
	width: 100%;
	overflow: hidden;
	top: -10%;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#gallery img {
	width: 100%;
}

/************************************************************/
/*						footer style						*/
/************************************************************/

#footer {
	position: absolute;
	right: 25px;
	bottom: 25px;
	width: 180px;
	z-index: 80;
	color: #fff;
	background-color: transparent;
	height: 78px;
	padding: 7px 0px 0px 7px;
}
#footer ul {
	float: right;
	list-style: none;
	text-align: right;
}
#footer li a {
	display: block;
	height: 14px;
	padding: 0px 5px;
	font-size: 10px;
	font-weight: bold;
	color: #888;
	background-color: transparent;
	text-decoration: none;
}
#footer li a:hover {
	color: #bbb;
	background-color: transparent;
}
#footer li a.active {
	background-color: transparent;
	color: #fff;
}

/************************************************************/
/*							events							*/
/************************************************************/

#events table {
	width: 100%;
}
#events table td {
	border: 0px;
}
