@charset "utf-8";
/* CSS Document */

html { height:100%; width:auto; background-color: #000000; margin:0px 0px ; }
body { margin:0px 0px 0px 0px;}

#bg { height:100%; width:auto; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

.toptekst
{
white-space:nowrap;
padding-left:10px;
padding-right:10px;
color:#ccc;
font-family:"Times New Roman", Times, serif;
font-size: 18px;
font-weight:bold;
}

.medtekst
{
color:#00ff00;
font-family:"Times New Roman", Times, serif;
font-size: 16px;
font-weight:bold;
text-align:center;
}

.portfoliotekst
{
color:#ff0000;
font-family:"Times New Roman", Times, serif;
font-size: 24px;
font-weight:bold;
text-align:left;
}

#header
 {
   height:24px;
   width:100%;
   position:fixed;
  _position:absolute;
   top:0;
  _left:expression(eval(document.body.scrollLeft));
  _top:expression(eval(document.body.scrollTop));
  left:0;
  margin:0px;
  padding-top:0px;
  background-color:#000;
  font-size:24px;
  font-weight:bold;
  color:#666;
  z-index:1200;
  
 }

#navboxright 
{ 
   float:right; 
   display:block;
   position:fixed;
  _position:absolute;
   top:0;
  _right:expression(eval(document.body.scrollLeft));
  _top:expression(eval(document.body.scrollTop));
   right:0;
   margin:0;
   width:50%; height: 100%; background-image:url(images/TransBg.png); cursor:pointer; 
   }		
		
#navboxleft 
{  float:left; 
   display:block;
   position:fixed;
  _position:absolute;
   top:0;
  _left:expression(eval(document.body.scrollLeft));
  _top:expression(eval(document.body.scrollTop));
   left:0;
   margin:0;
   width:50%; height: 100%; background-image:url(images/TransBg.png); cursor:pointer; 
}

a 
{
	font-family: Times New Roman, Times, serif;
	font-size: 0px;
	font-weight: bold;
}
.nowrap {white-space:nowrap;}
#footer
{
    white-space:nowrap;
    width:100%;
    height:24px;
    background-color:#000; 
    position:fixed;
   _position:absolute;
    bottom:0;
   _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
   _left:expression(document.body.scrollRight+document.body.clientWidth-this.clientWidth);
   left:0px;
   text-align:center;
   margin:0;
   
}

a:link 
{
    text-decoration: none;

}
a:visited 
{
	text-decoration: none;
}
a:hover 
{
	text-decoration: none;
	color: #00ff00;
	font-size: 18px;
	font-weight: bold;
}
a:active 
{
	text-decoration: none;
}

a.top:link { font-size:18px; color:#999; text-decoration:none;}
a.top:visited { font-size:18px; color:#999; text-decoration:none;}
a.top:hover {font-size:18px; color:#00FF00; text-decoration:none;}


.clock
{
float:right;
opacity:1;
display:;
margin:0px;
background-color:transparent;
color:#999;
font-size:18px;
border:0px;
padding:0px;
height:24px;
width:130px;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
z-index:1200;
}