
/* main --------------------------------------------------------------------- */

body {
  font-family: "Arial CE", "Lucida Grande CE", "Helvetica CE", "Lucida Grande", Calibri, Arial, lucida, helvetica, sans-serif;
  font-size: small;
  font-weight: normal;
  margin: 0 4em 0 4em;
  padding: 0;
  _padding: 0 0 20px 0;
  background-color: #fff;
}

#content {
  width: 72em;
  padding: 0 4em 0 0;
  margin: 20px auto 30px auto;
  border: none;
}

/* header ------------------------------------------------------------------- */

#logo {
  margin: 0;
  padding: 0;
  height: 80px;
  border: none;
  border-bottom: 4px solid #f00;
  text-align: center;
  background-color: #666;
  background: url(../images/stripes_logo.gif) 0 0 repeat;
}


h1 {
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  oopadding-top: 84px; /* height of the replacement image */
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}

/* rounded corners: */
.logotl {  background: url(../images/tl.gif) 0 0 no-repeat;  }
.logotr {  background: url(../images/tr.gif) 100% 0 no-repeat;  }
/*
.logobr {  background: url(../images/br.gif) 100% 100% no-repeat;  }
.logobl {  background: url(../images/bl.gif) 0 100% no-repeat;  }
*/

/* menu  -------------------------------------------------------------------- */

#menu {
  font-size: 75%;
  margin: 0;
  padding: 0;
  height: 5em;
  /* background-color: white; */
  background-color: #eee;
  border-bottom: none;
  border-top: none;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

#menuc {
  margin: auto;
  text-align: right;
}

#menuc ul {
  margin: 0;
  padding: 0;
}

/*
#menuc ul li {
  font-weight: bold;
  oootext-transform: uppercase;
  font-variant: small-caps;
  margin: 0;
  padding: 0;
  height: 2.7em;
  line-height: 2.7em; 
  float: left;
  position: relative;
  display: block;
  width: 10.5em;
  text-align: center;
  background-color: #f00;
  color: black;
  border-top:    none;
  border-right:  1px solid #999;
  border-bottom: none;
  border-left:   none;
}
*/
  
#menuc ul li {
  font-weight: bold;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  text-align: center;
  background-color: #f00;
  color: black;
  border-top:    none;
  border-right:  1px solid #999;
  border-bottom: none;
  border-left:   none;
  text-transform: uppercase;
  font-variant: small-caps;
  height: 5em;
  line-height: 5em; 
  width: 11.5em;
}
/*
.actualbl {  background: url(../images/actualbl.gif) 0 100% no-repeat;  }
.actualbr {  background: url(../images/actualbr.gif) 100% 100% no-repeat;  }
*/

#menuc ul li * {
  width: 100%;
}

#menuc ul li a {
  text-decoration: none;
  float: left;
  position: relative;
  display: block;
  height: 2.7em;
  height: 5em;
  background-color: white;
  color: #999;
}

#menuc ul li a:hover {
  background-color: #ddd;
  color: #666;
}

#langsel {
	float: right;
	top: 0;
	right: 18em;
	width: 28px;
	margin: 0.4em 1.3em 0.4em 0;
}

#langsel a img {
	width: 28px;
	height: 15px;
	border: 1px #aaa solid;
}

/* maintitle  -------------------------------------------------------------------- */

#h2 {
  margin: 1em 0 2em 0;
  padding: 0;
  ooheight: 5em;
  border: none;
  text-align: center;
}

h2 {
  font-size: 160%;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #f00;
}

  
/* body  -------------------------------------------------------------------- */

#body {
  top: 40px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: none;
  border-right: 1px solid #aaa;
  min-height: 400px;

  background-color: #eee;
  background: url(../images/stripes_body.gif) 0 0 repeat;
}

#bodyc {
  margin: 0;
  padding: 2em 4em 3em 8em;
}

.tnbox {
  margin-top: 6px;
  margin-bottom: 6px;
  width: 100%;
}

.tnboxtitle {
  line-height: 2.4em;
}

.tnbox a:link, .tnbox a:active, .tnbox a:visited, .tnbox a:hover {
  border: none;
}

.tnbox a img {
  border: none;
}

#map {
  margin: 0 auto;
  width: 500px;
  border: none;
}

a:link, a:visited, a:active {
  font-weight: bold;
  text-decoration: underline;
  color: black;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #f00;
}

.sirkapat {
  width: 6em;
  float: left;
}

/* two column: */

.twocol_left_out {
	float: left;
	margin: 0;
	padding: 0;
	width: 49%;
	_width: 49%;
	border-right: 1px dashed #999;
}

.twocol_left_in {
	margin: 0;
	padding: 0 1em 0 2em;
	border: 1px solid transparent;
}

.twocol_right_out {
	margin: 0 0 0 50%;
	_margin: 0 0 0 48%;
	padding: 0;
	width: 49%;
	_width: 45%;
}

.twocol_right_in {
	margin: 0;
	padding: 0 0 0 2em;
	border: 1px solid transparent;
}

.twocol_left_in ul, .twocol_right_in ul {
	list-style: disc outside;
	padding: 0;
}

/* footer ------------------------------------------------------------------- */

#footer {
  border-top: 3px solid #999;
  border-right: none;
  border-bottom: none;
  border-left: none;
  text-align: left;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  height: 2.5em;  
  font-size: 75%;
  text-align: right;
  color: #bbb;
}

#footerc {
  padding-right: 2em;
}

/* others ------------------------------------------------------------------- */

hr.cleaner {
  clear: both;
  height: 1px;
  margin: -1px 0 0 0;
  padding: 0;
  border: none;
  visibility: hidden;
}
