﻿/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body
{
	background-color: #003300;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #564b47;
	padding: 0px;
	margin: 0px;
}


/* ----------container to center the layout-------------- */
#container
{
	width: 780px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding:10px 0px 0px 0px;
	background-color: white;
	
}

/* ----------banner for logo-------------- */
#banner
{
	background-color: white;
	text-align: right;
	height: 200px;
	width: 780px;
	padding: 0px;
	margin: 0px;
	border-bottom-color: moccasin;
	border-bottom-style: ridge;
}
#banner img
{
    padding: 0px 0px;
    margin: 0px;
} 
/* --------------Banner Crest navi------------- */
#Bannerleft
{
	float: left;
	width: 198px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	
}

.Imgcontainer
{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.ImageHolder
{
	width: 500px;
	height: 375px;
	float: left;
	text-align: center;
	border-style: ridge;
	padding: 15px;
	overflow: auto;
	
}
.titleTD
{
	width: 230px;
	height: 48px;
	border-style: none;
	text-align: center;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #003300;
}
.titleTD2
{
	padding: 0px 0px 0px 0px;
	width: 230px;
	height: 290px;
	border-style: none;
	text-align: left;
	font-family: 'Times New Roman' , Times, serif;
	font-size: 16px;
	font-style: italic;
	vertical-align: text-top;
	font-weight: bold;
	text-indent: 10px;
}
.titleTD3
{
    width: 230px;
    height: 48px;
    border-style: none;
    text-align: center;
}
.tableView
{
    border-spacing: 0px;
    table-layout: fixed;
    border-style: none;
    width: 780px;
}
/* --------------Banner Name navi------------- */
#BannerCenterName
{
    width: 580px;
    height: 45px;
    padding: 0px;
    background-color: yellow;
    text-align: center;
    margin: 0px 0px 0px 200px;
}
/* --------------Banner Menu navi------------- */
#BannerCenterMenu1
{
    width: 580px;
    height: 45px;
    padding: 0px;
    background-color: green;
    text-align: center;
    vertical-align: bottom;
    margin: 0px 0px 0px 200px;
}

/* --------------Banner Menu2 navi------------- */
#BannerCenterMenu2
{
    width: 580px;
    height: 200px;
    background-color: white;
    text-align: center;
    margin: 0px 0px 0px 200px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin-left: 0px;
margin-right: 0px;
}
div#content { 
min-height:370px;
height:expression(this.scrollHeight > 360px ? "auto":"360px"); 
}


p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left
{
	float: left;
	width: 204px;
	margin: 0px;
	padding: 0px;
	min-height:360px;
	background-color: white;
}


/* --------------left navi  Cemetery------------- */
#leftCemetery
{
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
	min-height:360px;
	background-color: white;
}
#contentleft {
background-color: #ffffff;
padding: 0px;
margin-left: 205px;
margin-right: 0px;
}
div#contentCemetery { 
min-height:360px;
height:expression(this.scrollHeight > 360px ? "auto":"360px"); 
}
/* -----------footer--------------------------- */
#footer
{
	height: 50px;
	background-color: #003300;
	clear: both;
	margin: 0px;
	padding: 5px;
	text-align: right;
}

h1
{
    padding-right: 0px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 10px;
    font-family: 'Copperplate Gothic Light' , Arial;
    font-size: 14px;
}
h2
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: 'Copperplate Gothic Light' , Arial;
	font-size: 14px;
	text-align: center;
	margin: 3px 0px;
	color: #003300;
}
h3
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: 'Copperplate Gothic Light' , Arial;
	font-size: 18px;
	text-align: center;
	margin: 3px 0px;
	font-weight: bold;
}
h4
{
	color: black;
	font-family: 'Arial Black';
	text-align: center;
	font-size: 24pt;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 24pt;
	padding-top: 0px;
}
