@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0; padding: 0;	
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;	
	height: 100%;
}
html
{
	background-image:url('images/background-page.jpg');
}
body
{
	background-image: url('images/background-body.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size:13px;
}
.clear
{
	clear:both;	
}
h2
{
	color:#2F180E;	
	font-size:22px;
	font-family: "Hammersmith One";
}
h1, h2, h3, h4, h5
{
	color:#2F180E;	
	font-family: "Hammersmith One";	
}
#container
{
	background-image:url('images/background-content.png');
	background-repeat:repeat-y;
	width:960px;
	padding-left:10px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
}
#containerbackgroundbottom
{
	background-image:url('images/background-content-bottom.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:37px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#header
{
	height:170px;
	position:relative;
	padding-top:15px;
	width:960px;	
}
#socialnetworks
{
	float:right;
	padding-right:10px;	
}
#socialnetworks img
{
	padding-bottom:5px;	
}
#socialnetworks a
{
	text-decoration:none;	
}
#address
{
	float:right;
	width:280px;
	font-size:11px;
	margin-right:20px;
	overflow:hidden;
	font-family: "Muli"; 
}
#openinghours
{
	float:right;
	width:240px;
	font-size:11px;
	margin-right:25px;
	overflow:hidden;
	font-family: "Muli"; 
	text-align:right;
}
#logo
{
	padding-left:10px;
	margin-top:10px;
}
#mainmenu
{
	background-color:#817768;
	width:961px;
	height:40px;
	position:absolute;
	bottom:0;
	font-size:16px;	
}
li
{
	display:inline;
}
ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#rightarea
{
	float:right;
	padding:20px;	
	padding-bottom:0;
	position:relative;
}
#rightarea #block-views-slideshow-block
{
	width:300px;
	position:absolute;
	top:28px;
	left:33px;	
	z-index:2;
}
/*#rightarea #block-views-slideshow-block .views-field-body#footerleft .region-footerleft h2, #footercenter .region-footercenter h2
{
	font-size:14px;
	color:#2E180D;
	font-family: "Muli"; 
}*/
#rightarea #block-views-slideshow-block .views-field-body p
{
	margin:0;	
}
#rightarea #block-views-slideshow-block .views-field-body 
{
	font-family: "Muli"; 
}
#rightarea #block-views-slideshow-block .views-field-field-name
{
	font-size:12px;
	color:#2E180D;	
	font-family: "Muli Italic "; 
}
#rightarea #block-block-5
{
	margin-top:20px;	
}
#rightarea #block-block-5 small, #rightarea #block-block-5 small a
{
	font-size:14px;	
	font-family: "Muli";
	color:black;
	text-decoration:none;
}
#content
{
	padding:10px;
	padding-left:20px;
	font-family: "Muli"; 
	font-size: 13px;
	line-height:20px;
}
#content .view-gallery img
{
	padding:5px;	
}
#content .view-gallery, #content .view-pdf-gallery
{
	position:relative;	
	left:-10px;
}
#content .view-gallery tr
{
	
}
#content .view-gallery .col-1 img
{
	padding-left:0;	
}
#content .view-gallery .col-5 img
{
	padding-right:0;	
}
#content #locationmap_map
{
	margin:auto;
	margin-top:10px;
	marign-bottom:10px;	
}
#content #comments h3 a
{
	color:#2F180E;
	text-decoration:none;
}
#footer
{
	width:960px;
	height:320px;
	margin-left:auto;
	margin-right:auto;
}
#footerright
{
	float:right;
	width:320px;
	height:265px;	
	background-image:url('images/background-footer-block.png');
	background-repeat:no-repeat;
}
#footercenter
{
	float:right;
	width:320px;
	height:265px;	
	overflow:hidden;
	background-image:url('images/background-footer-block.png');
	background-repeat:no-repeat;	
}
#footerleft
{
	width:320px;
	height:265px;		
	overflow:hidden;
	background-image:url('images/background-footer-block.png');
	background-repeat:no-repeat;
}
#footerleft .region-footerleft, #footercenter .region-footercenter
{
	width:264px;
	height:205px;
	padding:20px;
	margin:auto;
	overflow:hidden;
	font-size:12px;
	line-height:20px;
	color:#242414;
	font-family: "Muli";
}
#footerleft .region-footerleft h2, #footercenter .region-footercenter h2
{
	margin-top:0;
	font-size:16px;
	color:#57544B;	
	text-align:center;
}
#footerright .region-footerright
{
	margin:auto;
	width:300px;
	height:245px;
	overflow:hidden;
	position:relative;
	left:2px;
	top:10px;
}
#designedby
{
	float:right;	
	margin-right:10px;
	font-size:10px;	
}
#designedby a
{
	color:white;
}
#copyright
{
	margin-left:10px;
	font-size:10px;	
}

.view-pdf-gallery .views-field-nothing {
	background: #817768;
	padding: 5px;
	border-radius: 5px;
	margin-top: 5px;
	font-family: "Muli";
}

.view-pdf-gallery .views-field-nothing a {
	color: #FFF;
	text-decoration: none;
}

.view-pdf-gallery .views-field-nothing a:hover {
	text-decoration: underline;
}

.view-pdf-gallery td {
	text-align: center;
}
.content a
{
	color:blue;	
}