/****    CSS-Style sheet                      ****/

/****    Compatibility issues                 ****/

/* Opera: body: padding: 0px                     */
/* Netscape6.1: heights not in tr's, just in td's*/
/*              a cell with a background-color   */
/*              has to havecontent (e.g. &nbsp;) */
/* Safari: avoid border-collapse if not necessary*/


/*-----------------------------------------------*/
/****    General body-style                   ****/

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

/****   general settings   ***********************/

table, body {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 160%;
}

img	{
	border-style: none;
	border-spacing: 0px;
	border-width: 0px;
}

table	{
	width: 100%;
	border-style: none;
	border-spacing: 0px;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	background-color: white;
}

td	{
	padding: 0px;
	vertical-align: top;
	border-width: 0px;
}

//h1	{
//	font-size: 150%;
//	padding-bottom: 10px;
//}

h1.pagetitle {
	font-size: 150%;
	padding-bottom: 10px;
}

h1	{
	font-size: 130%;
	margin-top: 20px;
	padding-bottom: 4px;
}

h2	{
	font-size: 100%;
	margin-top: 20px;
	padding-bottom: 4px;
}

a	{
	color: #2b4b9b;
	font-weight: bold;
	text-decoration: none;
}

a:hover
	{
	text-decoration: underline;
}

hr
	{
	 background-color: black;
	 border-width: 0px; 
	 height: 1px
}

/*-----------------------------------------------*/
/****   main table   *****************************/

td#lefttop, td#righttop, td#leftmiddle, td#colorblock, td#whiteblock, td#rightmiddle, td#leftbottom, td#crowtext {
	border-style: solid;
	border-color: black;
}

td#lefttop, td#leftmiddle, td#leftbottom {
	border-right-width: 1px;
	width: 50%;
}

td#righttop, td#rightmiddle, td#crowtext {
	border-left-width: 1px;
	width: 50%;
}

td#leftmiddle, td#colorblock, td#whiteblock, td#rightmiddle {
	border-top-width: 1px;
	border-bottom-width: 1px;
	height: 28px;
}

td#logo, td#colorblock, td#menu, img#menuspan {
	width: 149px;
}

td#logotext, td#whiteblock, td#content {
	width: 430px;
	padding-left: 3px;
}

img#menuspan {
	height: 1px;
}

img#contentspan {
	width: 427px;
	height: 1px;
}

td#lefttop, td#logo, td#logotext, td#righttop {
	heigth: 120px;
}

td#logo {
	background-color: #8f8f8f;
	text-align: right;
}

td#logotext {
	background-color: #e7e7e7;
	vertical-align: bottom;
}

td#colorblock, td#menuspan {
	background-color: #2b4b9b;
}

td#menu {
	background-color: #bac5e0;
	padding-left: 5px;
	padding-top: 53px;
}

td#content {
	padding-top: 32px;
	padding-right: 15px;
	padding-bottom: 20px;
}

td#crowtext {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 39px;
	padding-bottom: 20px;
	color: white;
}

div#crow {
	height: 0px;
	width: 0px;
	position: relative;
	top: -33px;
}

div#crow_large {
	height: 0px;
	width: 0px;
	position: relative;
	top: -50px;
	left: 390px;
}


/*-----------------------------------------------*/
/****   title table   ****************************/

td#maintitle, td#sidetitle {
	vertical-align: bottom;
	font-weight: bold;
	background-color: #e7e7e7;
	color: #8f8f8f;
}

td#maintitle {
	font-size: 18px;
	padding-bottom: 3px;
}

td#sidetitle {
	text-align: right;
	padding-right: 2px;
}


/*-----------------------------------------------*/
/****   menu divs   ******************************/


div.menulevel1, div.menulevel2, div.menulevel3, div.menulevel4 {
	padding-bottom: 8px;
	text-indent: -3px;
}

div.menulevel1 {
	padding-left: 3px;
}

div.menulevel2 {
	padding-left: 15px;
}

div.menulevel3 {
	padding-left: 27px;
}

div.menulevel4 {
	padding-left: 39px;
}

a.menuunselected, a.menuselected {
	font-weight: normal;
	line-height: 100%;
}

a.menuunselected {
	color: black;
}

a.menuselected {
	color: #2b4b9b;
}


/*-----------------------------------------------*/
/****   copyright   ******************************/


div#copy {
	font-size: 90%;
	line-height: 100%;
	position:fixed;
	bottom: 2px;
}


/*-----------------------------------------------*/
/****   lists   **********************************/


tr.tx-simpleeventlist-pi1-listrow-header {
	font-weight: bold;
}

td.tx-simpleeventlist-pi1-listcol-date {
	width: 15%;
	padding-right: 5px;
}

td.tx-simpleeventlist-pi1-listcol-town {
	width: 20%;
	padding-right: 5px;
}

td.tx-simpleeventlist-pi1-listcol-time {
	width: 15%;
	padding-right: 5px;
}

td.tx-simpleeventlist-pi1-listcol-location {
	width: 20%;
	padding-right: 5px;
}
td.tx-simpleeventlist-pi1-listcol-topic {
	width: 30%;
	padding-right: 5px;
}
