
/* andreas eerste css file, eigenlijk is dit echt vet cool , leuker dan flash , alleen ik kan dit niet zo ggoed , desondaks vind ik mijn eerste site met xhtml in combinatie met css echt cool uitzien. */

body{
	font-family: Arial ,sans-serif;
	text-align: center;
	background-color: #666666;
}

div#header{
	width: 1000px;
	height: 25px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
	
/* menu begin*/

#container{
  position:center; 
  
  
}
  
#menu{
  text-align:center; 
  position:relatieve;
  height: 25px;
}
  
.box{
  float:right; 
}
  
#menu a, #menu a:visited{
  position:relative; 
  text-decoration:none; 
  background-color: #999999; 
  color:#fff; 
  display:block; 
  width:70px; 
  height:15px; 
  padding:5px;
  margin:0 1px;
}
  
#menu a .topleft, #menu a .topright{
  position:absolute; 
  top:0; 
  width:0; 
  height:0; 
  overflow:hidden;
  border-top:10px solid #fff;
}
  
#menu a .topleft{
  left:0; 
  border-right:10px solid #06a; 
}
  
#menu a .topright{
  left:70px; 
  border-left:10px solid #06a; 
}
  
#menu a:hover{
  background-color:#666666; 
}
  
#menu a:hover .topleft{
  border-right:10px solid #000; 
  border-top:10px solid #fff;
}
  
#menu a:hover .topright{
  border-left:10px solid #000; 
  border-top:10px solid #fff;
}

/* einde */

 /* layout pagina tekst */

div.background{
  width: 1000px;
  height: auto;
  background: url(andreasachtergrond.jpg) repeat;
  border:none;
  margin-left: auto;
  margin-top: 0px;
  margin-right: auto;
}

div.transbox{
  width: 800px;
  height: auto;
  margin: 30px ;
  background-color: none;
  text-align: left;
  font-family: Arial,sans-serif;
  border: none;
  margin-left: auto;
  margin-right: auto;
 
/* 
  
  filter:alpha(opacity=90);
  

  opacity:0.90;
  

  
  -moz-opacity:0.90;
  
}

div#transbox1{
  width: 600px;
  height: auto;
  margin: 30px ;
  background-color: #fff;
  text-align: left;
  font-family: Arial,sans-serif;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
   
  filter:alpha(opacity=73);

  
  opacity:0.73;
  
  -moz-opacity:0.73; 
  
} 
 */

h3{
text-align: center;
}

p#home{
text-align: left;
font-size: 14px;
font-family: Arial,sans-serif;
color:#fff;
}


p#downloadcv{
text-align:center;
font-size: 16px;
text-decoration: none;
}

div.transbox p{
  margin: auto;
  padding: auto;
  font-weight: auto;
  color: #000;
  }

/* voor onder aan de paggina , wel leuk */

div#footer{
background-color: #666666;
text-align: center;
color:#fff;
}

  /* layout pagina tekst */
