<!--
/* This is the background image */
A:link {text-decoration: none; color: #bfbfbf;}
A:visited {text-decoration: none; color: #bfbfbf;}
A:active {text-decoration: none; color: #bfbfbf;}
A:hover {text-decoration: none; color: #ffffff;}

a {
	outline: none;
}

#fonten{
color:#bfbfbf;
font-family:Verdana;
font-size:10px;
line-height:18px;
}

#fonten2{
color:#bfbfbf;
font-family:Verdana;
font-size:10px;
}

#fonten3{
color:#bfbfbf;
font-family:Verdana;
font-size:10px;
text-decoration:none;
}

#fonten4{
color:#bfbfbf;
font-family:Verdana;
font-size:10px;
text-decoration:none;
}

body{
background: url(bilder/bg.jpg) no-repeat fixed center;
background-color:#000000;
}

#test50 {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

#test80 {
filter:alpha(opacity=95);
-moz-opacity:0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
}

#test100 {
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
}

#table_test{
position: fixed center;
/* 
top: 50%;
left:50%;  
margin-top: -170px;
margin-left:-300px; 
*/
}

#table_test2{
position: fixed; 
/*top: 50%; margin-top: -280px;
left:50%; margin-left:-300px;
*/ 

}

#transbox
  {
  width: 604px;
  height: 410px;
  background-color: #000000;
  border: 1px solid white;
  /* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
  /* for Mozilla */
  -moz-opacity:0.85;
  }
  
  
/*This is where the magic happens!*/
div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
     border: 1px solid #ffffff;
     position: relative;
     width: 100%;
}
div.box_contents2 {
     background-color:transparent;
     height: 410px;
     position: relative;
     width: 100%;
     z-index: 2;
}
div.box_contents {
     background-color:transparent;
     height: 194px;
     position: relative;
     width: 100%;
     z-index: 2;
}
div.box_contents3 {
     background-color:transparent;
     height: 327px;
     position: relative;
     width: 100%;
     z-index: 2;
}
div.box_background {
     background-color: #000000;
     height: 410px;
     filter:alpha(opacity=85); /* IE's opacity*/
     left: 0px;
     opacity: 0.85;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 1;
}  
  

a.srollover1 {
		display: block;
		width: 301px;
		height: 66px;
		background: url("bilder/welcome_button.jpg") 0 0 no-repeat;
		text-decoration: none;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
  	  }
  
a:hover.srollover1 {
  		filter:alpha(opacity=70);
		-moz-opacity:0.70;
		-khtml-opacity: 0.70;
		opacity: 0.70;
  	  }
	  
a.srollover2 {
		display: block;
		width: 301px;
		height: 66px;
		background: url("bilder/nagadez_button.jpg") 0 0 no-repeat;
		text-decoration: none;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
  	  }
  
a:hover.srollover2 {
  		filter:alpha(opacity=70);
		-moz-opacity:0.70;
		-khtml-opacity: 0.70;
		opacity: 0.70;
  	  }
	  
a.srollover3 {
		display: block;
		width: 301px;
		height: 66px;
		background: url("bilder/portfolio_button.jpg") 0 0 no-repeat;
		text-decoration: none;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
  	  }
  
a:hover.srollover3 {
  		filter:alpha(opacity=70);
		-moz-opacity:0.70;
		-khtml-opacity: 0.70;
		opacity: 0.70;
  	  }
	  
a.srollover4 {
		display: block;
		width: 301px;
		height: 66px;
		background: url("bilder/multimedia_button.jpg") 0 0 no-repeat;
		text-decoration: none;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
  	  }
  
a:hover.srollover4 {
  		filter:alpha(opacity=70);
		-moz-opacity:0.70;
		-khtml-opacity: 0.70;
		opacity: 0.70;
  	  }
	  
a.srollover5 {
		display: block;
		width: 301px;
		height: 66px;
		background: url("bilder/links_button.jpg") 0 0 no-repeat;
		text-decoration: none;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
  	  }
  
a:hover.srollover5 {
  		filter:alpha(opacity=70);
		-moz-opacity:0.70;
		-khtml-opacity: 0.70;
		opacity: 0.70;
  	  }
	  
a.srollover6 {
		display: block;
		width: 301px;
		height: 66px;
		background: url("bilder/contact_button.jpg") 0 0 no-repeat;
		text-decoration: none;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
  	  }
  
a:hover.srollover6 {
  		filter:alpha(opacity=70);
		-moz-opacity:0.70;
		-khtml-opacity: 0.70;
		opacity: 0.70;
  	  }
	  
a.srollover7 {
		display: block;
		width: 301px;
		height: 66px;
		background: url("bilder/back_button.jpg") 0 0 no-repeat;
		text-decoration: none;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
  	  }
  
a:hover.srollover7 {
  		filter:alpha(opacity=95);
		-moz-opacity:0.95;
		-khtml-opacity: 0.95;
		opacity: 0.95;
  	  }
	    
	  
#formbox {
	background-color:#060606;
	border-color:#343434;
	color:#bfbfbf;
	width:233px;
	border-top:1px solid #343434;
    border-left:1px solid #343434;
    border-right:1px solid #343434;
    border-bottom:1px solid #343434;
}

#messagebox {
	background-color:#060606;
	border-color:#343434;
	color:#bfbfbf;
	width:563px;
	height:161px;
	border-top:1px solid #343434;
    border-left:1px solid #343434;
    border-right:1px solid #343434;
    border-bottom:1px solid #343434;
}	
#formbox2 {
	background-color:#191919;
	border-color:#343434;
	color:#bfbfbf;
	border-top:1px solid #343434;
    border-left:1px solid #343434;
    border-right:1px solid #343434;
    border-bottom:1px solid #343434;
		
}
#resetbutton {
	background-color:#191919;
	border-color:#343434;
	color:#bfbfbf;
	font-family:Verdana;
	font-size:10px;
	border-top:1px solid #343434;
    border-left:1px solid #343434;
    border-right:1px solid #343434;
    border-bottom:1px solid #343434;
	background:#000 url(bilder/resetbutton_ie.jpg);

}
#submitbutton {
	background-color:#191919;
	border-color:#343434;
	color:#bfbfbf;
	font-family:Verdana;
	font-size:10px;
	border-top:1px solid #343434;
    border-left:1px solid #343434;
    border-right:1px solid #343434;
    border-bottom:1px solid #343434;
	background:#000 url(bilder/sendbutton_ie.jpg);
	
}
-->
}