/* CSS file for www.namibiaembassy.be - All rights reserved */

/* GENERAL */

body
{
 background: #ffffff url('img/back.jpg') repeat-x left bottom;
 margin-top: 28px;
}

td, p
{
 font-family: "Trebuchet MS", Trebuchet, sans-serif;
 font-size: 13px;
 color: #333333;
}

/* CLASS */

.titel
{
 font-family: "Trebuchet MS", Trebuchet, sans-serif;
 font-size: 22px;
 padding-bottom: 15px;
 color: #333333; 
 padding-top: 16px;
 border-bottom: 1px solid #CCCCCC;
 width: 100%;
 letter-spacing: 1px;
}

.datum
{
 font-family: "Trebuchet MS", Trebuchet, sans-serif;
 font-size: 12px;
 color: #999999;
 padding-top: 2px;
 padding-bottom: 2px;
}

.spacer
{
  height: 8px;
  width: 8px;
}

.randleft
{
 border-left: 1px solid white;
 border-bottom: 1px solid white;
}

.randleftOMO
{
 border-left: 1px solid white;
 border-bottom: 1px solid #333333;
}

.NOrandleft
{
 border-bottom: 1px solid white;
}

.NOrandleftOMO
{
 border-bottom: 1px solid #333333;
}

.hli
{ 
  padding-top: 11px;
  padding-bottom: 2px;
}

/* ID */

#Tline1
{
 font-family: "Trebuchet MS", Trebuchet, sans-serif;
 font-size: 22px;
 color: #333333;
 letter-spacing: 1px;
 padding-left: 18px;
}

#Tline2
{
 font-family: "Trebuchet MS", Trebuchet, sans-serif;
 font-size: 15px;
 color: #999999;
 letter-spacing: 1px;
 padding-left: 18px; 
}

#foot
{
 font-family: Arial, sans-serif;
 font-size: 11px;
 color: #878787;
 padding: 8px;
 text-align: center;
}

#foottable
{
 border-bottom: 1px solid #bbbbbb;
 padding: 25px;
}

#leftblock
{
 background-color: #ebebeb;
 padding: 14px;
 height: 440px;
 width: 148px;
}

#leftblock2
{
 background-color: #ebebeb;
 padding: 14px;
 height: 440px;
 width: 198px;
}

#leftblock3
{
 background-color: #ebebeb;
 padding: 14px;
 width: 198px;
}

#leftblockconsular
{
 background-color: #ebebeb;
 padding: 14px;
 height: 540px;
 width: 248px;
}

#rightdiv
{
 padding: 15px;
 // height: 450px;
 width: 185px;
 // border-left: 1px solid #cccccc;
 text-align: left;
}


/* LINK */

.blacklink
{
  display: block;
  color: black;
  text-decoration: none;
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
  font-size: 13px;
  padding: 10px;
  background-image: url('img/silverback.jpg');
  text-align: center;
}

.whitelink
{
  display: block;
  color: white;
  text-decoration: none;
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
  font-size: 13px;
  padding: 10px;
  background-image: url('img/blueback.jpg');
  text-align: center;
}

.gs
{
  border-bottom: 1px solid #CCCCCC;
}

.lefttitle
{
  color: #333333;
  text-decoration: none;
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 6px;  
}

.righttitle
{
  color: #333333;
  text-decoration: none;
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
  font-size: 18px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 8px;
}

a.left_link:link, a.left_link:visited
{
  color: #2159B6;
  text-decoration: underline;
}

a.left_link:hover
{
 color: #CC3300;
}

a.right_link:link, a.right_link:visited
{
  color: #2159B6;
  text-decoration: underline;
  font-weight: bold;
}

a.right_link:hover
{
 color: #CC3300;
}


