body  {
	font-family: arial;
	font-size: 12px;
	color: #587B7C;
	line-height: 1.5;
}
h1     {
	font-family: arial;
	font-size: 16px;
	color: #587B7C;
    font-weight: bold;
}
h2    {
	font-family: arial;
	font-size: 14px;
	color: #d55a0a;
    font-weight: bold;
}
a, a:visited{
	text-decoration: none;
    color: #d55a0a;
}
a:hover {
	text-decoration: underline;
	color: #D55A0A;
}
a.navi, a.navi:visited  {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	padding-left: 10px;
    padding-right: 10px;
}
a.navi:hover  {
	font-size: 12px;
	color: #d55a0a;
	font-weight: bold;
	text-decoration: none;
}
a.navi2, a.navi2:visited  {
	font-size: 14px;
	color: #d55a0a;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px;
}
a.navi2:hover  {
	color: #d55a0a;
}
.navi2	{
font-size: 14px;
	color: #587B7C;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px;
}
a.navi3, a.navi3:visited  {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}
a.navi3:hover  {
	color: #d55a0a;
}
.navi3	{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	color: #d55a0a;
}
.navi  {
	font-size: 12px;
	color: #d55a0a;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	padding-left: 10px;
    padding-right: 10px;
}
.navi li	{
	padding: 5px;
	display:inline;
}
td	{
	width: 110px;
}
ul li	{
	margin-left: -25px;
}
/* div elements */
.main	{position: relative; top: 0px; width: 850px; margin:0 auto; z-index: 2; background-color: #587B7C; zoom: 1; border: 1px #FFFFFF solid;}
.header	{top: 0px; padding-top: 60px; margin-left: 0px; width: 850px; height: 104px; float: left;}
.menu	{text-align: center; padding: 60px 20px 0px 20px; width: 810px}
.content	{margin: 20px 30px 20px 30px; padding: 20px 20px 20px 20px; text-align: left; background-color: #FFFFFF; height: 320px}
.gallery	{margin: 10px; text-align: left; float: left; width: 440px; height: 300px}
.text	{margin: 10px; text-align: left; float: right; width: 230px; height: 300px}
.footer	{text-align: center; padding-bottom: 20px;}

/** 
 * slick Slideshow
 */

#slideshow {
	margin:0 auto;
	width:440px;
	height:300px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:400px;
  height:300px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:380px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:300px;
}
.control {
  display:block;
  width:20px;
  height:300px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.jpg) no-repeat 0 0;
}
