body {
    height: 100%;
    margin: 0;
	/*
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: white;
    background: -webkit-linear-gradient(#2C2C2C, white) fixed;
    background: -o-linear-gradient(#2C2C2C, white) fixed;
    background: -moz-linear-gradient(#2C2C2C, white) fixed;
    background-image: -ms-linear-gradient(top, #2C2C2C 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2C2C2C', endColorstr='white');
    background: linear-gradient(#2C2C2C, white) fixed;
	background: url(../../images/NaturalThyme/bg_pattern.png) 0 0,url(../../images/NaturalThyme/deko_tyl.png) center 112px repeat-y,url(../../images/NaturalThyme/deko_front.png) center 40px no-repeat;
	*/
	color:#A67B52;
	background-color: #F9E6C3;
	}

img.logo { 
	padding-top: 10px;
	width: 300px;
}

#header {
/*
    background-color: #007AC7;
*/
 color: rgba(0,0,0,.7);
}

#navigation a {
    color: rgba(0,0,0,.7);
}

#navigation a.dropdown-item {
    color: rgba(0,0,0,.7);
}

#navigation a:hover
{ 
    color: rgb(64, 64, 64); text-decoration:none;
}
