/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CBAC71;
	font: normal 86%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	color: #333; 
	text-align: center;
}
/* links */
a {
	background: inherit;
	text-decoration: none;
	color: #536C86;	
}
a:hover {
	background: inherit;
	color: #996800; 
}
/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 { font-size: 120%; }
h2 { font-size: 110%; text-transform: uppercase; }
h3 { font-size: 110%; color: #007E80; }

h1, h2, h3, p {
	margin: 0;
padding: 5px 0 0 0;		
}
ul, ol {
	margin: 1px 20px;
	padding: 0 20px;
}

/* images */
img {
	border: 2px solid #CCC;
margin-right: 5px;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* search form */
form.search {
	padding: 0; margin: 0; 
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
form.search input.textbox { 
	margin: 0; padding: 1px;
	width: 164px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	font-size: 16px;
}
form.search input.button {
	height: 26px;
	padding: 1px 1px;
	width: 66px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 993px;
	background: url(bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	width: 912px;
	margin: 0 auto;
	padding: 0;	
}
/* header */
#header {
	position: relative;
	width: 993px;
	height: 100px;
	background: #FFF url(header3.jpg) no-repeat center top;
	margin: 0; padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #F70800;
	text-transform: none;
    text-shadow: 1px 2px 2px #ffff00;
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 26px; left: 100px;	
}
#header h2#slogan {
	position: absolute;
	z-index: 9999999;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #265490;
    text-shadow: 1px 1px 1px #ffffff;	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 68px; left:100px;			
}
#header h3#slogan1 {
	position: absolute;
	z-index: 9999999;
	margin: 0; padding: 0;
	font: 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #fffff0;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 16px; left:458px;			
}
#header #searchform {
	float: right;
	padding: 23px 39px 0 0;
	display: inline;
	line-height: 17px;
}
#header #searchform #asia {
     color: #FFFFFC;
	padding: 1px 2px 2px;
	font-size: 13px;
}
#header #searchform #asia a{
    font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
    color: #333F73;
    text-shadow: 1px 1px 1px #ffffff;
}
#header #searchform h2#powered {
    color: #000000;
float: right;
    font: normal 14px 'Trebuchet MS',Arial,Sans-serif;
    margin: -5px 0 5px;
    padding: 0;
    text-shadow: 1px 1px 1px #ffffff;
    text-transform: none;
    z-index: 9999999;
}

#header #searchform h2#powered a{
/*	float: right; */
    color: #FFFFCC;
    font: bold 14px 'Trebuchet MS',Arial,Sans-serif;
    text-shadow: 1px 1px 1px #000000;
    text-transform: none;
}

/* menu */
#menu {
	clear: both;
	width: 993px;
	height: 32px;
	background: #FFF url(menubg.jpg) repeat-y;
	margin: 0;
	font: bolder 14px/26px Tahoma, Verdana, Arial, Sans-Serif;	
	padding-top: 5px;		
}
#menu ul{
	margin: 0; padding: 0 0 0 35px;
}
#menu ul li {
	float: left;
	list-style: none;		
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	background: inherit;
	color: #FFFFFF;
}
#menu ul li a:hover {
   background: #FFF; 
	color: #333;  
}
#menu ul li#current a {	
	background: #EBB800; 
	color: #FFF;	
}

/* Main */
#main {
	float: left;	
	width: 734px;
	padding: 0;	margin: 0;	
}
#main h1 {
	color: #667F99; 
	border-bottom: 1px solid #CCCCCC;
	background: #E5EAF5 url(arrow.gif) no-repeat 5px 50%;	
	padding: 3px 0 3px 20px;	
	margin: 10px 0 0 0;
}

#main h2 {
	color: #667F99; 
	border-bottom: 1px solid #CCCCCC;
	background: #E5EAF5 url(arrow.gif) no-repeat 5px 50%;	
	padding: 3px 0 3px 20px;	
	margin: 10px 0 20px 0;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: right;
	width: 160px;
	padding: 0; margin: 0;		
	overflow: hidden;
	line-height: 2em;
	font-size: 16px;
}	
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 3px 10px; 
	font: bold 120% Tahoma, Verdana, Sans-Serif;	
	color: #FFF;	
	background: #869ECF;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu1 {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
}

#sidebar ul.newsmenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
}


#sidebar img {
margin-right:5px;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
/*	background: url(bullet.gif) no-repeat 2px 3px ; */
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
	font-size: 13px;
}

#sidebar ul.newsmenu li {
	border-bottom: 1px solid #EFF0F1;
/*	background: url(bullet.gif) no-repeat 2px 3px ; */
	padding: 2px 0 2px 0px;
	margin: 0 2px;		
	letter-spacing: -1px;
	font-size: 14px;
}

#sidebar ul.sidemenu1 li {
	border-bottom: 1px solid #EFF0F1;
/*	background: url(bullet.gif) no-repeat 2px 3px ; */
	padding: 2px 0 2px 0px;
	margin: 0 2px;		
	letter-spacing: 0px;
	font-size: 14px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }
* html body #sidebar ul.sidemenu1 li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
}

#sidebar ul.newsmenu a {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
}
#sidebar ul.sidemenu1 a {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
}

/* footer */
#footer {
	clear: both;
	color: #66737B;
	font: normal 100% Verdana, Tahoma, sans-serif;
	background: #FFF url(footerbg.jpg) no-repeat center top;	
	width: 993px;
	height: 86px;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0 auto;	
	line-height: 20px;
}
#kkk
{	padding-left: 28px; padding-right: 28px; text-align: center;}

#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

img
{
   border      : none;
vertical-align: middle;
}

input
{
background-color: lightgrey; 
border-color: efefef; 
color: black; 
}

table, td
{
//	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : 100%/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
 text-align: justify;
}
table
{
	border                :none;
//	border                :1px solid #CCC;
}
thead th,
tbody th
{
	background            : #FFF url('th_bck.gif') repeat-x;
  color                 : #666;  
	border-left           : 1px solid #CCC; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
tbody td:hover
{
  background            : #FFF url('tr_bck.gif');
}

tbody tr:hover td
{
  color                 : #454545;
}
tfoot td,
tfoot th
{
  border-left           : medium none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url('foot_bck.gif');
  color                 : #666
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #A70101;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}


.kk
{
line-height: 2.5em;
}
.ckk {
    margin: 8px 0 8px 4px;
}

.pbildiv {height:300px; transition:1s; overflow:hidden; display:flex; justify-content: space-between;}

.pbild {opacity:0.8; height:270px; transition:1s;}
 
.pbild:hover {opacity:1; height:366px;}

.pbildiv2{max-width:260px;}