body {
	background: #676767 url(../images/bg.png);
	text-align: center;
	margin: 0;
}
body, td {
	font-family: arial;
	font-size: 10pt;
}

a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}

#main {
	text-align: left;
	margin: 0px auto;
	background: url(../images/top.png) no-repeat;
	width: 800px;
	z-index: 0;
	position: relative;
}
#content {
	clear: left;
	background: #ffffff url(../images/top.png) no-repeat 0 -280px;
	z-index: 20;
	padding: 10px 20px 0 20px;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 0px;
	left: -130px;
	z-index: 10;
}
#radio {
	position: absolute;
	text-align: left;
	top: 140px;
	left: 600px;
	background: #ffffff;
	width: 100px;
	border: 1px solid #808080;
	padding: 3px 0;
}
#stream {
	display: inline;
}
#menu {
	margin-left: 220px;
	padding-top: 100px;
	height: 180px;
}

#menu div {
	width: 160px;
	display: inline;
	float: left;
}
#menu ul {
	list-style:none;
	margin-left: 0px;
}
#menu li {
	font-weight: bold;
	padding: 0;
}
#menu a {
	text-decoration: none;
	display: block;
}
#menu a:hover {
	background: url(../images/pxwhitea33.png);
	padding-left: 7px;
}

#gb {
}
#gb p {
	padding: 0 4px;
	margin: 0 0 20px 0;
}
#gbform {
	margin: 0 auto;
}
.gbMsgHead {
	padding: 2px;
	font-weight: bold;
	background: #e0e0e0;
	overflow: hidden;
}
.gbMsgHead div {
	float: right;
}
.pc {
	margin: 0 3px;
}
.pcact {
	margin: 0 3px;
	text-decoration: none;
}

#agenda {
	margin: 0;
	border-collapse: separate;
	border-spacing: 3px 0px;
	width: 100%;
	
}
.agenda1 {
	padding: 2px 4px 2px 4px;
}
.agenda2 {
	padding: 2px 4px 20px 4px;
	font-size: smaller;
}
.agenda3 {
	padding: 2px 4px 2px 4px;
}
.eigenagenda1 {
	border-left: 1px dashed #000000;
	border-top: 1px dashed #000000;
	border-right: 1px dashed #000000;

	padding: 2px 4px 2px 4px;
	background: #e0e0e0;
}
.eigenagenda2 {
	border-left: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	border-right: 1px dashed #000000;

	padding: 2px 4px 20px 4px;
	background: #e0e0e0;
	font-size: smaller;
}
.eigenagenda3 {
	border: 1px dashed #000000;
	padding: 2px 4px 2px 4px;
	background: #e0e0e0;
}.agendalegenda {
	border: 1px dashed #000000;
	background: #e0e0e0;
	padding: 2px 4px;
}


#bottom {
	margin: 0 auto;
	width: 800px;
}

