html {
	height: 100%;
}

body  {
	background-color: #FBF5EE !important;
	font-family: Verdana;
	height: 100%;
}

p {
	text-align: justify;
	font-size: 13pt;
	line-height: 1.7;
}

h1 {
	color: #533533 !important;
	font-size: 17pt !important;
}

h2 {
	color: #533533 !important;
	font-size: 14pt !important;
}

h6 {
	color: #CBA788 !important;
	font-size: 13pt !important;
}

#body {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -100px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	z-index: 0;
}

#content {
	margin: 0 auto 150px;
}

.navbar-inverse {
	background-image: linear-gradient(to bottom,#533533 0,#412928 100%) !important;
}

.navbar-inverse .navbar-brand {
	color: #fff !important;
	font-size: 16pt;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff !important;
	font-size: 12pt;
}

.top-buffer {
	margin-top: 20px;
}


#contact input.form-control, #contact textarea {
	/*width: 90%;*/
	max-width: 500pt;
	font-size: 14pt;
}

#contact legend {
	margin-top: 20pt !important;
}

#contact input.btn {
	margin-top: 15pt;
	min-width: 100pt;
}

.contact_cb {
	float: left;
	width: 30px;
}

.footer {
	background-color: #565656 !important;
	color: #999 !important;
	font-size: 13pt;
	min-height: 100px;
	padding-top: 20px;
}

.footer a {
	color: #999 !important;
}

.footer a.imprint {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}

.text-center p {
	text-align: center;
}

div.theme-showcase {
	height: auto;
}

#cookie {
	z-index: 100;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	min-height: 45px;
	background-color: #0078FF;
	padding: 7px 20px 7px 20px;
}

#cookie span.cm {
	color: #fff;
	font-size: 14pt;
	text-align: center;
	width: 100%;
	display: block;
}

#cookie span.x {
	margin-left: 20px !important;
	padding: 2px 10px 2px 10px;
	border: 1px solid #0078ff;
}

#cookie span.x:hover {
	cursor: pointer;
	border: 1px solid #fff;
	color: #0078ff;
	background-color: #fff;
}

#cookie a {
	font-size: 14pt;
	color: #fff !important;
	text-decoration: underline;
}
