/* GENERAL DEFINES */

body {
	margin: 0px;
	margin-top: 5px;
	background-color: #466d2c;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

img {
	border: 0px none;
}

/*DIV DEFINES */
#DIVmain {
	width:100%;
}

#DIVnavi {
	background-color:#ffffff;
	background-image:url(img/navi_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width:800px;
	height:31px;
	/*border:1px solid #cad2d5;*/
}
#top_countries { width:770px; text-align:left }
#DIVhead {
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	height:80px;
	width:800px;
	/*border:1px solid #823E4B;*/
}
#DIVcontent {
	width:800px;
	/*border:1px solid #823E4B;*/
	background-image:url(img/content_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	padding-bottom: 26px;
}

#DIVpichead {
	width: 800px;
	height:200px;
	background-color: #ffffff;
	position:relative;
	
}
#DIVpichead .clickarea { position:absolute; display:block; margin-top:105px; margin-left:500px; }
#DIVpichead a,#DIVpichead a:visited{ color:#fff; text-decoration:none; font-size:11pt; font-weight:bold;}
#DIVpichead a:hover{ color:#fff; font-size:11pt; font-weight:bold; font-style:italic;}
/* CONTENT MAIN */

table.content_main {width:100%; border-collapse:collapse;}


td.content_main {
	background-color:#FFFFFF;
	width:650px;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #466d2c;
	vertical-align: top;
}

/* NAVIGATION HEAD */

table.navi_head {
	width:90%;
	border-collapse:collapse;
}

.navi_head a {
	line-height:16px;
	display:block;
	padding:7px 0px 0px 0px;
	height:24px;
	font-size:12px;
	color:#000000;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	width:110px;
}

.navi_head a:hover {
	color:#ffffff;
	background-image:url(img/navi_bg_hover.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}


/*CONTENT6 */

table.content6 { width:100%; border-collapse:collapse;}

td.content6 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	text-align: justify;
	border-bottom:2px solid #cccccc;
	vertical-align:top;
	padding:1px 1px 1px 1px;
}

.content6 a {
	color:#466d2c;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration:underline;
}

.content6 a:hover {
color:#0066CC;
}

/*CONTENT1 */

td.content1 {
	vertical-align:top;
	font-size:small;
	text-align: justify;
}
.content1 h1 {
	color:#466d2c;
	font-weight:bold;
	font-size:small;
}

/*CONTENT7 */

td.content7 {
	vertical-align:top;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	font-size:12px;
	text-align: justify;
	padding:0px 10px 0px 5px;
}

.content7head {
	vertical-align:top;
	font-size:12px;
	font-weight: bold;
	color:#466d2c;
	text-align: left;
}

a.content7head {
	vertical-align:top;
	font-size:12px;
	font-weight: bold;
	color:#6F3541;
	text-align: left;
}

a.content7head:visited {
	vertical-align:top;
	font-size:12px;
	font-weight: bold;
	color:#6F3541;
	text-align: left;
}

/*CONTENT8 */

td.content8 {
	font-weight: normal;
	color: #000000;
	font-size:12px;
	text-align: left;
	padding:0px 10px 0px 5px;
}

a.content8 {
	vertical-align:top;
	font-size:12px;
	color:#000000;
	text-align: left;
	text-decoration:underline;
}

a.content8 :visited {
	vertical-align:top;
	font-size:12px;
	color:#000000;
	text-align: left;
	text-decoration:underline;
}

.content8head {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	text-align: right;
	vertical-align: bottom;
}

/* CONTENT_SIDE */

td.content_side {
	background-color:#e4e7e5;
	width:150px;
	vertical-align:top;
	font-size: xx-small;
	text-align:left;
}

td.content_side_btm {
	border-bottom: 2px solid #999999;
}

.content_side a {
color:#000000;
text-decoration:none;
}

.content_side a:hover {
color:#0066CC;
}

.content_side img {padding-right: 2px;}

.fetttext {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 45px;
	text-align: right;
	vertical-align: bottom;
}

.fett {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	text-align: right;
	vertical-align: bottom;
}
.normtext {
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	vertical-align: text-bottom;
	padding-bottom: 2%;
	border-collapse: separate;
}

