*{
	margin: 0;
	padding: 0;
	font-family: courier new;
}

/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

//a:hover {
//  text-decoration: underline;
//}

a:active {
  text-decoration: underline;
}

.imglink:hover	{
	opacity: 0;
	}

.menuitem {
	font-size: 20px;
	cursor: default;
	}

li { cursor: default;
	
	}



#top	{
	height: 10px;
	padding: 20px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	letter-spacing: 2px;
	border: 20px solid white;
	border-radius: 50px;
	
}

div.menu {
	
	

    width:300px;
    height:100px;
    
    font-size: 40px;
    border: 10px solid white;
    position: absolute;
    
    
}

#menu_works	{
	
	font-size: 30px;
	padding-left: 20px;
	z-index: 1;
	border-bottom: 1px dashed black;
	
	
}

#menu_bio	{
 	
	font-size: 30px;
	left: 400px;
	z-index: 1;
	border-bottom: 1px dotted black;
}

#menu_ensemble	{
	font-size: 30px;
	width: 360px;
	left: 600px;
	z-index: 1;
	border-bottom: 5px groove black;


}

#menu_dates	{
	font-size: 30px;
	left: 1000px;
	z-index: 1;
	border-bottom: 3px outset black;

}


#home {
	font-size: 40px;
	float: center;
	position: fixed;
	bottom: 0;
	left: 5;


}

#erhvaerv {

	padding-top: 0px;
	width: 1250px;
	max-width: 1250px;
	padding: 20px;
	display: inline-block;
}

#erhvaervlink {

	padding-top: 20px;
	font-size: 30px;
}

	
	
	




#logo	{
	  margin: auto;
	  width: 90vw;
	  padding: 40px;
	  padding-right: 80px;
	  text-align: center;
	  cursor: pointer;
	  border: 3px dotted white;

}

#logo2	{
	  margin: auto;
	  width: 90vw;
	  padding: 40px;
	  padding-right: 80px;
	  text-align: center;
	  cursor: pointer;
	  border: 5px dotted white;
	  

}


#logo3	{
	  margin: auto;
	  width: 90vw;
	  padding: 40px;
	  padding-right: 80px;
	  text-align: center;
	  cursor: pointer;
	  border: 5px dashed white;;
	  

}

#works2	{
	  margin: auto;
	  
	  width: 90vw;
	  padding: 40px;
	  padding-right: 80px;
	  text-align: center;
	  cursor: pointer;
	  border: 3px dashed white;
	  

}

#works3	{
	  margin: auto;
	  
	  width: 90vw;
	  padding: 40px;
	  padding-right: 80px;
	  text-align: center;
	  cursor: pointer;
	  border: 3px dashed white;
	  

}

#magialogo	{
   
}


#below_logo	{
	height: 100px;
	padding: 20px;
	font-size: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	letter-spacing: 2px;
	border: 20px solid white;
	border-radius: 50px;
}


#bottom	{
	
	
	padding-top: 120px;
	font-size: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	letter-spacing: 2px;
	border-bottom: 1px solid black;
	border-left: 1px dashed black;
	border-right: 1px dotted black;
	left: 50;
	bottom: 50;
	
	
	position: relative;
}

