/* Idea from moz Cavendish Template Styles
 * 
 * 
*/
/* Basic Structure */
    body {
	background-color: #ffffff;
	/*background-color: #83B4BA;*/
	min-width: 610px;
	margin: 20px;
	color: #000000;
}

    body, td, th, input {
	color: #000000; /* redundant rules for bad browsers not valid */
	background-color: #ffffff;
	/*background-color: #83B4BA;*/
	font-family: arial, verdana, sans-serif;
	font-size: 14px; /* voice-family: "\"}\"";
            voice-family: inherit;
            font-size: small;   */
}

	h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.2em 0;
	font-family: arial, verdana, sans-serif;
}

	#container {
	width: 68em;
	margin: 0 auto;
}

/* Header */
	#header {
	color: #000000;
	background: #FFFFFF;
	position: relative;
	height: 100px;
	padding: 15px;
}

	
	#header h1 {
	display: block;
	width: 400px;
	height: 100px;
	text-indent: -700em;
	text-decoration: none;
}

	#header h1 a {
	display: block;
	width: 410px;
	height: 100px;
	background: transparent url("../images/MendeHeim.png") no-repeat;
	text-indent: -700em;
	text-decoration: none;
	z-index: 1;
}

	#header ul {
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
	z-index: 90; /* below the H1 */
}

	#header li {
	float: right;
	color: #000000;
	background-color: #6A7389;
	padding: 0 5px 0 0;
	margin: 0 3px 0 0;
	border-bottom: 1px solid #6A7389;
}

	#header ul a {
	float: left;
	display: block;
	padding: 3px 3px 3px 7px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6A7389;
	text-decoration: none;
}

	#header ul li:hover a {
	background-position: 0% -400px;
}

	#header ul li:hover {
	background-position: 100% -400px;
}

	
/* Search Field */
	#header form {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 20px 0 0;
	margin: 0; /* need for IE Mac */
	text-align: right; /* need for IE Mac */
	white-space: nowrap; /* for Opera */
	z-index: 1;
}

	#header form label {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 85%;
}

	#header form input {
	font-size: 85%;
}

	
	#header form #submit {
	font-size: 85%;
	background: #6A7389;
	color: #FFFFFF;
	padding: 1px 4px;
	border-right: 1px solid #283043;
	border-bottom: 1px solid #283043;
	border-top: 1px solid #9097A2;
	border-left: 1px solid #9097A2;
}

	
	#header form #q {
	width: 170px;
	font-size: 85%;
	border: 1px solid #9097A2;
	background: #D9DBE1;
	padding: 2px;
	color: #000000;
}

	#header form #q:hover, #header form #q:focus {
	background: #FFFFFF;
	color: #000000;
}

/* Body Navigation */
    #mBody {
	background-color: #FFFFFF;
	margin: 0px 0 0 0;
	clear: both;
	padding: 15px;
	height: 100%;
	color: #000000;
}

	
    #mBody a, #mBody img {
	border: 0px;
}

    #mBody h2 {
	color: #00638f;
}

    
	#mBody p {
	margin-top: 0;
}


    
    .frontcolumn {
	width: 49%;
	float: left;
	padding-right: 2%;
}

    .frontcolumnlast {
	width: 49%;
	float: left;
}

/* Body Content */
	#mContent {
	background-color: #FFFFFF;
	margin: 15px 0 0 0;
	clear: both;
	padding: 0px;
}

    #mContent h2 {
	color: #00638f;
}
    #mContent h3 {
	margin-top: 0;
	font-size: 16px;
}

    #mContent h4 {
	margin-top: 14px;
	font-size: 14px;
}

	#mContent p {
	margin: 9px 0 9px 0;
	text-align: justify;
}

    
    #mContent caption {
	margin: 16px 0 4px 0;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

    #mContent thead {
	font-weight: bold;
}

    #mContent tr, td {
	padding: 5px;
	font-size: 12px;
	border: 1px solid #FFFFFF;
}

/* Footer */
	#footer {
	margin: 15px 0;
	text-align: center;
	color: #666666;
	font-size: 12px;
	background: #FFFFFF;
}

	
	#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	
	#footer li {
	display: inline;
}

	
	#footer span,#footer a {
	white-space: nowrap;
	padding: 0 1em;
	text-decoration: none;
}

        
/*accessibility tweaks*/
	hr.hide {
	display: none;
}

#mBody h2, #mContent h2 {
	margin-top: 0;
	font-size: 18px;
}

