/**
 * 100% height layout with header and footer
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /*#EAC9C1; */
	font-size: 100%;
	color: #CCFFCC; /*#231F20; */
	background-color: #002600; /*#FBE1E3;*/
}

a {
	color: #CCFFCC;
}

p { 
	text-align: left;
	max-width: 90%;
	margin: auto;
	padding: .5em;
}
p.full {
	max-width:none;
	padding: .5em 5%;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin: auto; /* center, not in IE5 */

	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding: 1px 0 0 0;
	text-align: center;
}

#header h1 {
	color:#FFFFFF;
	margin: .3em 0 .25em 0;

}
#header h2 {
	color:#FFFFFF;
	margin: .25em;
}
#header_home {
	text-align: center;
	margin: 0 0 12px 0;
	padding: 1px 0 0 0;
/*	height: 80px; */
}
#header_home h1 {
	color:#FFFFFF;
	margin-bottom: .15em;
	padding-top: .4em;
}
#header_home h2 {
	color:#FFFFFF;
	margin-top: .25em;
}
#header_home #nav img {
	border: none;
	margin: auto;
	text-align: center;
}
#nav {
	background-color: #302722;
	text-align: center;
	margin: auto;
	padding: 0 5px;
	line-height: 180%;
	border: 1px #000000 solid;
	min-height: 76px;
	font: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-stretch: ultra-condensed;
}
#nav img {
	border: none;
	margin: 0;
}
#nav p {
	text-align: center; 
	vertical-align: middle;
	margin: auto;
}
#nav a {
	padding: 0 .5em;
	color: #FFFFFF;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color: #A51922;
}
div#content {
	clear: both;
	margin: auto 5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0 1em 5em 1em; /* bottom padding for footer */
}
div#footer {
	clear: both;
	width: 100%;
	background: #302722;
	color: #FFF3E8;
	text-align: center;
	font-size: 75%;
	border-top: 1px #000000 solid;
}
div#footer p {
	padding: 1em;
	margin: auto;
	text-align: center;
}
div#footer a{
	color: #FFF3E8;
}
div#footertall {
	clear: both;
	width: 100%;
	background: #302722;
	color: #FFF3E8;
	text-align: center;
	font-size: 75%;
	border-top: 1px #000000 solid;
}
div#footertall p {
	padding: 1em;
	margin: auto;
	text-align: center;
}
div#footertall a{
	color: #FFF3E8;
}
#footertall img {
	max-height: 10vh;
	width: auto;
}
#footer img {
	max-height: 10vh;
	width: auto;
}
img.left {
	float: left;
	margin: 0 1em .5em 0; 
}
img.right {
	float: right;
	margin: 0 0 .5em 1em;
}
div.left {
	float: left;
	margin: 0 1em .5em 0;
	font-size: 85%;
}
	
.center {
	text-align: center;	
}
p.center {
	width: 100%;
}
.text-right {
	text-align: right;
}
img {
	margin: .1em;
	border: thin inset;
	max-width: 90%;
	height: auto
}
img.center {
	margin: auto;
	padding: .1em;
}
table {
	margin: auto;
}
tr {
	vertical-align: bottom;
	text-align:center
}
ul.product {
	display: inline-block;
}
ul.product li{
	display: inline-block;
	list-style-image: none;
	list-style: none;
	text-align: center;
	margin: .5em;
}
ul.portablebar {
	display: inline-block;
}
ul.portablebar li {
	display: inline-block;
	list-style-image: none;
	list-style: none;
	text-align: center;
	margin: .5em;
	width: auto;
}
li.tall {
	height: auto;
	vertical-align: bottom;
}
ul.product a {
	text-decoration: none;
	font: Arial, Helvetica, sans-serif italic 90%;
}
ul.product img{
	border: none;
	vertical-align: bottom;
}
div.inset {
	width: 200px;
	float: right;
	margin: 1em;
}
table.shows {
	text-align: center;
	margin: 1em auto;
}
table.shows td {
	padding: 10px;
	vertical-align: top;
	text-align: left;
}
.bill {
	text-align: center;
	float: left;
	margin: 0 2em 1em 0;
	font-size: 80%;
}
ul.meerwald {
	text-align:center;
	list-style:none;
	display:inline-block;
}
ul.meerwald li {
	text-align:center;
	list-style:none;
	display:inline-block;
	margin: .5em;
}

.contact {
	text-align: right;
	margin: 2em auto;
	width: 90%;
}
.contact p {
	text-align: center;
}
p.stool img {
	max-width: 90%;
	height: auto; 
	margin: .5em;
}

@media screen and (min-width : 900px) {
	p { 
		text-align: justify;
		max-width: 900px;
	}
	
	form.mail {
		clear: none;
	}
	.contact {
		text-align: right;
		margin-left: 300px;
		width: 600px;
	}
	
	p.stool img {
		width: 30%;
		margin: .5em;
	}
	/*li.tall {
		height: 430px;
		vertical-align: bottom;
	}*/
}