/****    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;
	font-size: 12px;
	line-height: 180%;
}

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;
}

/*h1	{
	font-size: 120%;
	border-style: solid;
	border-color: white;
	border-width: 0px;
	border-top-width: 20px;
}*/

h1	{
	font-size: 100%;
	border-style: solid;
	border-color: white;
	border-width: 0px;
	border-top-width: 11px;
}

a, .important	{
	color: #cc3333;
	text-decoration: none;
}

a:hover
	{
	text-decoration: underline;
}


/*-----------------------------------------------*/
/****   main table   *****************************/

table#main_table {
	height: 100%;
}

td.left_space {
	width: 50%;
	background-color: #cccccc;
}

td.right_space {
	width: 50%;
	background-color: #cccccc;
	text-align: right;
}

td#top_left,td#menu,td#bottom_menu {
	width: 132px;
}

td#top_right,td#content,td#bottom_content{
	width: 625px;
}

td#bottom_menu,td#bottom_content {
	height: 1px;
}

td#top_left,td#top_right,td#menu,td#content_frame {
	border-style: solid;
	border-color: black;
	border-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
}

td#top_left,td#top_right {
	border-bottom-width: 1px;
	height: 96px;
}

td#title {
	width: 541px;
	border-style: solid;
	border-color: black;
	border-width: 0px;
	border-right-width: 1px;
	height: 96px;

	vertical-align: bottom;
	padding-left: 24px;
	padding-bottom: 9px;
}

td#portrait {
	width: 82px;
	height: 96px;
	background-color: #cc3333;

}

td#content {
	padding-left: 26px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 50px;
	height: 350px;
}

td.content_right_gap {
	width: 82px;
}

td#top	{
	vertical-align: bottom;
	padding-bottom: 50px;
}

td#subtitle {
	padding-left: 26px;
	padding-top: 40px;
	height: 35px;
	padding-bottom: 20px;
}

td#nav	{
	padding-left: 26px;
	padding-bottom: 8px;
}


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

td.menu_item_unsel {
	background-color: white;
	border-style: solid;
	border-color: black;
	border-width: 0px;
	border-bottom-width: 1px;
	height: 32px;
	padding-left: 16px;
	vertical-align: middle;
}
td.menu_item_sel {
	background-color: #cc3333;
	border-style: solid;
	border-color: black;
	border-width: 0px;
	border-bottom-width: 1px;
	height: 32px;
	padding-left: 16px;
	vertical-align: middle;
}


/*-----------------------------------------------*/
/****   extensions   *****************************/


.tx-simpleeventlist-pi1-listrow-header td {
	font-weight: bold;
}

.tx-simpleeventlist-pi1-listcol-datum {
	padding-right: 15px;
	width: 30%;
}

.tx-simpleeventlist-pi1-listcol-anlass {
	padding-right: 15px;
	width: 70%;
}

.tx-simpleeventlist-pi1-style-anlass {
	font-style: italic;
}

.tx-simpleeventlist-pi1-listcol-anlass p {
	padding-top: 0px;
	padding-bottom: -10px;
	border-bottom: 0px;
	margin-bottom: 0px;
}

.tab2 .td-0 {
	width: 30%;
	padding-right: 20px;
}

.tab2 .td-last {
	width: 70%;
}