html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #486e7f;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #18222b url(../images/element/bg_page.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
}

ul{
	padding: 0.5em 0;
	margin: 0 0 0 20px;
}

ul li {
	padding: 0.25em 0;
	margin: 0;
}



/** layout **/


#page {
  background: url(../images/element/bg_header.jpg) no-repeat top center;
}


#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
 	position: relative;
  	background: url(../images/element/header.png) no-repeat 0 38px;
}

#header {
  position: absolute;
  top: 0;
  left: 243px;
  width: 535px;
  height: 279px;
  margin-top: 31px;
}

#header img{
	margin: 22px 0 0 47px;
}

#left {
	position: absolute;
	left: 9px;
	top: 32px;
	width: 234px;
}

#right {
  float: right;
  margin: 312px 0 0 0;
  padding: 0 20px 30px 270px;
  background: #fff;
  border-right: 9px solid #486E7F;
  border-left: 9px solid #486E7F;
  width: 470px;
  min-height: 600px;
}

#logo {
  width: 234px;
  height: 118px;
  text-align: center;
  color: #595959;
  padding-top: 15px;
  margin-bottom: 20px;
}

#logo h1 {
  	margin-top: 25px;
  	font: 24px "arial narrow", arial, sans-serif;
	background-color: #fff;
}

#logo h1 a{
  	text-decoration: none;
}

#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.04em;
  font-weight: bold;
	background-color: #fff;
}

#nav {
	background: #B4B4B4;
  	padding-bottom: 9px;
}

#nav ul {
  background: #2A2A2A;
  margin: 0; padding: 0;
}
#nav li {
  list-style: none;
  font: 12px;
  border-top: 1px solid #959595;
  background: 188px 9px url(../images/element/arrow_n.gif) no-repeat;
  padding: 7px 0 0 0;
}
#nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 194px;
  padding: 2px 0 6px 39px;
  background: url(../images/element/bg_link.gif) repeat-y 27px 0;
}

#nav a:hover {
  text-decoration: underline;
}
#nav .active {
  background-image: url(../images/element/arrow_na.gif);
}

#nav .active a {
  color: #ccd052;
}

#nav ul ul {
  background-color: #cecece;
}

#nav ul ul li {
  padding: 7px 0 0 0;
  background-image: url(../images/element/arrow_sn.gif);
}

#nav ul ul li a{
  padding-left: 60px;
  width: 172px;
  color: #000 !important;
}

#nav ul ul li.active{
	background-color: #ccd052;
	background-image: url(../images/element/arrow_sa.gif);
}

#nav ul ul li.active a{color: #000;}

#news {
  background: url(../images/element/bg_news.gif) repeat-y;
  padding: 15px 23px 12px 30px;
  text-align: justify;
}
#news h2 {
  font-size: 12px;
  color: #293948;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
  color: #74653D;
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #38301A;
}
#news .more {
  font-size: 9px;
}

.hr-dots {
  background: center url(../images/element/dots.gif) repeat-x;
  height: 10px;
}
.hr-dots hr{
  display: none;
}

#support {
  background: #ccd052 url(../images/element/support.gif) no-repeat;
  height: 82px;
  color: #293948;
  padding: 5px 5px 0 0;
  text-align: right;
}

#support p {margin-top:0.3em;}

#support p em, #support p i{
  font-size: 1.2em;
  font-weight: bold;
  font-style:normal;
}

#breadcrumb{
	padding: 5px 0 20px 0;
	color: #B4B4B4;
	font-size: 10px;
}

#breadcrumb ul{
	display: inline;
	margin: 0;
}

#breadcrumb ul li{
	display: inline;
}

#breadcrumb ul li.active{
	color: #486E7F;
}

#breadcrumb ul li a{
	padding: 0 2px;
	color: #486E7F;
}

#breadcrumb ul li span{
	padding-right: 3px;
}



#right{
	color: #293948;
}

#right h2 {
  font: 18px arial, sans-serif;
  color: #2a2a2a;
  border-bottom: 1px solid #ccd052;
  padding-bottom: 6px;
  margin-bottom: 1em;
}

#right h3 {
  font: 14px arial, sans-serif;
  color: #293948;
  border-bottom: 1px solid #ccd052;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: bold;
}

#footer {
  background-color: #d8d8d8;
}

#copyright {
  text-align: right;
  padding: 6px 0 8px 0;
  font-size: 9px;
  color: #293948;
  border-right: 9px solid #486E7F;
  border-left: 9px solid #486E7F;

}
#footerline{
	background: #486E7F url(../images/element/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}


#copyright ul
{
	padding: 0 10px;
}

#copyright ul li
{
	display: inline;
	padding: 0 15px;
}

#satnav
{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 31px;
	font-size: 10px;
	margin: 13px 17px 0 0;
}

#satnav ul{
	float: right;
	padding: 10px 5px;
}


#satnav ul li{
	display: inline;
	padding: 0 3px;
}

#satnav .active a {
  color: #998965;
  text-decoration: none;
}

/* Sitemap */

.tx-flseositemap-pi1{width: 460px;}

.tx-flseositemap-pi1 ul{margin:10px 0 0 10px;padding:0;}

.tx-flseositemap-pi1 a{display: block;}

#content .tx-flseositemap-pi1 ul li.last{margin-bottom:15px !important;}

.tx-flseositemap-pi1 ul.deep0{list-style: none;}
.tx-flseositemap-pi1 ul li.deep0{margin-bottom: 20px !important;}
.tx-flseositemap-pi1 ul li.deep0 a{font-size: 13px;

	color: #333333 !important;
	margin: 0 0 5px 0;padding:0;
	font-weight: bold;
}


.tx-flseositemap-pi1 ul.deep1{margin-left: 25px;list-style: none;}
.tx-flseositemap-pi1 ul li.deep1 a{font-weight: normal;font-size: 11px;margin: 0 0 5px 0;padding:0;}
.tx-flseositemap-pi1 ul li.deep1{color: #808080;width: 375px;padding-left: 10px;padding-bottom: 10px;background: url(../images/element/doublearrow.gif) no-repeat 1px 5px;}

.tx-flseositemap-pi1 ul.deep2{margin: 0 0 10px 15px;list-style: none;}
.tx-flseositemap-pi1 ul li.deep2{color: #808080;padding-left: 10px;background: url(../images/element/arrow.gif) no-repeat 1px 5px;}
.tx-flseositemap-pi1 ul li.deep2 a{font-weight:normal;}

#content .tx-flseositemap-pi1 ul li.deep3{margin: 0 0 8px 10px;}

.tx_lumogooglemaps_pi1_sidebar{display: none;}

.mv_teaser{
	margin: 9px 0 0 35px;
}

/* images */


/* float right */


table p{
	margin: 0.25em 0;
}

.offers{
	list-style:none;
	margin-left: 0;
}

.offer .hr-dots{
	margin-top: 10px;
	clear: both;
}

.offer .oThumb{float:left; padding: 3px 0;}
.offer .oContent{padding-left: 100px;}


