/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  /*margin-bottom: 1px;*/  /* do this only for always present scrollbar! */
}

body {
	font-family: Georgia, Arial, Helvetica, sansserif;
	line-height: 1.3em;
	font-size: 12px;
	color: #4D4D4D;
	overflow: hidden;
}

ul.menu {
	font-family: Verdana, Arial, Helvetica, sansserif;
	font-size: 90%;
}

div#outerrim {
	position: absolute;
	height: 535px;
	width: 850px;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -425px;
	border: 1px solid #989898;
}

div#outerwrapper {
	position: absolute;
	height: 460px;
	width: 800px;
	top: 25px;
	left: 25px;
}

div#wrapper_tl {
	position: relative;
	border: 1px dotted #4D4D4D;
	/*background: url(../images/wrapper_tl.png) no-repeat;*/	
}

div#wrapper_bl {
	position: relative;
	/*background: url(../images/wrapper_bl.png) 0 100% no-repeat;*/
}

div#wrapper_tr {
	position: relative;
	/*background: url(../images/wrapper_tr.png) 100% 0 no-repeat;*/
}

div#wrapper_br {
	position: relative;
	/*background: url(../images/wrapper_br.png) 100% 100% no-repeat;*/
}

div#user1 {
	display: none;
}

div#user3 {
	width: 165px;
	height: 395px;
	padding: 80px 5px 5px 5px;
	float: left;
	border-right: 1px dotted #4D4D4D;
}

div#user3 ul.menu {
	margin: 0 4px 0 8px;
}

div#user3 ul.menu li {
	list-style-type: none;
	margin-bottom: 17px;
}
div#user3 ul#dep_arbeiten_XXdep_works li {
	margin-bottom: 10px;
}
 
div#user4 {
	display: none;
}

div#contents_tl {
	margin: 5px 0 5px 0;
	width: 587px;
	height: 440px;
	float: left;
	overflow: auto;
}

div#contents_bl {
	width: 520px;
}

div#contents_tr {
	width: 490px;
}

div#contents_br {
	width: 480px;
	padding-top: 46px;
	padding-right: 10px;
	padding-left: 55px;
}

a, a:visited, a:focus, a:active {
	text-decoration: none;
	color: #4D4D4D;
}

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

table.pagenav { width: 100%; }
table.pagenav th { text-align: left; }

th.pagenav_prev {
	font-weight: normal;
}

li#current a {
	text-decoration: none;
	cursor: default;
	color: #a47157;
}

li.simulate_current a {
	text-decoration: none;
	cursor: default;
	color: #a47157;
}

a#active_menu-nav {
	text-decoration: none;
	cursor: default;
	color: #a47157;
}

table.contentpaneopen a {
	text-decoration: none;
	cursor: pointer;
	color: #a47157;
}

p { 
	margin-bottom: 8px; 
}

img { 
	border: 0 none; 
}

th, td {
	border: none; /* override yui/base */
	padding: 0;   /* override yui/base */
}

h1 {
	margin: 0 0 1em 0;
}

h2, .contentheading {
	font-size: 140%;
	font-style: italic;
	margin: 0 0 1em 0;
	font-weight: normal;
}

h3 {
	margin: 0 0 1em 0;
}

h4 {
}

.componentheading {
	font-size: 150%;
	font-style: italic;
	margin-bottom: 12px; 
}

.tooltipped {
	border-bottom: 1px dashed orange;
	color: #6f4d1b; /*#7f571f;*/
}

p.trademark {
	color: #999999;
	font-size: 70%;
	margin: 0;
	line-height: 1.2em;
	font-family: serif;
}

table.contentpaneopen {
	width: 100%;
}

table.contentpaneopen ul li {
	margin-bottom: 0.5em;
}

.clr {
	clear: both;
}

div#logo2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 175px;
	height: 50px;
	background: url(../images/mh_logo2.png) 11px 13px no-repeat;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 1px dotted #4D4D4D;
}

div#bottom {
	position: absolute;
	bottom: 0;
	height: 30px;
	width: 622px;
	border-top: 1px dotted #4D4D4D;
	left: 175px;
}

div#bottom ul.menu {
	font-size: 112%;
	margin: 6px -50px 4px 50px;
}

div#bottom ul.menu li {
	float: left;
	list-style: none;
	margin-right: 12px;
}

div#footer {
	position: absolute;
	bottom: -20px;
	left: 0;
}

div#footer ul.menu {
	font-size: 75%;
	margin:0;
}

div#footer ul.menu li {
	float: left;
	list-style: none;
	margin-right: 4px;
}

div#footer ul.menu li a {
	color: #999999;
}

div#footer ul.menu li#current a {
	text-decoration: none;
	cursor: default;
	color: #a47157;
}

#syndicate{
}

div#power_by{
	display: none;
	position: absolute;
	right: 6px;
	bottom: -14px;
	color: #999999;
	font-size: 70%;
}
div#power_by a, div#power_by a:visited, div#power_by a:focus, div#power_by a:active {
	color: inherit;
}

div#component-contact {
	width: 500px;
}

ul.menu_legalmenu li {
	padding-top: 8px;
	font-size: 80%;
	list-style-type: none;
}

ul.menu_legalmenu li a {
	color: #999999;
}

div#qcontacts {
	margin: -2px 0 10px 0;
}

div#qcontacts form#emailForm div * {
	margin-bottom: 8px;
}

div#qcontacts label {
	float: left;
	width: 100px;
	position: relative;
	top: 2px;
}

div#qcontacts label.required {
	color:#a47157;
}

div#qcontacts label.chkbox {
	float: none;
	width: 400px;
	padding-left: 3px;
}

div#qcontacts div.separator {
	clear: both;
}

div#qcontacts input#contact_email_copy {
	width: 20px;
	text-align: bottom;
	margin-right: 4px;
}

div#qcontacts form#emailForm {
	margin-right: 0;
	float: right;
	width: 350px;
	position: absolute;
	top: 35px;
	right: -8px;
}

#qcontacts #contact-address p {
	margin-left: 0;
	margin-bottom: 6px;
}

#qcontacts #contact-address p br {
	margin-bottom: 10px;
}

div#qcontacts p {
	margin-right: 300px;
	margin-bottom: 2px;
}

div#qcontacts div#contact-address {
	margin-right: 300px;
}

div#qcontacts div#contact-address * {
	margin-right: 0px;
}

div#qcontacts input, div#qcontacts textarea, div#qcontacts select {
	width: 180px;
	float: left;
}

div#contact-misc {
	width: 230px;
	font-size: 85%;
}

#contact-image {
	position: absolute;
	/*bottom: 32px;*/
	left: 0;
	top: 51px;
	padding: 0;
	margin: 0;
}

#contact-image img { width: 175px; height: 429px; }


p#contact-name {
	font-size: 100%;
	font-weight:normal;
	margin-bottom: -2px;
}

div#qcontacts form#emailForm input.contact-button {
	margin-left: 102px;
}


table#vitaTable {
	margin:0;
}

table#vitaTable tr td {
	padding-bottom: 6px;
	padding-right: 8px;
}

#m17nSelector {
	display: none;
}

/*****************************************/
/*** PS Gallery Plugin                 ***/
/*****************************************/

a.toGalleryLink {
	display: block;
	float: right;
	margin-top: 4px;
}

div#psgGallery {
	display: none;
}

div#psgThumbScroller { position:relative; width:270px; }
div#psgThumbScrollerScrollLeft { float:left; width:10px; cursor: pointer; }
div#psgThumbScrollerScrollRight { float:right; width:10px; cursor: pointer; }
div#psgThumbViewport { position:relative; width:450px; overflow:hidden; }
#psgThumbArea a { }
#psgThumbArea a:hover { }

div#psgThumbScroller div#psgThumbScrollerScrollLeft { 
   width: 0px; 
   height: 0px; 
	position: relative;
}

div#psgThumbScroller div#psgThumbScrollerScrollRight { 
	width: 0px; 
	height: 0px; 
	position: relative;
}

div#psgCaptionLoadArea {
	width: 450px;
	height: 1px;
	overflow: visible;
	position: relative;
	top: 300px;
	left:0px;
	color: #42525a;
}

div#psgGallery div#psgOuterThumbArea {
	position: absolute;
	top: -32px;
	left: 0;
	margin: 0;
	padding: 0;
}

div.psgImageTrigger {
	width: 0; /*13px;*/
	height: 0; /* 13px; */
	/*background: url(../images/psgImgTrigger.png) 0 0 no-repeat;*/
}

#psgThumbArea a.active div.psgImageTrigger { 
	background: url(../images/psgImgTriggerActive.png) 0 0 no-repeat;
}

div#psgPagerLeft {
	width: 20px;
	height: 15px;
	float: left;
	text-align: left;
	cursor: pointer;
	color: #a47157;
}

div#psgPagerIndex {
	/*width: 40px;*/
	height: 15px;
	float: left;
	text-align: center;
	color: #a47157;
}

div#psgPagerIndex {
	color: #4D4D4D;
}

div#psgPagerIndex div.ind1, div#psgPagerIndex div.ind2 {
	color: #a47157;
}

div#psgPagerIndex div.ind1 { width: 12px; float: left; text-align: center; }
div#psgPagerIndex div.sep { width: 4px; float: left; text-align: center; }
div#psgPagerIndex div.from1 { width: 12px; float: left; text-align: center; }
div#psgPagerIndex div.ind2 { width: 24px; float: left; text-align: center; }
div#psgPagerIndex div.from2 { width: 24px; float: left; text-align: center; }

div#psgPagerRight {
	width: 20px;
	height: 15px;
	float: left;
	text-align: right;
	cursor: pointer;
	color: #a47157;
}

div#psgCaptionLoadArea-1 {
	position: absolute;
	top: 344px;
	font-size: 85%;
}

div#psgCaptionLoadArea-2 {
	position: absolute;
	top: 0;
	right: -82px;
	width: 184px;
	font-size: 85%;
}

td.sectiontableheadermyarchive {
	display: none;
}

tr.sectiontableentry1myarchive td {
	/*border: 1px solid red;*/
	padding-right: 0.5em;
}

tr.sectiontableentry2myarchive td {
	/*border: 1px solid red;*/
	padding-right: 0.5em;
}

td.contentheadingmyarchive {
	display: none;
}

/*********************************************************************************/
/* Messages                                                                      */
/*********************************************************************************/

#system-message { 
	position: absolute;
	bottom: 8px;
	left: 16px;
	margin-left: 0;
}

#system-message dd { 
	text-indent: 0;
	margin: 0;
}

#system-message dd.message ul { 
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li {
	list-style-type: none; 
}

/* System Error Messages */
#system-message dd.error ul { 
	margin: 0;
	padding: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	margin: 0;
	padding: 0;
}


