/*
Template Version: 1.3
Date: 2006-12-12
XHTML 1.0 / 1.1 Valid, CSS 2.1 / 3
*/
* {
	margin: 0;
	padding: 0;
}
body {
	width: 64em;
	margin-top: 1ex;
	margin-left: 1ex;
	padding-right: 1ex;
	font-size: 75%;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	background-color: #fff;
}
#body_box_1 {
	background-image: url("../img/bg.gif");
	background-color: #F0EFDD; 
}
a {
	color: #004080;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	clear: both;
	height: 0;
	border: 0;
	border-bottom: 1px solid #EAEAEA;
	margin: 1em 0;
}
.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.WIA_gotocontent {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	visibility: hidden;
}

/* *** header */
#header {
	padding-bottom: 2px;
	width: 100%;
/*	background: url("../img/header_bg.jpg"); */
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 130px 0px;
}
#header img {
	display: block;
	padding-bottom: 2px;
	border: 0;
	width:64em;
}

/* *** menu */
#menu_box ul {
	font-size: 90%;
	height: 2.2em;
	border-bottom: 1ex solid black;
	background: #fff;
	list-style: none;
}
#menu_box li {
	float: left;
	margin-right: 2.0em;
	line-height: 2.2em;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
#menu_box a {
	color: black;
	background: white;
	text-transform: uppercase;
}                        
#menu_box li a {
	padding: 0pt 0.8ex;
	color: black;
	background: white;
}
#menu_box li.act a {
	float: left;
	color: white;
	background: #000;
}
/* searchbox */
#menu_box li.last {
	margin-right: 0;
	float: right;
}

/* *** submenu */
#submenu_box {
	width: 12em;
	float: left;
	border-top: 2px solid black;
	margin-top: 1em;
	background: #fff;
	padding-top: .5ex;
	margin-bottom: 1em;
}
#submenu_box li {	
	display: block;
	/* below is a dirty hack to make ie do what it is supposed to do */
	border-bottom: 0.01ex solid #fff;
}
#submenu_box ul > li {
	/* remove the hack for good browsers */
	/* IE 6 doesnt understand CSS2 selectors */
	border-bottom: 0;
}
#submenu_box li.spc {
	border-bottom: 1px solid #eaeaea;
}
#submenu_box a {
	display: block;
	border-bottom: 1px solid #eaeaea;
	line-height: 150%;
	font-size: 95%;
	color: black;
	background: white;
}
#submenu_box a:hover {
	border-bottom: 1px solid #000;
	text-decoration: none;
}

/* *** content */
#content_box {
	width: 38em;
	margin: 0 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	float: left;
	border-bottom: 2px solid black;
	background: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#content_box h1,
#content_box h2,
#content_box h3,
#content_box h4,
#content_box h5,
#content_box h6 {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	letter-spacing: 1pt;
	padding-top: .8ex;
	margin-left: .8ex;
}
#content_box h1 {
	font-size: 125%;
}
#content_box h2 {
	font-size: 120%;
}
#content_box h3 {
	font-size: 115%;
}
#content_box h4 {
	font-size: 110%;
}
#content_box h5 {
	font-size: 105%;
}
#content_box h6 {
	font-size: 100%;
}
#content_box .csc-header h3 {
color: #3366CC;
}
#content_box p,
#content_box ul {
	padding: 0 1ex;
	margin: 1ex 0;
	line-height: 125%;
	background: white;
}
#content_box p.bodytext {
	text-align: justify;
}
#content_box ul {
	padding-left: 1.2em;
	padding-right: .25em;
	list-style: square;
	color: black;
}
#content_box ul li {
	padding-left: 0.2em;
	margin-left:0.6em;
}
#content_box img {
	border: .5ex solid #f0efdd;
	margin: 1ex;
	padding: 1px;
	background: #000;
}
#content_box table {
	border-collapse: collapse;
	margin: 1ex;
}
#content_box table td,
#content_box table th {
	vertical-align: top;
	padding: .4em .5em;
	border: 1px solid #EAEAEA;
}
#content_box table th {
	text-align: left;
background: #EAEAEA;
border-bottom: 1px solid #999;
}
#content_box table tr.odd td {
	background: #fcfcfc;
}
#content_box table tr.even td {
	background: #ffffff;
}
#content_box table th.empty, 
#content_box table td.empty {
	empty-cells: hide;
	border: 0;
	background: none;
	width: auto;
}
#content_box table tr td p.bodytext {
	text-align:left;
}
#content_box img.right {
	margin-left: 2ex;
}
#content_box img.left {
	margin-right: 2ex;
}
#content_box .icons img {
	margin: 0;
	margin: .5ex 1ex 1ex 0ex;
	padding: 0;
	float: right;
	background: #ccc;
	border: 0;
}
#content_box .clearer {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	width: 0;
	border: 0;
	padding: 0;
	margin-bottom: 1ex;
}


#content_box table.contenttable {
	width:96%;
}

#content_box table.contenttable tr.tr-even td{
	background-color:#fcfcfc;
}



/* *** breadcrume */
#breadcrume_box {
	float: left;
	width: 38em;
	margin: 0 1em;
	margin-top: 1em;
	line-height: 1.5em;
	background-color:#fff;
}
#breadcrume_box img {
	vertical-align: baseline;
	margin-left: .5em;
	margin-right: .25em;
	margin-top: .25em;
	border: 0;
/*
	margin-top:0.25em;
	height: 1.5ex;
	width: 1.5ex;
*/
	background: black;
}
#breadcrume_box li {
	float: left;
	margin-right: .5ex;
	padding-right: 1.5ex;
	height: 1.5em;
	line-height: 1.5em;
	list-style: none;
	background: url("../img/arrow.gif");
	background-repeat: no-repeat;
	background-position: right center;
}
#breadcrume_box li.first,
#breadcrume_box li.last {
	background: none;
}
#breadcrume_box li.first {
	padding-right: 0;
}
#breadcrume_box a {
	font-size: 90%;
	font-family: Arial, sans-serif;
	color: black;
}

/* *** context */
#context_box {
	float: right;
	width: 11em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}
#context_box .csc-header {
	border-bottom: 1ex solid black;
	font-weight: bold;
	font-family: Arial, sans-serif;
	background: white;
}
#context_box .csc-header h1 {
	padding: 0;
	margin: 0;
	padding-left: 1ex;
	padding-top: 1ex;
	padding-bottom: .25ex;
	font-size: 80%;
	line-height: 1.5em;
	text-transform: uppercase;
	color: white;
	background: black;
}
#context_box p,
#context_box ul {
	clear: both;
	padding: .5em 0;
	line-height: 125%;
	background: white;
	font-size: 90%;
}
#context_box ul {
	padding-left: 1.2em;
	padding-right: .25em;
	list-style: square;
	color: black;
}
#context_box li {
	padding-bottom: .33em;
	margin-left: 5px;
}

#context_box ul.beschreibung li {
	padding-bottom: .33em;
	margin-left: 5px;
	color: #000000;
}

#context_box p {
	padding-left: .5em;
	padding-right: .25em;
}

#context_box .tx-mhsidebarimg-pi1 {
	padding-top: 0.5em;
	border-top: 2px solid #000;
}
#context_box .tx-mhsidebarimg-pi1 img {
	width: 11em;
	border-top: 0px solid #000;
}
#context_box .tx-mhsidebarimg-pi1.first {
	border-top: 0;
	padding-top: 0;
}
#context_box {
	border-bottom: 2px solid #000;
}

/* *** footer */
#footer_box {
	clear: both;
	width: 100%;
	border-top: 4px solid black;
	padding-top: .25em;
	background: white;
}
#footer_box hr {
	display: none;
}
#footer_box .left {
	float: left;
	height: 10px;
	width: 49.99%;
}
#footer_box .right {
	float: left;
	height: 10px;
	width: 49.99%;
}
#footer_box ul {
	height: 2em;
	background: white;
}
#footer_box li {
	list-style: none;
	background-repeat: no-repeat;
	background-image: url("../img/vertical-border.gif");
}
#footer_box .left li {
	float: left;
	padding-left: .5em;
	margin-left: .5em;
	background-position: left center;
}
#footer_box .right li {
	float: right;
	padding-right: .5em;
	margin-right: .5em;
	background-position: right center;
}
#footer_box .left .first {
	background: none;
	padding-left: 0;
	margin-left: 0;
}
#footer_box .right .first {
	background: none;
	padding-right: 0;
	margin-right: 0;
}
#footer_box li a {
	color: #000;
	font-size: 90%;
}


/*************************************/

  /* *** PLUGIN related settings */

/* lets put this in another file ok? */

/*************************************/


/* *** pi2 - list of bureaus */
#content_box .tx-mhminicivserv-pi2 {
	margin: 1ex 0;
	padding: 0 1ex;
}
#content_box .tx-mhminicivserv-pi2 ul,
#content_box .tx-mhminicivserv-pi2 li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
	border: 0;
}
#content_box .tx-mhminicivserv-pi2 ul.left {
	border-right: 1px solid #EAEAEA;
}
#content_box .tx-mhminicivserv-pi2 ul.left,
#content_box .tx-mhminicivserv-pi2 ul.right {
	float: left;
	width: 49.5%;
}
#content_box .tx-mhminicivserv-pi2 ul > li > ul {
	padding-bottom: 1em;
}
#content_box .tx-mhminicivserv-pi2 li li {
	padding-left: 1ex;
}

/* *** pi3 - ??? */
#content_box .tx-mhminicivserv-pi3 table td.first {
	width: 30%;
}

/* *** pi4 - ??? */
#content_box .tx-mhminicivserv-pi4 .left {
	width: auto;
}
#content_box .tx-mhminicivserv-pi4 .right {
	clear: both;
	width: 30%;
}
#content_box .tx-mhminicivserv-pi4 td {
	border: 0;
	padding: 0;
}
#content_box .tx-mhminicivserv-pi4 td {
	padding-right: 1ex;
}
#content_box .tx-mhminicivserv-pi4 h1,
#content_box .tx-mhminicivserv-pi4 h2,
#content_box .tx-mhminicivserv-pi4 h3 {
	font-size: 100%;
	font-family: Arial, sans-serif;
}
#content_box .tx-mhminicivserv-pi4 img {
	margin-top: 0;
	margin-left: 0;
}
#content_box .tx-mhminicivserv-pi4 h1 em {
	font-size: 90%;
	display: block;
	font-weight: normal;
	font-style: normal;
	background: #fff;
}
#content_box .tx-mhminicivserv-pi4 .block {
	clear: both;
}

/* *** nicosdirectory + ps_extendeddirectory */
#content_box .tx-nicosdirectory-pi1 fieldset {
	margin: 1ex;
	padding: 2ex;
	border: 1px solid #EAEAEA;
}
#content_box .tx-nicosdirectory-pi1 legend {
	padding: .5ex 1ex;
	border: 1px solid #EAEAEA;
	background: #eaeaea;
	font-weight: bold;
	letter-spacing: .2ex;
}
#content_box .tx-nicosdirectory-pi1 table,
#content_box .tx-nicosdirectory-pi1 td {
	border: 0;
	margin: 0;
	padding: 0;
}
#content_box .tx-nicosdirectory-pi1 .zipcode,
#content_box .tx-nicosdirectory-pi1 .category,
#content_box .tx-nicosdirectory-pi1 .A2Z ,
#content_box .tx-nicosdirectory-pi1 label {
	line-height: 2em;
	height: 3em;
}
#content_box .tx-nicosdirectory-pi1 label {
	float: left;
	width: 7em;
	margin-right: 1em;
	border-right: 1px solid #EAEAEA;
}
#content_box .tx-nicosdirectory-pi1 .list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #EAEAEA;
	border-top: 0;
	margin: 1ex;
}
#content_box .tx-nicosdirectory-pi1 .list li {
	margin: 0;
	padding: 0;
	padding-bottom: 1ex;
	border-top: 1px solid #EAEAEA;
	padding: 1ex;
}
#content_box .tx-nicosdirectory-pi1 .list li .left,
#content_box .tx-nicosdirectory-pi1 .list li .right {
	width: 50%;
}

#content_box .tx-nicosdirectory-pi1 select {
	width: 28em;
}
#content_box .tx-nicosdirectory-pi1 input {
	border: 1px solid #EAEAEA;
	margin-right: 1ex;
	height: 1.5em;
}
#content_box .tx-nicosdirectory-pi1 .single {
	margin: 1ex;
}
#content_box .tx-nicosdirectory-pi1 .single .left,
#content_box .tx-nicosdirectory-pi1 .single .right {
	width: 50%;
}
#content_box .tx-nicosdirectory-pi1 {
	margin-bottom: 1ex;
	padding-bottom: 1ex;
	border-bottom: 1px solid #EAEAEA;
}
#content_box .tx-nicosdirectory-pi1 h2 {
	padding-left: 0;
	margin-left: 0;
}
#content_box .tx-nicosdirectory-pi1 {
	clear: none;
	float: none;
	display: block;
	width: 100%;
}
#content_box .tx_nicosdirectory-pi1-small {
	border: 1px solid #EAEAEA;
}

/* *** public facilites manager */
#content_box .tx-publicfacilities-pi1 .tx-publicfacilities-pi1-Headline {
	background: none;
	height: 2.25em;
	margin: 1ex;
background-color:#eaeaea;
border-bottom: 1px solid #ccc;
padding-top:1em;
padding-left:0.6em;
margin:0;
}
#content_box .tx-publicfacilities-pi1 .tx-publicfacilities-pi1-Headline div {
	float: left;
	width: 33%;
	margin: 0;
	padding: 0;
	background: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
	font-size: 120%;
}
#content_box .tx-publicfacilities-pi1 .tx-publicfacilities-pi1-Item {
	margin: 1ex;
	clear: both;

}
#content_box .tx-publicfacilities-pi1 .tx-publicfacilities-pi1-Item div {
	float: left;
	width: 33%;
	padding: 1ex 0;
	border-top: 1px solid #EAEAEA;
}

#content_box .tx-publicfacilities-pi1 .tx-publicfacilities-pi1-Item .bodytext {
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#content_box .tx-publicfacilities-pi1 .tx-publicfacilities-pi1-Item .tx-publicfacilities-pi1-name,
#content_box .tx-publicfacilities-pi1 .tx-publicfacilities-pi1-Headline .tx-publicfacilities-pi1-name {
	font-weight: bold;

	width: 35%;
}

#content_box .tx-publicfacilities-pi1 .tx-publicfacilities-pi1-Item .tx-publicfacilities-pi1-description,
#content_box .tx-publicfacilities-pi1 .tx-publicfacilities-pi1-Headline .tx-publicfacilities-pi1-description {
	width: 40%;
}

#content_box .tx-publicfacilities-pi1 .tx-publicfacilities-pi1-Item .tx-publicfacilities-pi1-telephone,
#content_box .tx-publicfacilities-pi1 .tx-publicfacilities-pi1-Headline .tx-publicfacilities-pi1-telephone {
	width: 25%;
}

/* *** minicivserv pi1 - aemter */
#content_box .tx-mhminicivserv-pi1 .left,
#content_box .tx-mhminicivserv-pi1 .right {
	float: left;
	width: 50%;
}
#content_box .tx-mhminicivserv-pi1 .employee {
	float: left;
	width: 48%;
}
#content_box .tx-mhminicivserv-pi1 .employee img {
	margin: 0;
	width: 10.65em;
}
#content_box .tx-mhminicivserv-pi1 table {
	width: 95%;
}
#content_box .tx-mhminicivserv-pi1 p,
#content_box .tx-mhminicivserv-pi1 .bodytext {
	text-align: left;
}
#content_box .tx-mhminicivserv-pi1 a:hover,
#content_box .tx-mhminicivserv-pi1 a img {
	text-decoration: none;
}
#content_box .tx-mhminicivserv-pi1 a:hover strong {
	text-decoration: underline;
}
#content_box .tx-mhminicivserv-pi1 .type_1 .text p {
	text-align: left;
}
#content_box .tx-mhminicivserv-pi1 .type_6 .left {
	width: 31%;
}
#content_box .tx-mhminicivserv-pi1 .type_6 .right {
	width: 69%;
}
#content_box .tx-mhminicivserv-pi1 .type_6 .left img {
	width: 12em;
}
#content_box .tx-mhminicivserv-pi1 .type_6 .text {
	padding-top: 1ex;
}
#content_box .tx-mhminicivserv-pi1 .type_6 .text2 {
	padding-top: 1ex;
}
#content_box .tx-mhminicivserv-pi1 .type_6 dl {
	padding: 1ex;
}
#content_box .tx-mhminicivserv-pi1 .employee .no_pic {
	border-color: white;
	background: white;
}
#content_box .tx-mhminicivserv-pi1 .type_1, 
#content_box .tx-mhminicivserv-pi1 .type_2,
#content_box .tx-mhminicivserv-pi1 .type_3,  
#content_box .tx-mhminicivserv-pi1 .type_4, 
#content_box .tx-mhminicivserv-pi1 .type_5 {
	margin: .5ex;
}
#content_box .tx-mhminicivserv-pi1 .headline h3 {
	text-align: left;
	background: #EAEAEA;
	border-bottom: 1px solid #999;
	padding-left: 1ex;
	margin-left: 1ex;
	font-size: 100%;
	font-family: Arial, Verdana, sans-serif;
	line-height: 150%;
}
#content_box .tx-mhminicivserv-pi1 .headline p {
	padding-left: 2ex;
}
#content_box .tx-mhminicivserv-pi1 .headline  ul {
	list-style: none;
	padding: 0;
	margin :0;
	margin-left: 1ex;
}
#content_box .tx-mhminicivserv-pi1 .headline  li {
	border: 1px solid #EAEAEA;
	border-top: 0;
margin: 0;
	padding: .4em .5em;
	line-height: 150%;
}
#content_box .tx-mhminicivserv-pi1 .headline  li.odd {
	background: #fcfcfc;
}
#content_box .tx-mhminicivserv-pi1 .headline img {
	background: none;
	border: 0;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

/* *** tt_news */
#content_box .news-search-form {
	margin: 1ex;
	background: #EAEAEA;
	padding: 1ex;
}
#content_box .news-search-form select,
#content_box .news-search-form input {
	border-width: 1px;
	margin-right: .5ex;
}
#content_box .news-search-emptyMsg {
	padding-left: 1ex;
}
#content_box .news-list-item {
	clear: both;
	margin: 1ex;
	border-top: 1px solid #EAEAEA;
}
#content_box .news-list-item .left {
	float: left;
	width: 10%;
	padding-top: 1ex;
	padding-left: 1ex;
	padding-right: 1ex;
	font-weight: bold;
}
#content_box .news-list-item .right {
	float: left;
	width: 80%;
	border-left: 1px solid #EAEAEA;
}
#content_box .tx-ttnews-browsebox-container {
	clear: both;
	margin: 1ex;
	margin-top: 0;
	padding-top: 1ex;
	border-top: 1px solid #EAEAEA;
}
#content_box .tx-ttnews-browsebox-container td {
	padding: 0;
	margin: 0;
	border: 0;
}
#content_box .news-single-item .head .news-single-img {
	float: right;
}
/* *** hover images tipDiv */
#tipDiv img,
#tipDiv table,
#tipDiv tr,
#tipDiv td,
#tipDiv th {
	border: 0;
	padding: 0;
	margin: 0;
}

/* *** typo3 formular wizard mailform */
#content_box #mailform {
	padding: 1ex;
}
#content_box #mailform fieldset {
	padding: 1ex;
	border: 1px solid #EAEAEA;
}
#content_box #mailform .csc-form-label,
#content_box #mailform .csc-form-label-req {
	float: left;
	width: 20%;
	text-align: right;
	line-height: 1em;
}
#content_box #mailform .csc-mailform-field {
	clear: both;
	margin-bottom: .5ex;
}
#content_box #mailform input,
#content_box #mailform textarea,
#content_box #mailform select {
	border-width: 1px;
}

/* *** jh custom form */
.jh_custom_form {
	border: 1px solid #EAEAEA;
	margin: 1ex;
	padding: 1ex;
}
.jh_custom_form textarea,
.jh_custom_form input {
	border-width: 1px;
	width: 70%;
	margin-bottom: 1ex;
}
.jh_custom_form label {
	width: 6.5em;
	float: left;
	text-align: right;
	padding-right: 1ex;
	line-height: 150%;
}
.jh_custom_form .form_bottom_buttons {
	display: block;
	padding-left: 7em;
}
.jh_custom_form .button {
	width: auto;
	padding: 0 1ex;
	margin-right: 1ex;
}
.jh_custom_form span {
	line-height: 1.5em;
	vertical-align: top;
}
.jh_custom_form .date.day {
	width: 3ex;
}
.jh_custom_form .date.month {
	width: 3ex;
}
.jh_custom_form .date.year {
	width: 5ex;
}
.jh_custom_form .date.hour {
	width: 3ex;
}
.jh_custom_form .date.minute {
	width: 3ex;
}

/* *** typo3 text /w img and img */
#content_box .spacer-gif {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}
#content_box .csc-textpic-caption {
	padding-left: 1.5ex;
}
#content_box .csc-textpic, 
#content_box .csc-textpic * {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
#content_box .csc-textpic-imagewrap {
	margin: 0 1em;
}
#content_box .csc-textpic-caption {
	padding-left: 1.5ex;
}
#content_box .csc-header {
	clear: both;
}

/* *** slideshow */
#content_box .tx-slideshow-pi1 {
	float: left;
	margin: 1ex;
	padding: 1px;
	border: .5ex solid #f0efdd;
	background: #000;
}

/* *** mhformarchive pi1 */
#content_box .tx-mhformarchive-pi1 {
	padding: 0 1ex;
	margin: 1ex 0;
}
#content_box  #tx_mhformarchive_pi1_quickjump,
#content_box  #tx_mhformarchive_pi1_quickjump ul,
#content_box  #tx_mhformarchive_pi1_quickjump ul * {
	margin: 0;
	padding: 0;
}
#content_box  #tx_mhformarchive_pi1_quickjump ul {
	margin-bottom: 1ex;
	border: 1px solid #ccc;
	border-color: #ccc #EAEAEA;
	background-color: #EAEAEA;
	text-align: center;
}
#content_box  #tx_mhformarchive_pi1_quickjump ul li {
	display: inline;
	margin: 0;
	padding: 0 .5ex;
	font-size: 90%;
	line-height: 150%;
	list-style-type: none;
	color: #000;
}
#content_box #tx_mhformarchive_pi1_quickjump ul a {
	font-weight: bold;
}
#content_box #tx_mhformarchive_pi1_maintable {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 90%;
}
#content_box  #tx_mhformarchive_pi1_maintable img {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
}

/* *** tx_mh_360degree_img */
#content_box .tx_mh_360degree_img_pi1 {
	width: 400px;
	margin: 0 auto;
	padding: 1px;
	border: .5ex solid #f0efdd;
	background: #000;
}
#content_box .tx_mh_360degree_img_pi1 p {
	text-align: center;
}
#content_box .tx_mh_360degree_img_pi2 img {
	display: inline;
	width: 25.3em;
	height: 4.1em;
}

/* *** MU Contenboxes 4 Flashslideshow bottom */
#content_box .mh_contentblock_pi1 {
	clear:both;
}
#content_box .mh_contentblock_pi2 h1,
#content_box .mh_contentblock_pi1 h1 {
	background: #EAEAEA;
	border-bottom: 1px solid #999;
	padding: .2em;
	font-size: 100%;
}
#content_box .mh_contentblock_pi1,
#content_box .mh_contentblock_pi2 {
	width: 50%;
	float: left;
}
#content_box .mh_contentblock_pi2 h1 {
	margin-right: .5em;
}

/* *** tx-cal */
#content_box .tx-cal {
	padding: 1ex;
}
#content_box .tx-cal input,
#content_box .tx-cal select,
#content_box .tx-cal textarea {
	border-width: 1px;
}
/* month view */
#content_box .tx-cal table.month_table {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 90%;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
}
#content_box .tx-cal table.month_table th,
#content_box .tx-cal table.month_table td {
	padding: 0;
	margin: 0;
	/* width: 13.75%; */
	width: 12.75%;
}
#content_box .tx-cal table.month_table tr.row_daynames th.dateback {
	border-top: 2px solid #aaa;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#content_box .tx-cal table.month_table tr.row_daynames th.dateback strong {
	display: block;
	padding: .2ex 0;
	line-height: 250%;
	text-align: center;
}
#content_box .tx-cal table.month_table tr.row_daynames th.weeknum,
#content_box .tx-cal table.month_table tr.row_days th.weeknum {
	width: 3.75%;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #ccc;
	padding: 1ex 1px;
	color: #999;
	text-align: center;
	font-family: "Arial", Verdana, sans-serif;
}
#content_box .tx-cal table.month_table tr.row_daynames th.weeknum {
	background: white;
}
#content_box .tx-cal table.month_table tr.row_days th.weeknum {
	padding-bottom: 3em;
}
#content_box .tx-cal table.month_table tr.row_days td.monthlargebasic {
	padding: .5ex 1px;
}
#content_box .tx-cal table.month_table tr.row_days td.monthlargebasic .day_data {
	position: relative;
	top: 0;
	left: 0;
}
#content_box .tx-cal table.month_table .day_data_link {
	padding-right: .5ex;
	padding-bottom: .5ex;
	text-align: right;
	font-size: 167%;
	font-weight: bold;
	color: #aaa;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
#content_box .tx-cal table.month_table .monthlargebasic {
	background: #fafafa;
}
#content_box .tx-cal table.month_table .monthlargebasic.monthselected {
	background: #f3fff3;
}
#content_box .tx-cal table.month_table .monthlargebasic.monthoff {
	background: none;
	border-left-color: #f5f5f5;
	border-right-color: #f5f5f5;
}
#content_box .tx-cal table.month_table .monthon .day_data_link {
	color: #555;
}
#content_box .tx-cal table.month_table .monthoff .day_data_link {
	color: #ddd;
}
#content_box .tx-cal table.month_table .monthoff .day_data_info {
	color: #aaa;
}
#content_box .tx-cal table.month_table .monthoff .day_data_info a {
	color: #bcd;
}
#content_box .tx-cal table.month_table .monthoff .day_data_info a:hover {
	color: #048;
}
#content_box .tx-cal .header,
#content_box .tx-cal .bottom {
	border: 1px solid #EAEAEA;
	background: #fafafa;
}
#content_box .tx-cal .bottom {
	padding-top: 0;
}
#content_box .tx-cal .header img,
#content_box .tx-cal .bottom img {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}
#content_box .tx-cal .bottom .navback,
#content_box .tx-cal .bottom .title,
#content_box .tx-cal .header .navback,
#content_box .tx-cal .header .title,
#content_box .tx-cal .header .view_chose {
	float: left;
}
#content_box .tx-cal .bottom .navback,
#content_box .tx-cal .header .navback {
	width: 10%;
	text-align: center;
}
#content_box .tx-cal .bottom .title,
#content_box .tx-cal .header .title {
	width: 50%;
	text-align: center;
}
#content_box .tx-cal .header .view_chose {
	width: 30%;
	text-align: right;
}
#content_box .tx-cal .bottom h2,
#content_box .tx-cal .header h2 {
	font-size: 120%;
}
#content_box .tx-cal .bottom h3,
#content_box .tx-cal .header h3 {
	font-size: 100%;
}
#content_box .tx-cal .events {
	margin-left: 1em;
}
#content_box .tx-cal .calendar {
	padding: 1ex 0;
}
#content_box .tx-cal .bottom ul,
#content_box .tx-cal .bottom li {
	background: #fafafa;
}
#content_box .tx-cal img,
#content_box .tx-cal-controller img {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}
/* single event view */
#content_box .tx-cal #calendar-event th {
	text-align: right;
}
/* day and week view */
#content_box .tx-cal .day .calendar table,
#content_box .tx-cal .week .calendar table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: separate;
}
#content_box .tx-cal .day .calendar table td,
#content_box .tx-cal .week .calendar table td {
	border: 0;
}
#content_box .tx-cal .day .calendar table table,
#content_box .tx-cal .week .calendar table table {
	border-top: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
}
#content_box .tx-cal .day .calendar .dayborder,
#content_box .tx-cal .week .calendar .weekborder {
	border-bottom: 1px dotted #EAEAEA;
}
#content_box .tx-cal .day .calendar .dayborder2 {
	border-bottom: 1px solid #EAEAEA;
}
#content_box .tx-cal .day .calendar .timeborder,
#content_box .tx-cal .week .calendar .timeborder {
	font-family: "Arial", Verdana, sans-serif;
	font-weight: bold;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	font-style: italic;
	background: #FAFAFA;
}
#content_box .tx-cal .day .eventbg2,
#content_box .tx-cal .week .eventbg2 {
	background: #f3fff3;
}
#content_box .tx-cal .day .default_categoryheader,
#content_box .tx-cal .week .default_categoryheader {
	font-weight: bold;
	text-align: left;
	padding-bottom: 1ex;
}
#content_box .tx-cal .day .day_chooser,
#content_box .tx-cal .week .day_chooser {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #EAEAEA;
	text-align: center;
	background: #f0f0f0;
	padding-top: 1ex;
	padding-bottom: 1ex;
}
#content_box .tx-cal .day .day_chooser span,
#content_box .tx-cal .week .day_chooser span {
	padding: 0 .67ex;
	font-weight: bold;
}
/* list */
#content_box .tx-cal .list .imgbox {
	border: 0;
}
#content_box .tx-cal .list table {
	width: 100%;
}
#content_box .tx-cal .list {
	padding-right: 2em;
}
#content_box .tx-cal .datebox {
	width: 12em;
}
/* sideboxes */
#content_box .tx-cal .sidebar_box {
	width: 50%;
	float: left;
}
#content_box .tx-cal .login_box label {
	width: 8em;
	display: block;
	float: left;
}
#content_box .tx-cal .login_box input {
	margin-bottom: .5ex;
}
#content_box .tx-cal .login_box br {
	clear: both;
}
#content_box .tx-cal .sidebar_box.month_prev_box,
#content_box .tx-cal .sidebar_box.month_this_box,
#content_box .tx-cal .sidebar_box.month_next_box {
	width: 33.33%;
}
#content_box .tx-cal .sidebar_box table {
	margin-left: 1.5ex;
}
#content_box .tx-cal .sidebar_box table th {
	padding: .5ex;
	margin: 0;
}
#content_box .tx-cal .sidebar_box table td {
	padding: .5ex;
	margin: 0;
}
/* week continued */
#content_box .tx-cal .week table {
	border-top: 1px solid #EAEAEA;
}
#content_box .tx-cal .week tr.allday td {
	border-bottom: 3px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	font-size: 75%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#content_box .tx-cal .week .weekdays_header th {
	width: 12.5%;
	text-align: center;
}
#content_box .tx-cal .week tr.allday td.recurring_box {
	font-weight: bold;
	text-align: center;
	font-family: Arial, sans-serif;
	vertical-align: middle;
	border-left: 1px solid #EAEAEA;
	background: #FAFAFA;
}
#content_box .tx-cal .week tr.allday td.recurring_box_border {
	background: #AAA;
	border: 0;
}
#content_box .tx-cal .week .calendar .weekborder {
	border-right: 1px solid #EAEAEA;
}
#content_box .tx-cal .week .calendar .default_categorybody {
	border: 1px solid #ccc;
	border-top: 0;
}
/* day cont */
#content_box .tx-cal .day .calendar table {
	border-top: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	margin-top: 1ex;
}
#content_box .tx-cal .day .calendar table tr.allday td {
	border-bottom: 1px solid #EAEAEA
}
#content_box .tx-cal .day .calendar table .recurring_box {
	font-weight: bold;
	text-align: center;
	font-family: Arial, sans-serif;
	vertical-align: middle;
	border-left: 1px solid #EAEAEA;
	background: #FAFAFA;
	width: 5.7em;
}
#content_box .tx-cal .day .calendar table .recurring_box_border {
	width: 12px;
	background: #aaa;
	padding: 0;
}
#content_box .tx-cal .day .calendar .default_categorybody {
	border: 1px solid #ccc;
	border-top: 0;
}
/* year */
#content_box .tx-cal .year .calendar td {
	font-size: 100%;	
}
#content_box .tx-cal .year .calendar table,
#content_box .tx-cal .year .calendar tr,
#content_box .tx-cal .year .calendar td {
	padding: 0;
	margin: 0;
}
#content_box .tx-cal .year .calendar table {
	border-collapse: collapse;
}
#content_box .tx-cal .year .calendar td {
	border: 0;
}
#content_box .tx-cal .year .calendar th {
	text-align: center;
}
#content_box .tx-cal .year .calendar table.of_month th {
}
#content_box .tx-cal .year .calendar table.of_month td {
	padding: 1ex;
}
#content_box .tx-cal .year .calendar table.of_weeks td {
	border: 1px solid #eaeaea;
	background: #fafafa;
	text-align: center;
	font-size: 90%;
	padding: 1px;
}
#content_box .tx-cal .year .calendar table.of_weeks td a {
	display: block;
}

/* *** tx-mhgallery */
#content_box .tx-mhgallery-pi1 {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	margin: 1ex;
	padding-top: .5ex;
	padding-bottom: .5ex;
}
#content_box .tx-mhgallery-pi1 .backlinks {
	padding-top: 1ex;
	border-top: 1px solid #EAEAEA;
}
#content_box .tx-mhgallery-pi1 h2,
#content_box .tx-mhgallery-pi1 h3,
#content_box .tx-mhgallery-pi1 .album ul,
#content_box .tx-mhgallery-pi1 .image ul,
#content_box .tx-mhgallery-pi1 .album li,
#content_box .tx-mhgallery-pi1 .image li,
#content_box .tx-mhgallery-pi1 p {
	padding: 0;
	margin: 0;
}
#content_box .tx-mhgallery-pi1 h2 {
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 1ex;
	padding-bottom: .5ex;
	padding-left: .5ex;
}
#content_box .tx-mhgallery-pi1 h3 {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	letter-spacing: 0;
}
#content_box .tx-mhgallery-pi1 .album ul {
	list-style: none;
}
#content_box .tx-mhgallery-pi1 .album li {
	float: left;
	width: 15em;
	margin-right: 1em;
}
#content_box .tx-mhgallery-pi1 .album img {
	width: 90%;
	margin: 0;
	margin-top: 1ex;
	display: block;
}
#content_box .tx-mhgallery-pi1 .image img {
	margin: 0;
	margin-top: 1ex;
	margin-bottom: 1ex;
	width: 99%;
}

/* *** tx-indexedsearch */
#content_box .tx-indexedsearch table,
#content_box .tx-indexedsearch td {
	border: 0;
}
#content_box .tx-indexedsearch form input,
#content_box .tx-indexedsearch form select {
	border-width: 1px;
}
#content_box .tx-indexedsearch td {
	vertical-align: top;
}
#content_box .tx-indexedsearch img {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
}
#content_box .tx-indexedsearch-whatis,
#content_box .tx-indexedsearch-browsebox,       
#content_box .tx-indexedsearch-res {
	border-top: 1px solid #EAEAEA;
}

/* ** jh legacy table form */
#content_box .jh_legacy_table_form {
	margin: 1ex;
}
#content_box .jh_legacy_table_form table,
#content_box .jh_legacy_table_form td,
#content_box .jh_legacy_table_form th {
	padding: 0;
	padding-right: 1ex;
	padding-bottom: 1ex;
	margin: 0;
	border: 0;
}
#content_box .jh_legacy_table_form input,
#content_box .jh_legacy_table_form select,
#content_box .jh_legacy_table_form textarea {
	border-width: 1px;
}
