html,body {
	height:100%;
}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;	
	font-size: .85em;
	line-height: 1.5em;
	margin:0;
	padding:0;
	background-image:url(images/common/bg.jpg);
	background-color:#9F8A6B;
	color:#61513A;
}
#block_left{
	float:left;
	width:205px;
	background-image:url(images/common/navi_bg.gif);
	background-repeat:repeat-y;
	background-color:#DBD8B2;
}
.navi {
	font-size: .95em;
	
}
.navi a{	
	display:block;
	text-align:left;
	text-decoration:none;
	color:#FFF;
	margin-left:1px;
	margin-right:6px;
	padding:1px;
	padding-left:10px;
	background-image:url(images/common/navi_bg_out.gif);
	background-repeat:no-repeat;
	border-top:1px solid #FFF;
	border-bottom:1px solid #666;
}	
.navi a:hover{
	color:#333;
	background-image:url(images/common/navi_bg_over.gif);
}
a.arrow {
	background-image:url(images/common/navi_bg_out_arrow.gif);
}
a.arrow:hover {
	background-image:url(images/common/navi_bg_over_arrow.gif);
}
#active {
	color:#333;
	background-image:url(images/common/navi_bg_over.gif);
}
#active_arrow {
	color:#333;
	background-image:url(images/common/navi_bg_over_arrow.gif);
}

#layout {
	width:816px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	background-image:url(images/common/bg.gif);
	background-repeat:repeat-y;
}
#content {
	width:605px;	
	float:right;
	background-image:url(images/common/content_bg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;	
}
#ico_validate {
	width:605px;	
	float:right;	
	margin-top:5px;
	text-align:right;
}
#content_text {
	min-height:295px;
	padding:30px;
	padding-right:10px;
	padding-top:10px;	
}
.content_right {
	float:left;
	width:130px;
	border-left:1px solid #CCC;
	padding-left:15px;
}
.content_left {
	float:left;
	padding-right:20px;
}
.content_right img {
	padding-right:15px;
	background-image:url(images/common/zoom.gif);
	background-position:top right;
	background-repeat:no-repeat;
	cursor:pointer;
}
/*text*/
.head h1 {
	margin:0;
	padding:0;
	padding-left:0.7em;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:4em;
	white-space:nowrap;
	color:#EFEDEB;	
	
}
.head h2 {	
	margin:0;
	padding:0;
	position:relative;
	top:-1.1em;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight:normal;
	font-size:1.8em;
	color:#FF000E;	
}
h3 {
	color:#61513A;
	font-family:"Times New Roman", Times, serif;
	font-size:1.6em;
	font-style:italic;
	margin:0;
	padding:0;
	margin-top:.8em;
	z-index:4;
}
h4 {
	margin:0;
	padding:0;
	margin-top:.8em;
	margin-bottom:.4em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	padding-left:.3em;
	background-image:url(images/common/box_h4.gif);
	
}
.rede1 {
	background-image:url(images/common/rede1.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:32px;	
}
.rede2 {
	background-image:url(images/common/rede2.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:32px;
}
.rede {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.2em;
	text-align:center;
}
.privacy {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:.9em;
	text-align:center;
}
	
.liste {
	background-image:url(images/common/bg_liste.jpg);
	background-repeat:repeat-y;
	/*width:384px;*/
	width:auto;
	padding:3px;
	padding-left:10px;
	margin-left:30px;
	margin-bottom:20px;
}
.red {
	color:#FF000E;
}
.adress {
	font-size: .9em;
	padding:10px;
	padding-left:30px;	
	line-height:1.1em;
}
.adress strong {
	display:block;
	font-size:0.8em;
}
.adress div {
	margin-top:6px;
}
form {
	padding:0;
	margin:0;
}	
a {
	color:#6F6F51;
}
a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#6F6F51;
}
.active {
	color:#FF000E;
	font-weight:bold;
}
a img {
	border:0px;
	vertical-align:middle;
}
a#more{
	color:#46433E;
	text-decoration:none;
	display:block;
	text-align:right;
}
a#more:hover{
	color:#E50003;
}
#bigImgLayer {
	position:absolute;
	visibility:hidden;
	top:200px;
	left:450px;
	width:400px;
}
#close {
	cursor:pointer;
}
.lang {
	position:relative;
	top:-27px;
	text-align:right;
	padding-right:12px;
	color:#FFF;
}

.lang a {
	color:#FFF;
	font-size:.8em;
	text-decoration:none;
}
.lang a:hover {
	color:#FFF;
	font-size:.8em;
	text-decoration:none;
}
a.lang_active {	
	color:#999;
}
form legend {
	margin-bottom:1em;
}
form fieldset {
	padding-bottom:1em;
}
form label {
	float: left;
	text-align: right;
	width: 8em;
	margin-right: .3em;
}
input, textarea, select, option {
	font-family: "Trebuchet MS", Arial, sans-serif;	
	font-size: .85em;
	width:200px;
	margin-top:0.2em;
	margin-bottom:0.2em;
}
input:focus, textarea:focus{
	background-color:#DDD;
}
input.no {
	width:auto;
}
label.no {
	width:auto;	
}
form br {
	clear:both;
}
.link_liste {
	background-image:url(images/common/bg_liste.jpg);
	background-repeat:repeat-y;
	width:350px;
	padding:1em;
}
.link_liste a{
	margin-left:3em;	
}
.tbl td{
	padding:0.3em;
	background-color:#DFDDBD;	
}
caption h4{
	padding:0.1em;
	margin-bottom:-0.1em;
}
.tbl {
	width:100%;
}
.small {
	font-size:0.8em;
}

a.intext {
	font-size: 1.0em;
	line-height: 1.5em;
	color: #61513A;
	text-decoration: none;
}

a.intext:hover {
	font-size: 1.0em;
	line-height: 1.5em;
	color: #61513A;
	text-decoration: none;
	background-color:#fff;
}
.content_left h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;	
	font-size: .85em;
	line-height: 1.5em;
	color:#61513A;
	font-weight:bold;
}

.link {
  font-size: 1.0em;
  line-height: 1.5em;
  color: #61513A;
  text-align: center;
  text-decoration: none;
}

.link a:link, .link a:visited, .link a:active {
  font-size: 1.0em;
  line-height: 1.5em;
  color: #61513A;
  text-decoration: none;
}

.link a:hover {
  font-size: 1.0em;
  line-height: 1.5em;
  color: #61513A;
  text-decoration: underline;
}