/** BASIC */

body {
	margin: 100px 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #83895C;
	background:url("images/bg.jpg") #AB9E30;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #396645;
}

img {
  border: 0;
}

a {
	text-decoration: none;
	color: #CC6600;
}

a:hover {
	border: none;
}

/** HEADER */

#header {
  margin:0 auto;
  position:relative;
  width:700px;
}

#header h1 a {
  height:70px;
  position:absolute;
  right:80px;
  text-indent:-999em;
  width:270px;
  overflow:hidden;
  top:-80px;
}

#header h2 {
	display: none;
}

/** CONTENT */

#content {
	width: 720px;
	margin: 0 auto;
	background: url(images/img01.png) repeat-y left top;
}

#content * {
	line-height: 140%;
}

#columnA {
	float: left;
	width: 440px;
	padding: 90px 10px 0 40px;
	background: url(images/img02.png) no-repeat left top;
	margin-top:-71px;
}

#columnA a {
  color:#396645;
  text-decoration:underline;
}
#columnA a:hover {
  text-decoration:none;
}

#columnB {
	float: right;
	width: 200px;
	padding: 128px 10px 0 20px;
	background: url(images/img03.png) no-repeat left top;
	margin-top:-71px;
}

#columnB * {
	color: #EFEBDF;
}

#columnB p {
  font-family:tahoma;
  letter-spacing:1px;
  margin:0;
}

#columnB ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside circle;
}

#columnB a {
	border-bottom-color: #EBD8B7;
	color: #FFFFFF;
}

/** FOOTER */

#footer {
  height:50px;
  margin:0 auto;
  padding:15px 0 0 20px;
  width:700px;
	background: url(images/img04.png) no-repeat left top;
	font: 9px/1.5em tahoma;;
}

#footer label {
	display:block;
  float:left;
  margin-right:5px;
  text-align:right;
  width:470px;
  color:#ECE9C3;
}

#footer a {
	color: #396645;
	font-weight: bold;
}
#footer a:hover {
	text-decoration:underline;
}

.language-flags a {margin-right:5px;}

.highslide img {
border:1px solid #396645 !important;
}

#contact-page input[type="text"], #contact-page input[type="password"], #contact-page textarea {
border:1px solid;
margin-top:4px;
width:175px;
}
#contact-page input[type="submit"] {
padding:2px 12px;
}
#contact-page label {
display:inline-block;
vertical-align:top;
width:90px;
}
#contact-page label.error, #contact-page input.submit {
margin-left:90px;
}
#contact-page label.error {
color:#C21221;
width:auto;
}
#contact-page input:focus, #contact-page textarea:focus {
border:1px dotted black;
}
#contact-page input.error, #contact-page textarea.error {
border:1px dotted #C21221;
}
